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

  /system/core/fastboot/
bootimg_utils.cpp 45 off_t tags_offset, uint32_t header_version, int64_t* bootimg_size) {
73 if (header_version) {
74 hdr->header_version = header_version;
bootimg_utils.h 40 off_t tags_offset, uint32_t header_version, int64_t* bootimg_size);
fastboot.cpp 449 const char* cmdline, uint32_t header_version) {
486 page_size, base_addr, tags_offset, header_version, &bsize);
1506 uint32_t header_version = 0; local
    [all...]
  /system/core/mkbootimg/include/bootimg/
bootimg.h 51 uint32_t header_version; member in struct:boot_img_hdr_v0
  /system/core/mkbootimg/
mkbootimg 76 args.header_version, # version of bootimage header
86 if args.header_version > 0:
94 if args.header_version > 0:
183 parser.add_argument('--header_version', help='boot image header version', type=parse_int, default=0)
194 if args.header_version > 0:
  /external/libunwind/src/ia64/
Gtables.c 678 uint64_t header_version;
696 if ((uhdr->header_version & ~UNWIND_TBL_32BIT) != 1
697 && (uhdr->header_version & ~UNWIND_TBL_32BIT) != 2)
700 (long) (uhdr->header_version & ~UNWIND_TBL_32BIT));
703 if (uhdr->header_version & UNWIND_TBL_32BIT)
  /external/mesa3d/src/amd/vulkan/
radv_pipeline_cache.c 301 uint32_t header_version; member in struct:cache_header
318 if (header.header_version != VK_PIPELINE_CACHE_HEADER_VERSION_ONE)
420 header->header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE;
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 52 uint32_t header_version; // 0x1 for this version member in struct:nano_app_binary_t
  /external/vulkan-validation-layers/layers/
parameter_validation.h 538 * @param header_version Version of header defining the pNext validation rules.
543 const VkStructureType *allowed_types, uint32_t header_version,
562 validation_error_map[vuid], header_version, parameter_name.get_name().c_str());
599 validation_error_map[vuid], header_version, parameter_name.get_name().c_str());
608 validation_error_map[vuid], header_version, parameter_name.get_name().c_str());
    [all...]
  /hardware/libhardware/include/hardware/
context_hub.h 129 uint32_t header_version; // 0x1 for this version member in struct:nano_app_binary_t
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
parameter_validation_utils.h 476 * @param header_version Version of header defining the pNext validation rules.
481 const VkStructureType *allowed_types, uint32_t header_version) {
494 header_version, parameter_name.get_name().c_str());
511 header_version, parameter_name.get_name().c_str());
519 header_version, parameter_name.get_name().c_str());
    [all...]
  /device/google/contexthub/util/nanoapp_encr/
nanoapp_encr.c 103 image->aosp.header_version == 1 && image->layout.magic == GOOGLE_LAYOUT_MAGIC) {
169 image->aosp.header_version == 1 && image->aosp.magic == NANOAPP_AOSP_MAGIC &&
  /external/mesa3d/src/intel/vulkan/
anv_pipeline_cache.c 325 uint32_t header_version; member in struct:cache_header
347 if (header.header_version != VK_PIPELINE_CACHE_HEADER_VERSION_ONE)
497 header->header_version = VK_PIPELINE_CACHE_HEADER_VERSION_ONE;
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/wimax/
i2400m.h 137 __le32 header_version; member in struct:i2400m_bcf_hdr
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 246 .header_version = 1,
581 .header_version = 1,
613 .header_version = 1,
postprocess_elf.c 237 .header_version = 1,
    [all...]
  /device/google/contexthub/contexthubhal/
NanohubHidlAdapter.cpp 402 .header_version = htole32(1),
  /device/google/contexthub/firmware/os/core/
appSec.c 232 if (aosp->header_version != 1 ||
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 524 image->aosp.header_version == 1 &&
  /hardware/interfaces/contexthub/1.0/default/
Contexthub.cpp 451 .header_version = htole32(1),
  /system/nvram/core/tests/
nvram_manager_test.cpp 39 static void SetupHeader(uint32_t header_version, uint32_t index) {
41 header.version = header_version;
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 732 milliseconds