/external/u-boot/common/ |
D | image-android.c | 17 static ulong android_image_get_kernel_addr(const struct andr_img_hdr *hdr) in android_image_get_kernel_addr() 51 int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify, in android_image_get_kernel() 104 int android_image_check_header(const struct andr_img_hdr *hdr) in android_image_check_header() 109 ulong android_image_get_end(const struct andr_img_hdr *hdr) in android_image_get_end() 125 ulong android_image_get_kload(const struct andr_img_hdr *hdr) in android_image_get_kload() 130 int android_image_get_ramdisk(const struct andr_img_hdr *hdr, in android_image_get_ramdisk() 199 int android_image_get_second(const struct andr_img_hdr *hdr, in android_image_get_second() 230 void android_print_contents(const struct andr_img_hdr *hdr) in android_print_contents()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_memory.c | 105 data_from_header(struct debug_memory_header *hdr) in data_from_header() 114 footer_from_header(struct debug_memory_header *hdr) in footer_from_header() 127 struct debug_memory_header *hdr; in debug_malloc() local 167 struct debug_memory_header *hdr; in debug_free() local 309 struct debug_memory_header *hdr; in debug_memory_end() local 360 struct debug_memory_header *hdr; in debug_memory_tag() local 381 struct debug_memory_header *hdr; in debug_memory_check_block() local 416 struct debug_memory_header *hdr; in debug_memory_check() local
|
/external/kernel-headers/original/uapi/linux/ |
D | virtio_gpu.h | 113 struct virtio_gpu_ctrl_hdr hdr; member 132 struct virtio_gpu_ctrl_hdr hdr; member 139 struct virtio_gpu_ctrl_hdr hdr; member 148 struct virtio_gpu_ctrl_hdr hdr; member 156 struct virtio_gpu_ctrl_hdr hdr; member 164 struct virtio_gpu_ctrl_hdr hdr; member 179 struct virtio_gpu_ctrl_hdr hdr; member 186 struct virtio_gpu_ctrl_hdr hdr; member 194 struct virtio_gpu_ctrl_hdr hdr; member 211 struct virtio_gpu_ctrl_hdr hdr; member [all …]
|
D | vboxguest.h | 66 struct vbg_ioctl_hdr hdr; member 111 struct vbg_ioctl_hdr hdr; member 129 struct vbg_ioctl_hdr hdr; member 145 struct vbg_ioctl_hdr hdr; member 188 struct vbg_ioctl_hdr hdr; member 207 struct vbg_ioctl_hdr hdr; member 243 struct vbg_ioctl_hdr hdr; member 263 struct vbg_ioctl_hdr hdr; member 288 struct vbg_ioctl_hdr hdr; member 318 struct vbg_ioctl_hdr hdr; member
|
/external/epid-sdk/ext/argtable3/ |
D | argtable3.h | 93 struct arg_hdr hdr; /* The mandatory argtable header struct */ member 98 struct arg_hdr hdr; /* The mandatory argtable header struct */ member 104 struct arg_hdr hdr; /* The mandatory argtable header struct */ member 111 struct arg_hdr hdr; /* The mandatory argtable header struct */ member 118 struct arg_hdr hdr; /* The mandatory argtable header struct */ member 125 struct arg_hdr hdr; /* The mandatory argtable header struct */ member 132 struct arg_hdr hdr; /* The mandatory argtable header struct */ member 141 struct arg_hdr hdr; /* The mandatory argtable header struct */ member 150 struct arg_hdr hdr; /* The mandatory argtable header struct */ member
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_format_vp9.cc | 38 uint8_t TemporalIdxField(const RTPVideoHeaderVP9& hdr, uint8_t def) { in TemporalIdxField() 42 uint8_t SpatialIdxField(const RTPVideoHeaderVP9& hdr, uint8_t def) { in SpatialIdxField() 46 int16_t Tl0PicIdxField(const RTPVideoHeaderVP9& hdr, uint8_t def) { in Tl0PicIdxField() 58 size_t PictureIdLength(const RTPVideoHeaderVP9& hdr) { in PictureIdLength() 64 bool PictureIdPresent(const RTPVideoHeaderVP9& hdr) { in PictureIdPresent() 78 size_t LayerInfoLength(const RTPVideoHeaderVP9& hdr) { in LayerInfoLength() 86 bool LayerInfoPresent(const RTPVideoHeaderVP9& hdr) { in LayerInfoPresent() 97 size_t RefIndicesLength(const RTPVideoHeaderVP9& hdr) { in RefIndicesLength() 126 size_t SsDataLength(const RTPVideoHeaderVP9& hdr) { in SsDataLength() 149 size_t PayloadDescriptorLengthMinusSsData(const RTPVideoHeaderVP9& hdr) { in PayloadDescriptorLengthMinusSsData() [all …]
|
/external/u-boot/tools/ |
D | lpc32xximage.c | 85 struct nand_page_0_boot_header *hdr = in lpc32xximage_verify_header() local 123 static void print_hdr_byte(struct nand_page_0_boot_header *hdr, int ofs) in print_hdr_byte() 130 struct nand_page_0_boot_header *hdr = in lpc32xximage_print_header() local 142 struct nand_page_0_boot_header *hdr = in lpc32xximage_set_header() local
|
D | vybridimage.c | 64 struct nand_page_0_boot_header *hdr = in vybridimage_verify_header() local 98 struct nand_page_0_boot_header *hdr = in vybridimage_set_header() local 131 static void vybridimage_print_hdr_field(struct nand_page_0_boot_header *hdr, in vybridimage_print_hdr_field() 139 struct nand_page_0_boot_header *hdr = in vybridimage_print_header() local
|
D | default_image.c | 48 image_header_t *hdr = &header; in image_verify_header() local 96 image_header_t * hdr = (image_header_t *)ptr; in image_set_header() local 140 const image_header_t *hdr = (const image_header_t *)ptr; in image_extract_subimage() local
|
/external/u-boot/arch/x86/lib/ |
D | zimage.c | 72 static int kernel_magic_ok(struct setup_header *hdr) in kernel_magic_ok() 85 static int get_boot_protocol(struct setup_header *hdr) in get_boot_protocol() 97 static int setup_device_tree(struct setup_header *hdr, const void *fdt_blob) in setup_device_tree() 138 struct setup_header *hdr = ¶ms->hdr; in load_zimage() local 242 struct setup_header *hdr = &setup_base->hdr; in setup_zimage() local
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_common.c | 27 const struct eap_hdr *hdr; in eap_hdr_len_valid() local 69 const struct eap_hdr *hdr; in eap_hdr_validate() local 132 struct eap_hdr *hdr; in eap_msg_alloc() local 169 struct eap_hdr *hdr; in eap_update_len() local
|
/external/wpa_supplicant_8/src/tls/ |
D | x509v3.c | 185 struct asn1_hdr hdr; in x509_parse_algorithm_identifier() local 223 struct asn1_hdr hdr; in x509_parse_public_key() local 294 struct asn1_hdr hdr; in x509_parse_name() local 653 struct asn1_hdr hdr; in x509_parse_validity() local 736 struct asn1_hdr hdr; in x509_parse_ext_key_usage() local 773 struct asn1_hdr hdr; in x509_parse_ext_basic_constraints() local 956 struct asn1_hdr hdr; in x509_parse_ext_alt_name() local 1034 struct asn1_hdr hdr; in x509_parse_ext_subject_alt_name() local 1061 struct asn1_hdr hdr; in x509_parse_ext_issuer_alt_name() local 1137 struct asn1_hdr hdr; in x509_parse_ext_ext_key_usage() local [all …]
|
D | tlsv1_cred.c | 446 struct asn1_hdr hdr; in pkcs12_certbag() local 525 struct asn1_hdr hdr; in pkcs12_parse_attr_friendly_name() local 552 struct asn1_hdr hdr; in pkcs12_parse_attr_local_key_id() local 580 struct asn1_hdr hdr; in pkcs12_parse_attr() local 625 struct asn1_hdr hdr; in pkcs12_safebag() local 704 struct asn1_hdr hdr; in pkcs12_safecontents() local 749 struct asn1_hdr hdr; in pkcs12_parse_content_data() local 771 struct asn1_hdr hdr; in pkcs12_parse_content_enc_data() local 890 struct asn1_hdr hdr; in pkcs12_parse_content() local 928 struct asn1_hdr hdr; in pkcs12_parse() local [all …]
|
/external/grpc-grpc/test/core/http/ |
D | format_request_test.cc | 27 grpc_http_header hdr = {const_cast<char*>("x-yz"), const_cast<char*>("abc")}; in test_format_get_request() local 52 grpc_http_header hdr = {const_cast<char*>("x-yz"), const_cast<char*>("abc")}; in test_format_post_request() local 82 grpc_http_header hdr = {const_cast<char*>("x-yz"), const_cast<char*>("abc")}; in test_format_post_request_no_body() local
|
/external/u-boot/arch/x86/include/asm/fsp/ |
D | fsp_hob.h | 35 struct hob_header hdr; member 103 struct hob_header hdr; member 123 struct hob_header hdr; member 159 static inline const struct hob_header *get_next_hob(const struct hob_header *hdr) in get_next_hob() 176 static inline bool end_of_hob(const struct hob_header *hdr) in end_of_hob() 192 static inline void *get_guid_hob_data(const struct hob_header *hdr) in get_guid_hob_data() 208 static inline u16 get_guid_hob_data_size(const struct hob_header *hdr) in get_guid_hob_data_size()
|
/external/mesa3d/src/mesa/main/ |
D | program_binary.c | 77 struct program_binary_header *hdr = binary; in write_program_binary() local 100 simple_header_checks(const struct program_binary_header *hdr, unsigned length) in simple_header_checks() 112 check_crc32(const struct program_binary_header *hdr, unsigned length) in check_crc32() 130 const struct program_binary_header *hdr, in is_program_binary_valid() 162 const struct program_binary_header *hdr = binary; in get_program_binary_payload() local
|
/external/u-boot/arch/x86/lib/fsp/ |
D | fsp_dram.c | 17 const struct hob_header *hdr; in dram_init() local 68 const struct hob_header *hdr; in install_e820_map() local
|
D | fsp_support.c | 219 const struct hob_header *hdr; in fsp_get_usable_lowmem_top() local 281 const struct hob_header *hdr; in fsp_get_usable_highmem_top() local 310 const struct hob_header *hdr; in fsp_get_reserved_mem_from_guid() local 365 const struct hob_header *hdr; in fsp_get_next_hob() local 383 const struct hob_header *hdr; in fsp_get_next_guid_hob() local
|
/external/tcpdump/ |
D | print-nflog.c | 50 nflog_hdr_print(netdissect_options *ndo, const nflog_hdr_t *hdr, u_int length) in nflog_hdr_print() 73 const nflog_hdr_t *hdr = (const nflog_hdr_t *)p; in nflog_if_print() local
|
/external/kernel-headers/original/uapi/scsi/ |
D | cxlflash_ioctl.h | 75 struct dk_cxlflash_hdr hdr; /* Common fields */ member 87 struct dk_cxlflash_hdr hdr; /* Common fields */ member 93 struct dk_cxlflash_hdr hdr; /* Common fields */ member 103 struct dk_cxlflash_hdr hdr; /* Common fields */ member 112 struct dk_cxlflash_hdr hdr; /* Common fields */ member 119 struct dk_cxlflash_hdr hdr; /* Common fields */ member 128 struct dk_cxlflash_hdr hdr; /* Common fields */ member 139 struct dk_cxlflash_hdr hdr; /* Common fields */ member 152 struct dk_cxlflash_hdr hdr; /* Common fields */ member 166 struct dk_cxlflash_hdr hdr; /* Common fields */ member [all …]
|
/external/u-boot/include/tee/ |
D | optee.h | 31 static inline uint32_t optee_image_get_entry_point(const image_header_t *hdr) in optee_image_get_entry_point() 38 static inline uint32_t optee_image_get_load_addr(const image_header_t *hdr) in optee_image_get_load_addr() 47 static inline int optee_verify_image(struct optee_header *hdr, in optee_verify_image()
|
/external/u-boot/lib/optee/ |
D | optee.c | 16 int optee_verify_image(struct optee_header *hdr, unsigned long tzdram_start, in optee_verify_image() 42 struct optee_header *hdr = (struct optee_header *)image_addr; in optee_verify_bootm_image() local
|
/external/u-boot/board/raspberrypi/rpi/ |
D | rpi.c | 36 struct bcm2835_mbox_hdr hdr; member 42 struct bcm2835_mbox_hdr hdr; member 48 struct bcm2835_mbox_hdr hdr; member 54 struct bcm2835_mbox_hdr hdr; member 60 struct bcm2835_mbox_hdr hdr; member
|
/external/toolchain-utils/deprecated/ |
D | compare_benchmarks.py | 72 def PrintHeaderCSV(hdr): argument 81 def PrintHeader(hdr): argument
|
/external/u-boot/arch/arm/mach-bcm283x/ |
D | msg.c | 12 struct bcm2835_mbox_hdr hdr; member 18 struct bcm2835_mbox_hdr hdr; member 24 struct bcm2835_mbox_hdr hdr; member 30 struct bcm2835_mbox_hdr hdr; member
|