/external/e2fsprogs/e2fsck/ |
mtrace.c | 86 __ptr_t hdr; local 89 hdr = (__ptr_t) malloc (size); 93 fprintf (mallstream, "+ %p %d\n", hdr, size); 95 if (hdr == mallwatch) 98 return hdr; 107 __ptr_t hdr; local 115 hdr = (__ptr_t) realloc (ptr, size); 119 if (hdr == NULL) 123 fprintf (mallstream, "< %p\n> %p %d\n", ptr, hdr, size); 125 if (hdr == mallwatch [all...] |
/external/wpa_supplicant_8/src/tls/ |
pkcs1.c | 205 struct asn1_hdr hdr; local 234 if (asn1_get_next(decrypted, decrypted_len, &hdr) < 0 || 235 hdr.class != ASN1_CLASS_UNIVERSAL || 236 hdr.tag != ASN1_TAG_SEQUENCE) { 239 hdr.class, hdr.tag); 244 pos = hdr.payload; 245 end = pos + hdr.length; 255 if (asn1_get_next(pos, end - pos, &hdr) < 0 || 256 hdr.class != ASN1_CLASS_UNIVERSAL | [all...] |
/system/extras/sound/ |
playwav.c | 153 struct wav_header hdr; local 161 if (read(fd, &hdr, sizeof(hdr)) != sizeof(hdr)) { 166 hdr.num_channels, hdr.sample_rate, hdr.bits_per_sample, 167 hdr.audio_format == FORMAT_PCM ? "PCM" : "unknown"); 169 if ((hdr.riff_id != ID_RIFF) || 170 (hdr.riff_fmt != ID_WAVE) | 193 struct wav_header hdr; local [all...] |
/external/chromium_org/net/tools/quic/ |
quic_socket_utils.cc | 26 IPAddressNumber QuicSocketUtils::GetAddressFromMsghdr(struct msghdr *hdr) { 27 if (hdr->msg_controllen > 0) { 28 for (cmsghdr* cmsg = CMSG_FIRSTHDR(hdr); 30 cmsg = CMSG_NXTHDR(hdr, cmsg)) { 54 bool QuicSocketUtils::GetOverflowFromMsghdr(struct msghdr *hdr, 56 if (hdr->msg_controllen > 0) { 58 for (cmsg = CMSG_FIRSTHDR(hdr); 60 cmsg = CMSG_NXTHDR(hdr, cmsg)) { 113 msghdr hdr; local 115 hdr.msg_name = &raw_address 192 msghdr hdr; local [all...] |
/external/clang/include/clang/ |
Makefile | 11 for hdr in `find clang -type f \ 18 instdir=$(DESTDIR)`dirname "$(PROJ_includedir)/$$hdr"` ; \ 23 $(DataInstall) $$hdr $(DESTDIR)$(PROJ_includedir)/$$hdr ; \ 29 for hdr in `find clang -type f \ 36 instdir=$(DESTDIR)`dirname "$(PROJ_includedir)/$$hdr"` ; \ 41 $(DataInstall) $$hdr $(DESTDIR)$(PROJ_includedir)/$$hdr ; \
|
/external/clang/include/clang-c/ |
Makefile | 13 for hdr in `find clang-c -type f '!' '(' -name '*~' \ 17 instdir=`dirname "$(IntIncludeDir)/$$hdr"` ; \ 22 $(DataInstall) $$hdr $(IntIncludeDir)/$$hdr ; \ 28 for hdr in `find clang-c -type f '!' '(' -name 'Makefile' ')' -print \ 30 instdir=`dirname "$(IntIncludeDir)/$$hdr"` ; \ 35 $(DataInstall) $$hdr $(IntIncludeDir)/$$hdr ; \
|
/external/libedit/src/ |
makelist | 66 hdr="_h_`basename $1`" 70 printf("#ifndef %s\n#define %s\n", "'$hdr'", "'$hdr'"); 84 printf("#endif /* %s */\n", "'$hdr'");
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_hci_ci.c | 50 p_msg->nv_read.hdr.event = NFC_HAL_HCI_RSP_NV_READ_EVT; 51 p_msg->hdr.offset = 0; 52 p_msg->hdr.len = sizeof (tNFC_HAL_HCI_RSP_NV_READ_EVT); 53 p_msg->hdr.layer_specific = 0; 83 p_msg->nv_write.hdr.event = NFC_HAL_HCI_RSP_NV_WRITE_EVT; 84 p_msg->nv_write.hdr.offset = 0; 85 p_msg->nv_write.hdr.len = sizeof (tNFC_HAL_HCI_RSP_NV_READ_EVT); 86 p_msg->nv_write.hdr.layer_specific = 0;
|
/external/libnfc-nci/src/nfa/include/ |
nfa_nv_ci.h | 37 BT_HDR hdr; member in struct:__anon7755 46 BT_HDR hdr; member in struct:__anon7756
|
/external/chromium_org/ppapi/proxy/ |
serialized_handle.cc | 93 bool SerializedHandle::WriteHeader(const Header& hdr, Pickle* pickle) { 94 if (!pickle->WriteInt(hdr.type)) 96 if (hdr.type == SHARED_MEMORY) { 97 if (!pickle->WriteUInt32(hdr.size)) 100 if (hdr.type == FILE) { 101 if (!pickle->WriteInt(hdr.open_flags) || !pickle->WriteInt(hdr.file_io)) 108 bool SerializedHandle::ReadHeader(PickleIterator* iter, Header* hdr) { 109 *hdr = Header(INVALID, 0, 0, 0); 119 hdr->size = size [all...] |
/external/fio/engines/ |
sg.c | 33 static void sgio_hdr_init(struct sgio_data *sd, struct sg_io_hdr *hdr, 38 memset(hdr, 0, sizeof(*hdr)); 41 hdr->interface_id = 'S'; 42 hdr->cmdp = sc->cdb; 43 hdr->cmd_len = sizeof(sc->cdb); 44 hdr->pack_id = io_u->index; 45 hdr->usr_ptr = io_u; 48 hdr->dxferp = io_u->xfer_buf; 49 hdr->dxfer_len = io_u->xfer_buflen 140 struct sg_io_hdr *hdr = (struct sg_io_hdr *) buf + i; local 163 struct sg_io_hdr *hdr = &io_u->hdr; local 177 struct sg_io_hdr *hdr = &io_u->hdr; local 206 struct sg_io_hdr *hdr = &io_u->hdr; local 248 struct sg_io_hdr *hdr = &io_u->hdr; local 284 struct sg_io_hdr *hdr; local [all...] |
/external/lldb/include/lldb/ |
Makefile | 11 for hdr in `find clang -type f '!' '(' -name '*~' \ 15 instdir=$(DESTDIR)`dirname "$(PROJ_includedir)/$$hdr"` ; \ 20 $(DataInstall) $$hdr $(DESTDIR)$(PROJ_includedir)/$$hdr ; \ 26 for hdr in `find clang -type f '!' '(' -name 'Makefile' ')' -print \ 28 $(DataInstall) $$hdr $(DESTDIR)$(PROJ_includedir)/$$hdr ; \
|
/external/tcpdump/ |
print-ppi.c | 23 const ppi_header_t *hdr; local 27 hdr = (const ppi_header_t *)bp; 29 len = EXTRACT_16BITS(&hdr->ppi_len); 30 dlt = EXTRACT_32BITS(&hdr->ppi_dlt); 33 ND_PRINT((ndo,", V.%d DLT %s (%d) len %d", hdr->ppi_ver, 49 ppi_header_t *hdr; local 58 hdr = (ppi_header_t *)p; 59 dlt = EXTRACT_32BITS(&hdr->ppi_dlt); 74 ppi_header_print(ndo, (u_char *)hdr,
|
print-igrp.c | 82 register struct igrphdr *hdr; local 86 hdr = (struct igrphdr *)bp; 87 cp = (u_char *)(hdr + 1); 91 TCHECK(*hdr); 92 nint = EXTRACT_16BITS(&hdr->ig_ni); 93 nsys = EXTRACT_16BITS(&hdr->ig_ns); 94 next = EXTRACT_16BITS(&hdr->ig_nx); 97 tok2str(op2str, "op-#%d", IGRP_OP(hdr->ig_vop)), 98 IGRP_V(hdr->ig_vop), 99 hdr->ig_ed [all...] |
print-nflog.c | 50 nflog_hdr_print(struct netdissect_options *ndo, const nflog_hdr_t *hdr, u_int length) 52 ND_PRINT((ndo, "version %d, resource ID %d", hdr->nflog_version, ntohs(hdr->nflog_rid))); 57 hdr->nflog_family), 58 hdr->nflog_family)); 63 hdr->nflog_family))); 73 const nflog_hdr_t *hdr = (const nflog_hdr_t *)p; local 85 if (!(hdr->nflog_version) == 0) { 86 ND_PRINT((ndo, "version %u (unknown)", hdr->nflog_version)); 91 nflog_hdr_print(ndo, hdr, length) [all...] |
/external/bluetooth/bluedroid/bta/mce/ |
bta_mce_int.h | 47 BT_HDR hdr; member in struct:__anon5582 54 BT_HDR hdr; member in struct:__anon5583 62 BT_HDR hdr; member in union:__anon5584
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_ci.c | 59 p_buf->hdr.event = BTA_AG_CI_RX_WRITE_EVT; 60 p_buf->hdr.layer_specific = handle; 94 p_buf->hdr.event = BTA_AG_CI_SLC_READY_EVT; 95 p_buf->hdr.layer_specific = handle;
|
/external/chromium_org/ui/gfx/ |
gdi_util.h | 19 BITMAPINFOHEADER* hdr); 24 BITMAPINFOHEADER* hdr); 30 BITMAPV4HEADER* hdr); 33 void CreateMonochromeBitmapHeader(int width, int height, BITMAPINFOHEADER* hdr);
|
/external/jemalloc/include/jemalloc/ |
jemalloc.sh | 14 for hdr in jemalloc_defs.h jemalloc_rename.h jemalloc_macros.h \ 16 cat "${objroot}include/jemalloc/${hdr}" \
|
/external/chromium_org/third_party/skia/third_party/ktx/ |
ktx.cpp | 384 Header hdr; local 385 hdr.fGLType = 0; 386 hdr.fGLTypeSize = 1; 387 hdr.fGLFormat = 0; 388 hdr.fGLInternalFormat = GR_GL_COMPRESSED_RGB8_ETC1; 389 hdr.fGLBaseInternalFormat = GR_GL_RGB; 390 hdr.fPixelWidth = width; 391 hdr.fPixelHeight = height; 392 hdr.fNumberOfArrayElements = 0; 393 hdr.fNumberOfFaces = 1 441 Header hdr; local [all...] |
/external/mdnsresponder/mDNSShared/ |
dnssd_ipc.c | 154 void ConvertHeaderBytes(ipc_msg_hdr *hdr) 156 hdr->version = htonl(hdr->version); 157 hdr->datalen = htonl(hdr->datalen); 158 hdr->ipc_flags = htonl(hdr->ipc_flags); 159 hdr->op = htonl(hdr->op ); 160 hdr->reg_index = htonl(hdr->reg_index) [all...] |
/external/skia/third_party/ktx/ |
ktx.cpp | 324 Header hdr; local 325 hdr.fGLType = 0; 326 hdr.fGLTypeSize = 1; 327 hdr.fGLFormat = 0; 328 hdr.fGLInternalFormat = GR_GL_COMPRESSED_RGB8_ETC1; 329 hdr.fGLBaseInternalFormat = GR_GL_RGB; 330 hdr.fPixelWidth = width; 331 hdr.fPixelHeight = height; 332 hdr.fNumberOfArrayElements = 0; 333 hdr.fNumberOfFaces = 1 381 Header hdr; local [all...] |
/external/bluetooth/bluedroid/bta/sys/ |
bta_sys_ci.c | 47 p_msg->hdr.event = BTA_SYS_EVT_ENABLED_EVT; 71 p_msg->hdr.event = BTA_SYS_EVT_DISABLED_EVT;
|
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gattc_ci.c | 60 p_evt->hdr.event = evt; 61 p_evt->hdr.layer_specific = conn_id; 95 p_evt->hdr.event = evt; 96 p_evt->hdr.layer_specific = conn_id; 134 p_evt->hdr.event = evt; 135 p_evt->hdr.layer_specific = conn_id;
|
/external/bluetooth/bluedroid/bta/include/ |
bta_fs_ci.h | 36 BT_HDR hdr; member in struct:__anon5378 46 BT_HDR hdr; member in struct:__anon5379 55 BT_HDR hdr; member in struct:__anon5380 63 BT_HDR hdr; member in struct:__anon5381 70 BT_HDR hdr; member in struct:__anon5382 83 BT_HDR hdr; member in struct:__anon5383
|