/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/ |
if_fddi.h | 80 } hdr; member in struct:fddihdr
|
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/ |
if_fddi.h | 80 } hdr; member in struct:fddihdr
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/ |
if_fddi.h | 80 } hdr; member in struct:fddihdr
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/ |
if_fddi.h | 80 } hdr; member in struct:fddihdr
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/ |
if_fddi.h | 80 } hdr; member in struct:fddihdr
|
/system/bt/bta/ag/ |
bta_ag_rfc.cc | 155 p_buf->hdr.event = event; 156 p_buf->hdr.layer_specific = handle; 384 p_buf->hdr.event = BTA_AG_RFC_CLOSE_EVT; 385 p_buf->hdr.layer_specific = bta_ag_scb_to_idx(p_scb);
|
/system/bt/include/ |
bte.h | 101 BT_HDR hdr; member in struct:tHCISU_USERIAL_MSG_tag
|
/external/iproute2/tc/ |
em_meta.c | 149 struct tcf_meta_val *hdr) 153 switch (TCF_META_TYPE(hdr->kind)) { 160 if (TCF_META_ID(hdr->kind) == TCF_META_ID_VALUE) { 358 static int meta_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr, 404 addraw_l(n, MAX_MSG, hdr, sizeof(*hdr)); 501 static int meta_print_eopt(FILE *fd, struct tcf_ematch_hdr *hdr, void *data,
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server.c | 788 const u8 *pos, *end, *start, *tlvs, *hdr; local 811 hdr = wpabuf_head(sm->eap_if.eapRespData); 917 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, 918 end - hdr - hash_len, hash) < 0) 930 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, 931 end - hdr - 32, hash) < 0) 942 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, 943 end - hdr - 16, hash) < 0) 1457 const struct eap_hdr *hdr; local 1517 const struct eap_hdr *hdr; local 1976 const struct eap_hdr *hdr; local [all...] |
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_freebsd.c | 79 struct pcap_pkthdr hdr; local 85 packet = pcap_next(pcap, &hdr); 87 if (packet == NULL || hdr.caplen < sizeof(*ethhdr)) 93 len = hdr.caplen; 96 len = hdr.caplen - sizeof(*ethhdr);
|
/frameworks/compile/mclinker/lib/LD/ |
ELFReader.cpp | 46 const llvm::ELF::Elf32_Ehdr* hdr = local 48 if (memcmp(llvm::ELF::ElfMagic, hdr, 4) == 0) 261 const llvm::ELF::Elf32_Ehdr* hdr = local 264 return (hdr->e_ident[llvm::ELF::EI_DATA] == llvm::ELF::ELFDATA2LSB); 269 const llvm::ELF::Elf32_Ehdr* hdr = local 273 return (hdr->e_machine == target().getInfo().machine()); 274 return (mcld::bswap16(hdr->e_machine) == target().getInfo().machine()); 279 const llvm::ELF::Elf32_Ehdr* hdr = local 283 type = hdr->e_type; 285 type = mcld::bswap16(hdr->e_type) 546 const llvm::ELF::Elf64_Ehdr* hdr = local 755 const llvm::ELF::Elf64_Ehdr* hdr = local 763 const llvm::ELF::Elf64_Ehdr* hdr = local 773 const llvm::ELF::Elf64_Ehdr* hdr = local [all...] |
/system/bt/bta/hh/ |
bta_hh_main.cc | 267 (uint8_t)p_data->api_maintdev.hdr.layer_specific; 279 (uint8_t)p_data->api_sndcmd.hdr.layer_specific; 283 (uint8_t)p_data->api_sndcmd.hdr.layer_specific; 300 (uint8_t)p_data->api_sndcmd.hdr.layer_specific; 306 p_data->hdr.layer_specific);
|
/system/nfc/src/nfa/ee/ |
nfa_ee_main.c | 282 data.hdr.event = NFA_EE_DISCV_TIMEOUT_EVT; 335 cbk.hdr.event = int_event; 615 nfa_ee_sm_evt_2_str(p_evt_data->hdr.event), 616 p_evt_data->hdr.event, 620 p_evt_data->hdr.event, nfa_ee_cb.em_state);
|
/toolchain/binutils/binutils-2.25/bfd/ |
elfcode.h | 886 rela_hdr = elf_section_data (sec)->rela.hdr; 888 rela_hdr = elf_section_data (sec)->rel.hdr; 1119 Elf_Internal_Shdr *hdr; local [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/ |
genmk_old.c | 33 char *hdr = "stdpccts.h";
variable 196 hdr = t;
355 if ( strcmp(hdr,"stdpccts.h")!=0 ) printf("HDR_FILE = %s%s\n", DIR(), hdr);
374 if ( strcmp(hdr,"stdpccts.h")!=0 ) printf(" -gh %s", hdr);
453 if ( strcmp(hdr,"stdpccts.h")!=0 ) {
512 if ( gen_CPP && strcmp(hdr,"stdpccts.h")!=0 ) printf(" $(HDR_FILE)");
549 if ( gen_CPP && strcmp(hdr,"stdpccts.h")!=0 ) printf(" $(HDR_FILE)");
|
genmk.c | 37 char *hdr = "stdpccts.h";
variable 316 hdr = t;
491 if ( strcmp(hdr,"stdpccts.h")!=0 ) printf("HDR_FILE = %s%s\n", DIR(), hdr);
517 if ( strcmp(hdr,"stdpccts.h")!=0 ) printf(" -gh %s", hdr);
626 if ( strcmp(hdr,"stdpccts.h")!=0 ) {
693 if ( gen_CPP && strcmp(hdr,"stdpccts.h")!=0 ) printf(" $(HDR_FILE)");
709 if ( gen_CPP && strcmp(hdr,"stdpccts.h")!=0 ) printf(" $(HDR_FILE)");
754 if ( gen_CPP && strcmp(hdr,"stdpccts.h")!=0 ) printf(" $(HDR_FILE)"); [all...] |
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
stress_iio.c | 715 unsigned short hdr; local 784 hdr = *((short *)(dptr)); 785 if ((hdr & 0xf) && (hdr != STEP_INDICATOR_HDR)) 786 printf("STEP$$$$$$$$$$$$$$$=%x ", hdr); 787 switch (hdr & (~0xf)) { 862 if (hdr == EMPTY_MARKER) { 864 } else if (hdr == END_MARKER) { 866 } else if (hdr == COMPASS_HDR_2) {
|
/external/libcap-ng/libcap-ng-0.7/src/ |
cap-ng.c | 133 struct __user_cap_header_struct hdr; member in struct:cap_ng 152 memset(&m.hdr, 0, sizeof(m.hdr)); 153 (void)capget(&m.hdr, NULL); // Returns -EINVAL 154 if (m.hdr.version == _LINUX_CAPABILITY_VERSION_3 || 155 m.hdr.version == _LINUX_CAPABILITY_VERSION_2) { 157 } else if (m.hdr.version == _LINUX_CAPABILITY_VERSION_1) { 166 m.hdr.pid = (unsigned)syscall(__NR_gettid); 168 m.hdr.pid = (unsigned)getpid(); 227 m.hdr.pid = pid [all...] |
/prebuilts/go/darwin-x86/src/archive/tar/ |
tar_test.go | 96 hdr := &Header{ 103 hdr.ModTime = hdr.ModTime.Add(-time.Duration(hdr.ModTime.Nanosecond()) * time.Nanosecond) 104 if err := tw.WriteHeader(hdr); err != nil { 120 if !reflect.DeepEqual(rHdr, hdr) { 121 t.Errorf("Header mismatch.\n got %+v\nwant %+v", rHdr, hdr)
|
/prebuilts/go/linux-x86/src/archive/tar/ |
tar_test.go | 96 hdr := &Header{ 103 hdr.ModTime = hdr.ModTime.Add(-time.Duration(hdr.ModTime.Nanosecond()) * time.Nanosecond) 104 if err := tw.WriteHeader(hdr); err != nil { 120 if !reflect.DeepEqual(rHdr, hdr) { 121 t.Errorf("Header mismatch.\n got %+v\nwant %+v", rHdr, hdr)
|
/system/nfc/src/gki/common/ |
gki_buffer.c | 53 BUFFER_HDR_T* hdr; local 85 hdr = (BUFFER_HDR_T*)p_mem; 86 p_cb->freeq[id].p_first = hdr; 88 hdr->task_id = GKI_INVALID_TASK; 89 hdr->q_id = id; 90 hdr->status = BUF_STATUS_FREE; 91 magic = (uint32_t*)((uint8_t*)hdr + BUFFER_HDR_SIZE + tempsize); 93 hdr1 = hdr; 94 hdr = (BUFFER_HDR_T*)((uint8_t*)hdr + act_size) [all...] |
/build/soong/ui/tracer/ |
ninja.go | 68 hdr := s.Text() 69 if hdr != "# ninja log v5" { 70 t.log.Printf("Unknown ninja log header: %q", hdr)
|
/external/e2fsprogs/lib/ext2fs/ |
csum.c | 131 struct ext2_ext_attr_header *hdr, 134 char *buf = (char *)hdr; 135 __u32 old_crc = hdr->h_checksum; 137 hdr->h_checksum = 0; 142 hdr->h_checksum = old_crc; 149 struct ext2_ext_attr_header *hdr) 157 retval = ext2fs_ext_attr_block_csum(fs, inum, block, hdr, &calculated); 161 return ext2fs_le32_to_cpu(hdr->h_checksum) == calculated; 166 struct ext2_ext_attr_header *hdr) 174 retval = ext2fs_ext_attr_block_csum(fs, inum, block, hdr, &crc) [all...] |
/external/libunwind/src/dwarf/ |
Gfind_proc_info-lsb.c | 605 struct dwarf_eh_frame_hdr *hdr; local 676 hdr = (struct dwarf_eh_frame_hdr *) (p_eh_hdr->p_vaddr + load_base); 677 if (hdr->version != DW_EH_VERSION) 680 info->dlpi_name, hdr->version); 685 addr = (unw_word_t) (uintptr_t) (hdr + 1); 689 &addr, hdr->eh_frame_ptr_enc, pi, 695 &addr, hdr->fde_count_enc, pi, 699 if (hdr->table_enc != (DW_EH_PE_datarel | DW_EH_PE_sdata4)) 703 if (hdr->table_enc == DW_EH_PE_omit) 717 info->dlpi_name, hdr->table_enc) [all...] |
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_ie.c | 29 struct wpa_ie_hdr *hdr; local 34 hdr = (struct wpa_ie_hdr *) buf; 35 hdr->elem_id = WLAN_EID_VENDOR_SPECIFIC; 36 RSN_SELECTOR_PUT(hdr->oui, WPA_OUI_TYPE); 37 WPA_PUT_LE16(hdr->version, WPA_VERSION); 38 pos = (u8 *) (hdr + 1); 85 hdr->len = (pos - buf) - 2; 94 struct rsn_ie_hdr *hdr; local 100 hdr = (struct rsn_ie_hdr *) buf; 101 hdr->elem_id = WLAN_EID_RSN [all...] |