HomeSort by relevance Sort by last modified time
    Searched defs:hdr (Results 201 - 225 of 671) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/sqlite/src/src/
mem3.c 54 ** free. The first block has format u.hdr. u.hdr.size4x is 4 times the
56 ** The u.hdr.size4x&1 bit is true if the chunk is checked out and
57 ** false if the chunk is on the freelist. The u.hdr.size4x&2 bit
59 ** previous chunk is free. The u.hdr.prevSize field is the size of
62 ** u.hdr.prevSize can be part of the data for that chunk and should
78 ** the u.hdr.prevSize value of the following chunk.
86 } hdr; member in union:Mem3Block::__anon20108
170 assert( (mem3.aPool[i-1].u.hdr.size4x & 1)==0 );
172 size = mem3.aPool[i-1].u.hdr.size4x/4
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 276 const mach_header* hdr = _dyld_get_image_header(i); local
278 if (hdr->magic == MH_MAGIC_64) {
280 *pstart = getsectdatafromheader_64((mach_header_64*)hdr,
289 if (hdr->magic == MH_MAGIC) {
291 *pstart = getsectdatafromheader(hdr, "__TEXT", name, &len);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 276 const mach_header* hdr = _dyld_get_image_header(i); local
278 if (hdr->magic == MH_MAGIC_64) {
280 *pstart = getsectdatafromheader_64((mach_header_64*)hdr,
289 if (hdr->magic == MH_MAGIC) {
291 *pstart = getsectdatafromheader(hdr, "__TEXT", name, &len);
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 72 const struct unw_eh_frame_hdr *hdr; local
  /external/deqp/executor/
xeTcpIpLink.cpp 42 deUint8 hdr[xs::MESSAGE_HEADER_SIZE]; local
43 xs::Message::writeHeader(type, messageSize, &hdr[0], xs::MESSAGE_HEADER_SIZE);
44 dst.write(xs::MESSAGE_HEADER_SIZE, &hdr[0]);
  /external/dhcpcd/
if-bsd.c 203 struct rt_msghdr hdr; member in struct:rtm
224 rtm.hdr.rtm_version = RTM_VERSION;
225 rtm.hdr.rtm_seq = 1;
227 rtm.hdr.rtm_type = RTM_CHANGE;
229 rtm.hdr.rtm_type = RTM_ADD;
231 rtm.hdr.rtm_type = RTM_DELETE;
232 rtm.hdr.rtm_flags = RTF_UP;
237 rtm.hdr.rtm_flags |= RTF_STATIC;
238 rtm.hdr.rtm_addrs = RTA_DST | RTA_GATEWAY;
241 rtm.hdr.rtm_flags |= RTF_HOST
    [all...]
if-linux.c 408 send_netlink(struct nlmsghdr *hdr)
416 iov.iov_base = hdr;
417 iov.iov_len = hdr->nlmsg_len;
424 hdr->nlmsg_flags |= NLM_F_ACK;
425 hdr->nlmsg_seq = ++seq;
480 struct nlmsghdr hdr; member in struct:nlma
487 struct nlmsghdr hdr; member in struct:nlmr
501 nlm->hdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifaddrmsg));
502 nlm->hdr.nlmsg_flags = NLM_F_REQUEST;
504 nlm->hdr.nlmsg_flags |= NLM_F_CREATE | NLM_F_REPLACE
    [all...]
  /external/e2fsprogs/lib/ext2fs/
qcow2.h 92 struct ext2_qcow2_hdr *hdr; member in struct:ext2_qcow2_image
  /external/elfutils/0.153/libelf/
elf_begin.c 665 struct ar_hdr *hdr; local
677 hdr = (struct ar_hdr *) (elf->map_address + offset);
687 hdr = &hdrm;
690 len = atol (hdr->ar_size);
692 if (memcmp (hdr->ar_name, "// ", 16) == 0)
    [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/iproute2/misc/
lnstat.c 156 char *hdr[HDR_LINES]; member in struct:table_hdr
168 th.hdr[i] = malloc(HDR_LINE_LENGTH);
169 memset(th.hdr[i], 0, sizeof(th.hdr[i]));
179 snprintf(th.hdr[0]+ofs, width+2, fmt,
185 snprintf(th.hdr[h]+ofs, width+2, fmt, "");
188 snprintf(th.hdr[h]+ofs, width+2, fmt, cname);
197 if (th.hdr[h][i] == '\0')
198 th.hdr[h][i] = ' ';
210 fputs(th->hdr[i], of)
223 int hdr = 2; local
    [all...]
  /external/iproute2/tc/
m_ematch.c 180 struct tcf_ematch_hdr hdr = { local
185 hdr.flags |= TCF_EM_INVERT;
191 addraw_l(n, MAX_MSG, &hdr, sizeof(hdr));
216 hdr.kind = num;
217 if (e->parse_eopt(n, &hdr, t->args->next) < 0)
341 struct tcf_ematch_tree_hdr hdr = { local
348 addattr_l(n, MAX_MSG, TCA_EMATCH_TREE_HDR, &hdr, sizeof(hdr));
370 struct tcf_ematch_hdr *hdr; local
470 struct tcf_ematch_tree_hdr *hdr; local
    [all...]
  /external/iputils/
tracepath.c 261 struct probehdr *hdr = pktbuf; local
268 hdr->ttl = ttl;
270 gettimeofday(&hdr->tv, NULL);
272 his[hisptr].sendtime = hdr->tv;
  /external/kernel-headers/original/uapi/linux/
auto_fs4.h 116 struct autofs_packet_hdr hdr; member in struct:autofs_packet_expire_multi
123 struct autofs_packet_hdr hdr; member in union:autofs_packet_union
131 struct autofs_packet_hdr hdr; member in struct:autofs_v5_packet
149 struct autofs_packet_hdr hdr; member in union:autofs_v5_packet_union
if_fddi.h 100 } hdr; member in struct:fddihdr
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 50 BUFFER_HDR_T *hdr; local
81 hdr = (BUFFER_HDR_T *)p_mem;
82 p_cb->freeq[id].p_first = hdr;
85 hdr->task_id = GKI_INVALID_TASK;
86 hdr->q_id = id;
87 hdr->status = BUF_STATUS_FREE;
88 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + tempsize);
90 hdr1 = hdr;
91 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 57 UINT8 hdr[2]; local
72 hdr[0] = u8 & ~NCI_PBF_MASK;
85 hdr[1] = *p;
86 pp = hdr;
730 UINT8 hdr[NCI_MSG_HDR_SIZE]; local
761 memcpy (hdr, ps, NCI_MSG_HDR_SIZE);
796 memcpy (pd, hdr, NCI_MSG_HDR_SIZE);
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 50 BUFFER_HDR_T *hdr; local
81 hdr = (BUFFER_HDR_T *)p_mem;
82 p_cb->freeq[id].p_first = hdr;
85 hdr->task_id = GKI_INVALID_TASK;
86 hdr->q_id = id;
87 hdr->status = BUF_STATUS_FREE;
88 magic = (UINT32 *)((UINT8 *)hdr + BUFFER_HDR_SIZE + tempsize);
90 hdr1 = hdr;
91 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size)
    [all...]
  /external/libnl/lib/route/cls/
ematch.c 297 struct tcf_ematch_hdr *hdr; local
302 if (nla_len(a) < sizeof(*hdr)) {
312 hdr = nla_data(a);
313 data = nla_data(a) + NLA_ALIGN(sizeof(*hdr));
314 len = nla_len(a) - NLA_ALIGN(sizeof(*hdr));
316 ops = rtnl_ematch_lookup_ops(hdr->kind);
327 ematch->e_id = hdr->matchid;
328 ematch->e_kind = hdr->kind;
329 ematch->e_flags = hdr->flags;
334 if (hdr->kind == TCF_EM_CONTAINER &
    [all...]
  /external/libpcap/
sf-pcap.c 123 static int pcap_next_packet(pcap_t *p, struct pcap_pkthdr *hdr, u_char **datap);
154 struct pcap_file_header hdr; local
183 hdr.magic = magic;
184 amt_read = fread(((char *)&hdr) + sizeof hdr.magic, 1,
185 sizeof(hdr) - sizeof(hdr.magic), fp);
186 if (amt_read != sizeof(hdr) - sizeof(hdr.magic)) {
194 (unsigned long)sizeof(hdr),
571 struct pcap_file_header hdr; local
    [all...]
  /external/libunwind/src/ia64/
Gtables.c 142 unw_word_t hdr_addr, info_addr, hdr, directives, pers, cookie, off; local
197 if ((ret = read_mem (as, hdr_addr, &hdr, arg)) < 0)
200 if (IA64_UNW_VER (hdr) != 1
201 || IA64_UNW_FLAG_EHANDLER (hdr) || IA64_UNW_FLAG_UHANDLER (hdr))
206 if (IA64_UNW_LENGTH (hdr) != 1)
255 unw_word_t addr, hdr_addr, info_addr, info_end_addr, hdr, *wp; local
313 if ((ret = read_mem (as, hdr_addr, &hdr, arg)) < 0)
316 if (IA64_UNW_VER (hdr) != 1)
318 Debug (1, "Unknown header version %ld (hdr word=0x%lx @ 0x%lx)\n"
    [all...]
  /external/libvpx/libvpx/examples/
decode_with_partial_drops.c 109 int next_packet(struct parsed_header* hdr, int pos, int length, int mtu)
114 int uncomp_part_size = (hdr->key_frame ? 10 : 3);
116 int remainFirst = uncomp_part_size + hdr->first_part_size - pos;
147 struct parsed_header hdr; local
158 hdr.key_frame = !(tmp & 0x1); /* inverse logic */
159 hdr.version = (tmp >> 1) & 0x7;
160 hdr.show_frame = (tmp >> 4) & 0x1;
161 hdr.first_part_size = (tmp >> 5) & 0x7FFFF;
164 if (hdr.key_frame)
173 while ((pkg_size = next_packet(&hdr, pos, *size, mtu)) > 0
    [all...]
  /external/nfacct/
nfacct.c 144 struct nlmsghdr *hdr = msg->nm_nlh; local
146 if (hdr->nlmsg_type == NLMSG_ERROR) {
147 struct nlmsgerr *err = nlmsg_data(hdr);
  /external/openfst/src/include/fst/
add-on.h 202 FstHeader hdr; local
204 hdr.Read(strm, nopts.source);
205 nopts.header = &hdr;
208 if (!impl->ReadHeader(strm, nopts, kMinFileVersion, &hdr))
241 FstHeader hdr; local
245 WriteHeader(strm, nopts, kFileVersion, &hdr);
mutable-fst.h 90 FstHeader hdr; local
92 hdr = *opts.header;
94 if (!hdr.Read(strm, opts.source))
96 ropts.header = &hdr;
98 if (!(hdr.Properties() & kMutable)) {
104 registr->GetReader(hdr.FstType());
106 LOG(ERROR) << "MutableFst::Read: Unknown FST type \"" << hdr.FstType()

Completed in 1143 milliseconds

1 2 3 4 5 6 7 891011>>