Searched defs:hdr (Results 1 - 25 of 394) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A D2007-10-01-StructResize.cpp10 int Foo(Bork *hdr) { argument
11 hdr->f1 = 7;
12 hdr->f2 = 927;
/external/libnfc-nci/src/nfa/include/
H A Dnfa_nv_ci.h37 BT_HDR hdr; member in struct:__anon20922
46 BT_HDR hdr; member in struct:__anon20923
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gattc_ci.h36 BT_HDR hdr; member in struct:__anon748
45 BT_HDR hdr; member in struct:__anon749
H A Dbta_fs_ci.h36 BT_HDR hdr; member in struct:__anon703
46 BT_HDR hdr; member in struct:__anon704
55 BT_HDR hdr; member in struct:__anon705
63 BT_HDR hdr; member in struct:__anon706
70 BT_HDR hdr; member in struct:__anon707
83 BT_HDR hdr; member in struct:__anon708
/external/tcpdump/
H A Dprint-enc.c54 const struct enchdr *hdr; local
61 hdr = (struct enchdr *)p;
62 flags = hdr->flags;
70 printf("SPI 0x%08x: ", (u_int32_t)ntohl(hdr->spi));
/external/chromium/chrome/browser/ui/window_snapshot/
H A Dwindow_snapshot_win.cc28 BITMAPINFOHEADER hdr; local
29 gfx::CreateBitmapHeader(width, height, &hdr);
33 reinterpret_cast<BITMAPINFO*>(&hdr),
/external/chromium_org/printing/
H A Dimage_win.cc58 BITMAPV4HEADER hdr; local
68 gfx::CreateBitmapV4Header(rect.width(), rect.height(), &hdr);
71 ::CreateDIBSection(hdc, reinterpret_cast<BITMAPINFO*>(&hdr), 0,
/external/e2fsprogs/e2fsck/
H A Dmtrace.c86 __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
[all...]
/external/iproute2/ip/
H A Dlink_veth.c28 struct nlmsghdr *hdr)
40 data = NLMSG_TAIL(hdr);
41 addattr_l(hdr, 1024, VETH_INFO_PEER, NULL, 0);
43 hdr->nlmsg_len += sizeof(struct ifinfomsg);
45 err = iplink_parse(argc - 1, argv + 1, (struct iplink_req *)hdr,
54 addattr_l(hdr, 1024, IFLA_IFNAME, name, len);
57 data->rta_len = (void *)NLMSG_TAIL(hdr) - (void *)data;
27 veth_parse_opt(struct link_util *lu, int argc, char **argv, struct nlmsghdr *hdr) argument
/external/ipsec-tools/src/racoon/
H A Dprivsep.h54 struct admin_com hdr; member in struct:privsep_com_msg
/external/openfst/src/extensions/far/
H A Dmain.cc91 FarHeader hdr; local
93 if (!hdr.Read(far_fname)) {
98 string atype = hdr.ArcType();
108 FstHeader hdr; local
110 if (!hdr.Read(in, fst_fname)) {
115 return hdr.ArcType();
/external/openssh/
H A Dmonitor_fdpass.c53 struct cmsghdr hdr; member in union:__anon24396
114 struct cmsghdr hdr; member in union:__anon24397
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dexpanded-fst.h40 FstHeader hdr; local
42 hdr = *opts.header;
44 if (!hdr.Read(strm, opts.source))
46 ropts.header = &hdr;
48 if (!(hdr.Properties() & kExpanded)) {
54 registr->GetReader(hdr.FstType());
56 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType()
/external/valgrind/main/coregrind/m_ume/
H A Dscript.c45 Bool VG_(match_script)(Char *hdr, Int len) argument
47 Char* end = hdr + len;
48 Char* interp = hdr + 2;
52 if (0 != VG_(memcmp)(hdr, "#!", 2)) return False;
81 Char hdr[4096]; local
91 res = VG_(pread)(fd, hdr, len, 0);
99 vg_assert('#' == hdr[0] && '!' == hdr[1]);
101 end = hdr + len;
102 interp = hdr
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs8.c21 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...]
/external/wpa_supplicant_8/src/tls/
H A Dpkcs8.c21 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...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dpkcs8.c21 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...]
/external/chromium_org/ppapi/proxy/
H A Dserialized_handle.cc93 bool SerializedHandle::WriteHeader(const Header& hdr, Pickle* pickle) { argument
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_flag))
108 bool SerializedHandle::ReadHeader(PickleIterator* iter, Header* hdr) { argument
109 *hdr = Header(INVALID, 0, 0);
119 hdr->size = size;
127 hdr
[all...]
/external/chromium_org/third_party/libwebp/dec/
H A Dquant.c75 const VP8SegmentHeader* const hdr = &dec->segment_hdr_; local
80 if (hdr->use_segment_) {
81 q = hdr->quantizer_[i];
82 if (!hdr->absolute_delta_) {
/external/chromium_org/ui/snapshot/
H A Dsnapshot_win.cc52 BITMAPINFOHEADER hdr; local
55 &hdr);
59 reinterpret_cast<BITMAPINFO*>(&hdr),
/external/iproute2/tc/
H A Dem_nbyte.c40 static int nbyte_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr, argument
99 addraw_l(n, MAX_MSG, hdr, sizeof(*hdr));
107 static int nbyte_print_eopt(FILE *fd, struct tcf_ematch_hdr *hdr, void *data, argument
H A Dem_u32.c36 static int u32_parse_eopt(struct nlmsghdr *n, struct tcf_ematch_hdr *hdr, argument
145 addraw_l(n, MAX_MSG, hdr, sizeof(*hdr));
152 static int u32_print_eopt(FILE *fd, struct tcf_ematch_hdr *hdr, void *data, argument
/external/libppp/src/
H A Dauth.h43 struct fsmheader hdr; member in struct:authinfo::__anon21336
/external/openfst/src/script/
H A Dfst-class.cc50 FstHeader hdr; local
51 if (!hdr.Read(in, fname)) {
55 FstReadOptions read_options(fname, &hdr);
61 reg->GetReader(hdr.ArcType());
65 << hdr.ArcType() << "\" : " << read_options.source;
/external/qemu/
H A Dbt-vhci.c32 uint8_t hdr[4096]; member in struct:bt_vhci_s
45 s->len = read(s->fd, s->hdr, sizeof(s->hdr));
52 pkt = s->hdr;

Completed in 753 milliseconds

1234567891011>>