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

  /external/u-boot/arch/x86/cpu/intel_common/
microcode.c 29 uint header_version; member in struct:microcode_update
47 update->header_version = fdtdec_get_int(blob, node,
  /device/google/cuttlefish_common/host/commands/launch/
bootimg.h 54 uint32_t header_version; member in struct:boot_img_hdr_v0
  /external/u-boot/tools/
stm32image.c 22 uint8_t header_version[4]; member in struct:stm32_header
43 ptr->header_version[VER_MAJOR_IDX] = HEADER_VERSION_V1;
86 if (stm32hdr->header_version[VER_MAJOR_IDX] != HEADER_VERSION_V1)
103 stm32hdr->header_version[VER_MAJOR_IDX],
104 stm32hdr->header_version[VER_MINOR_IDX]);
  /external/mesa3d/src/amd/vulkan/
radv_pipeline_cache.c 434 uint32_t header_version; member in struct:cache_header
452 if (header.header_version != VK_PIPELINE_CACHE_HEADER_VERSION_ONE)
561 header->header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE;
  /external/mesa3d/src/intel/vulkan/
anv_pipeline_cache.c 325 uint32_t header_version; member in struct:cache_header
352 if (header.header_version != VK_PIPELINE_CACHE_HEADER_VERSION_ONE)
444 .header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE,
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 53 uint32_t header_version; // 0x1 for this version member in struct:nano_app_binary_t
  /bionic/libc/kernel/uapi/linux/wimax/
i2400m.h 26 __le32 header_version; member in struct:i2400m_bcf_hdr
  /external/kernel-headers/original/uapi/linux/wimax/
i2400m.h 137 __le32 header_version; member in struct:i2400m_bcf_hdr

Completed in 563 milliseconds