/external/clang/test/CodeGenCXX/ |
H A D | 2007-10-01-StructResize.cpp | 10 int Foo(Bork *hdr) { argument 11 hdr->f1 = 7; 12 hdr->f2 = 927;
|
/external/wpa_supplicant_8/hostapd/src/tls/ |
H A D | pkcs8.c | 21 struct asn1_hdr hdr; local 30 if (asn1_get_next(buf, len, &hdr) < 0 || 31 hdr.class != ASN1_CLASS_UNIVERSAL || 32 hdr.tag != ASN1_TAG_SEQUENCE) { 37 pos = hdr.payload; 38 end = pos + hdr.length; 41 if (asn1_get_next(pos, end - pos, &hdr) < 0 || 42 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) { 45 hdr 124 struct asn1_hdr hdr; local [all...] |
H A D | tlsv1_cred.c | 446 struct asn1_hdr hdr; local 458 if (asn1_get_next(buf, len, &hdr) < 0 || 459 hdr.class != ASN1_CLASS_UNIVERSAL || 460 hdr.tag != ASN1_TAG_SEQUENCE) { 463 hdr.class, hdr.tag); 467 pos = hdr.payload; 468 end = hdr.payload + hdr.length; 485 if (asn1_get_next(pos, end - pos, &hdr) < 525 struct asn1_hdr hdr; local 552 struct asn1_hdr hdr; local 580 struct asn1_hdr hdr; local 625 struct asn1_hdr hdr; local 704 struct asn1_hdr hdr; local 749 struct asn1_hdr hdr; local 771 struct asn1_hdr hdr; local 890 struct asn1_hdr hdr; local 928 struct asn1_hdr hdr; local 1130 struct asn1_hdr hdr; local [all...] |
H A D | tlsv1_client_ocsp.c | 116 struct asn1_hdr hdr; local 141 if (asn1_get_next(resp, len, &hdr) < 0 || 142 hdr.class != ASN1_CLASS_UNIVERSAL || 143 hdr.tag != ASN1_TAG_SEQUENCE) { 146 hdr.class, hdr.tag); 149 pos = hdr.payload; 150 end = hdr.payload + hdr.length; 165 if (asn1_get_next(pos, end - pos, &hdr) < 323 struct asn1_hdr hdr; local 357 struct asn1_hdr hdr; local 682 struct asn1_hdr hdr; local [all...] |
H A D | asn1.c | 25 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) argument 30 os_memset(hdr, 0, sizeof(*hdr)); 34 hdr->identifier = *pos++; 35 hdr->class = hdr->identifier >> 6; 36 hdr->constructed = !!(hdr->identifier & (1 << 5)); 38 if ((hdr->identifier & 0x1f) == 0x1f) { 39 hdr 137 struct asn1_hdr hdr; local [all...] |
H A D | x509v3.c | 185 struct asn1_hdr hdr; local 195 if (asn1_get_next(buf, len, &hdr) < 0 || 196 hdr.class != ASN1_CLASS_UNIVERSAL || 197 hdr.tag != ASN1_TAG_SEQUENCE) { 200 hdr.class, hdr.tag); 203 if (hdr.length > buf + len - hdr.payload) 205 pos = hdr.payload; 206 end = pos + hdr 223 struct asn1_hdr hdr; local 295 struct asn1_hdr hdr; local 652 struct asn1_hdr hdr; local 735 struct asn1_hdr hdr; local 772 struct asn1_hdr hdr; local 956 struct asn1_hdr hdr; local 1034 struct asn1_hdr hdr; local 1061 struct asn1_hdr hdr; local 1137 struct asn1_hdr hdr; local 1225 struct asn1_hdr hdr; local 1307 struct asn1_hdr hdr; local 1337 struct asn1_hdr hdr; local 1622 struct asn1_hdr hdr; local 1744 struct asn1_hdr hdr; local [all...] |
H A D | pkcs5.c | 93 struct asn1_hdr hdr; local 109 if (asn1_get_next(pos, enc_alg_end - pos, &hdr) < 0 || 110 hdr.class != ASN1_CLASS_UNIVERSAL || 111 hdr.tag != ASN1_TAG_SEQUENCE) { 114 hdr.class, hdr.tag); 117 pos = hdr.payload; 118 end = hdr.payload + hdr.length; 120 if (asn1_get_next(pos, end - pos, &hdr) < 280 struct asn1_hdr hdr; local [all...] |
/external/wpa_supplicant_8/src/tls/ |
H A D | pkcs8.c | 21 struct asn1_hdr hdr; local 30 if (asn1_get_next(buf, len, &hdr) < 0 || 31 hdr.class != ASN1_CLASS_UNIVERSAL || 32 hdr.tag != ASN1_TAG_SEQUENCE) { 37 pos = hdr.payload; 38 end = pos + hdr.length; 41 if (asn1_get_next(pos, end - pos, &hdr) < 0 || 42 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) { 45 hdr 124 struct asn1_hdr hdr; local [all...] |
H A D | tlsv1_cred.c | 446 struct asn1_hdr hdr; local 458 if (asn1_get_next(buf, len, &hdr) < 0 || 459 hdr.class != ASN1_CLASS_UNIVERSAL || 460 hdr.tag != ASN1_TAG_SEQUENCE) { 463 hdr.class, hdr.tag); 467 pos = hdr.payload; 468 end = hdr.payload + hdr.length; 485 if (asn1_get_next(pos, end - pos, &hdr) < 525 struct asn1_hdr hdr; local 552 struct asn1_hdr hdr; local 580 struct asn1_hdr hdr; local 625 struct asn1_hdr hdr; local 704 struct asn1_hdr hdr; local 749 struct asn1_hdr hdr; local 771 struct asn1_hdr hdr; local 890 struct asn1_hdr hdr; local 928 struct asn1_hdr hdr; local 1130 struct asn1_hdr hdr; local [all...] |
H A D | tlsv1_client_ocsp.c | 116 struct asn1_hdr hdr; local 141 if (asn1_get_next(resp, len, &hdr) < 0 || 142 hdr.class != ASN1_CLASS_UNIVERSAL || 143 hdr.tag != ASN1_TAG_SEQUENCE) { 146 hdr.class, hdr.tag); 149 pos = hdr.payload; 150 end = hdr.payload + hdr.length; 165 if (asn1_get_next(pos, end - pos, &hdr) < 323 struct asn1_hdr hdr; local 357 struct asn1_hdr hdr; local 682 struct asn1_hdr hdr; local [all...] |
H A D | asn1.c | 25 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) argument 30 os_memset(hdr, 0, sizeof(*hdr)); 34 hdr->identifier = *pos++; 35 hdr->class = hdr->identifier >> 6; 36 hdr->constructed = !!(hdr->identifier & (1 << 5)); 38 if ((hdr->identifier & 0x1f) == 0x1f) { 39 hdr 137 struct asn1_hdr hdr; local [all...] |
H A D | x509v3.c | 185 struct asn1_hdr hdr; local 195 if (asn1_get_next(buf, len, &hdr) < 0 || 196 hdr.class != ASN1_CLASS_UNIVERSAL || 197 hdr.tag != ASN1_TAG_SEQUENCE) { 200 hdr.class, hdr.tag); 203 if (hdr.length > buf + len - hdr.payload) 205 pos = hdr.payload; 206 end = pos + hdr 223 struct asn1_hdr hdr; local 295 struct asn1_hdr hdr; local 652 struct asn1_hdr hdr; local 735 struct asn1_hdr hdr; local 772 struct asn1_hdr hdr; local 956 struct asn1_hdr hdr; local 1034 struct asn1_hdr hdr; local 1061 struct asn1_hdr hdr; local 1137 struct asn1_hdr hdr; local 1225 struct asn1_hdr hdr; local 1307 struct asn1_hdr hdr; local 1337 struct asn1_hdr hdr; local 1622 struct asn1_hdr hdr; local 1744 struct asn1_hdr hdr; local [all...] |
H A D | pkcs5.c | 93 struct asn1_hdr hdr; local 109 if (asn1_get_next(pos, enc_alg_end - pos, &hdr) < 0 || 110 hdr.class != ASN1_CLASS_UNIVERSAL || 111 hdr.tag != ASN1_TAG_SEQUENCE) { 114 hdr.class, hdr.tag); 117 pos = hdr.payload; 118 end = hdr.payload + hdr.length; 120 if (asn1_get_next(pos, end - pos, &hdr) < 280 struct asn1_hdr hdr; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/tls/ |
H A D | pkcs8.c | 21 struct asn1_hdr hdr; local 30 if (asn1_get_next(buf, len, &hdr) < 0 || 31 hdr.class != ASN1_CLASS_UNIVERSAL || 32 hdr.tag != ASN1_TAG_SEQUENCE) { 37 pos = hdr.payload; 38 end = pos + hdr.length; 41 if (asn1_get_next(pos, end - pos, &hdr) < 0 || 42 hdr.class != ASN1_CLASS_UNIVERSAL || hdr.tag != ASN1_TAG_INTEGER) { 45 hdr 124 struct asn1_hdr hdr; local [all...] |
H A D | tlsv1_cred.c | 446 struct asn1_hdr hdr; local 458 if (asn1_get_next(buf, len, &hdr) < 0 || 459 hdr.class != ASN1_CLASS_UNIVERSAL || 460 hdr.tag != ASN1_TAG_SEQUENCE) { 463 hdr.class, hdr.tag); 467 pos = hdr.payload; 468 end = hdr.payload + hdr.length; 485 if (asn1_get_next(pos, end - pos, &hdr) < 525 struct asn1_hdr hdr; local 552 struct asn1_hdr hdr; local 580 struct asn1_hdr hdr; local 625 struct asn1_hdr hdr; local 704 struct asn1_hdr hdr; local 749 struct asn1_hdr hdr; local 771 struct asn1_hdr hdr; local 890 struct asn1_hdr hdr; local 928 struct asn1_hdr hdr; local 1130 struct asn1_hdr hdr; local [all...] |
H A D | tlsv1_client_ocsp.c | 116 struct asn1_hdr hdr; local 141 if (asn1_get_next(resp, len, &hdr) < 0 || 142 hdr.class != ASN1_CLASS_UNIVERSAL || 143 hdr.tag != ASN1_TAG_SEQUENCE) { 146 hdr.class, hdr.tag); 149 pos = hdr.payload; 150 end = hdr.payload + hdr.length; 165 if (asn1_get_next(pos, end - pos, &hdr) < 323 struct asn1_hdr hdr; local 357 struct asn1_hdr hdr; local 682 struct asn1_hdr hdr; local [all...] |
H A D | asn1.c | 25 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) argument 30 os_memset(hdr, 0, sizeof(*hdr)); 34 hdr->identifier = *pos++; 35 hdr->class = hdr->identifier >> 6; 36 hdr->constructed = !!(hdr->identifier & (1 << 5)); 38 if ((hdr->identifier & 0x1f) == 0x1f) { 39 hdr 137 struct asn1_hdr hdr; local [all...] |
H A D | x509v3.c | 185 struct asn1_hdr hdr; local 195 if (asn1_get_next(buf, len, &hdr) < 0 || 196 hdr.class != ASN1_CLASS_UNIVERSAL || 197 hdr.tag != ASN1_TAG_SEQUENCE) { 200 hdr.class, hdr.tag); 203 if (hdr.length > buf + len - hdr.payload) 205 pos = hdr.payload; 206 end = pos + hdr 223 struct asn1_hdr hdr; local 295 struct asn1_hdr hdr; local 652 struct asn1_hdr hdr; local 735 struct asn1_hdr hdr; local 772 struct asn1_hdr hdr; local 956 struct asn1_hdr hdr; local 1034 struct asn1_hdr hdr; local 1061 struct asn1_hdr hdr; local 1137 struct asn1_hdr hdr; local 1225 struct asn1_hdr hdr; local 1307 struct asn1_hdr hdr; local 1337 struct asn1_hdr hdr; local 1622 struct asn1_hdr hdr; local 1744 struct asn1_hdr hdr; local [all...] |
H A D | pkcs5.c | 93 struct asn1_hdr hdr; local 109 if (asn1_get_next(pos, enc_alg_end - pos, &hdr) < 0 || 110 hdr.class != ASN1_CLASS_UNIVERSAL || 111 hdr.tag != ASN1_TAG_SEQUENCE) { 114 hdr.class, hdr.tag); 117 pos = hdr.payload; 118 end = hdr.payload + hdr.length; 120 if (asn1_get_next(pos, end - pos, &hdr) < 280 struct asn1_hdr hdr; local [all...] |
/external/mesa3d/src/mesa/program/ |
H A D | symbol_table.c | 50 struct symbol_header *hdr; member in struct:symbol 108 struct symbol_header *hdr; member in struct:_mesa_symbol_table 145 const struct symbol_header *const hdr = sym->hdr; local 148 for (sym2 = hdr->symbols 151 assert(sym2->hdr == hdr); 171 struct symbol_header *const hdr = sym->hdr; local 173 assert(hdr 209 struct symbol_header *const hdr = find_symbol(table, name); local 247 struct symbol_header *hdr; local 284 struct symbol_header *const hdr = find_symbol(table, name); local 306 struct symbol_header *const hdr = find_symbol(table, name); local 330 struct symbol_header *hdr; local 385 struct symbol_header *hdr; local 474 struct symbol_header *hdr; local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_debug_memory.c | 91 data_from_header(struct debug_memory_header *hdr) argument 93 if(hdr) 94 return (void *)((char *)hdr + sizeof(struct debug_memory_header)); 100 footer_from_header(struct debug_memory_header *hdr) argument 102 if(hdr) 103 return (struct debug_memory_footer *)((char *)hdr + sizeof(struct debug_memory_header) + hdr->size); 113 struct debug_memory_header *hdr; local 116 hdr = os_malloc(sizeof(*hdr) 149 struct debug_memory_header *hdr; local 275 struct debug_memory_header *hdr; local [all...] |
/external/tcpdump/ |
H A D | print-pflog.c | 88 pflog_print(netdissect_options *ndo, const struct pfloghdr *hdr) argument 92 rulenr = EXTRACT_32BITS(&hdr->rulenr); 93 subrulenr = EXTRACT_32BITS(&hdr->subrulenr); 97 ND_PRINT((ndo, "rule %u.%s.%u/", rulenr, hdr->ruleset, subrulenr)); 100 tok2str(pf_reasons, "unkn(%u)", hdr->reason), 101 tok2str(pf_actions, "unkn(%u)", hdr->action), 102 tok2str(pf_directions, "unkn(%u)", hdr->dir), 103 hdr->ifname)); 113 const struct pfloghdr *hdr; local 123 hdr [all...] |
/external/kernel-headers/original/uapi/scsi/ |
H A D | scsi_netlink.h | 113 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ 115 (hdr)->version = SCSI_NL_VERSION; \ 116 (hdr)->transport = t; \ 117 (hdr)->magic = SCSI_NL_MAGIC; \ 118 (hdr)->msgtype = mtype; \ 119 (hdr)->msglen = mlen; \
|
/external/vboot_reference/firmware/lib/ |
H A D | region-fw.c | 23 VbPublicKey hdr, *key; local 28 sizeof(VbPublicKey), &hdr); 33 size = hdr.key_offset + hdr.key_size; 34 if (size < sizeof(hdr)) 35 size = sizeof(hdr);
|
/external/iproute2/include/ |
H A D | bpf_scm.h | 28 struct msghdr hdr; member in struct:bpf_map_set_msg 44 msg->hdr.msg_iov = &msg->iov; 45 msg->hdr.msg_iovlen = 1; 47 msg->hdr.msg_name = (struct sockaddr *)addr; 48 msg->hdr.msg_namelen = addr_len; 51 msg->hdr.msg_control = &msg->msg_buf; 52 msg->hdr.msg_controllen = cmsg_ctl_len; 54 cmsg = CMSG_FIRSTHDR(&msg->hdr); 55 cmsg->cmsg_len = msg->hdr.msg_controllen; 67 msg->hdr [all...] |