HomeSort by relevance Sort by last modified time
    Searched defs:shc (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/host/lib/
crossystem.c 251 const VbSharedDataKernelCall* shc = local
269 shc->boot_flags,
270 shc->boot_mode,
271 shc->test_error_num,
272 shc->return_code,
273 shc->flags,
274 shc->sector_count,
275 shc->sector_size,
276 shc->check_result,
277 shc->kernel_parts_found)
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_shader.c 53 struct ilo_shader_cache *shc; local
55 shc = CALLOC_STRUCT(ilo_shader_cache);
56 if (!shc)
59 list_inithead(&shc->shaders);
60 list_inithead(&shc->changed);
62 return shc;
69 ilo_shader_cache_destroy(struct ilo_shader_cache *shc)
71 FREE(shc);
78 ilo_shader_cache_add(struct ilo_shader_cache *shc,
83 shader->cache = shc;
    [all...]

Completed in 77 milliseconds