HomeSort by relevance Sort by last modified time
    Searched full:hdrsize (Results 1 - 16 of 16) sorted by null

  /external/libnl/lib/genl/
family.c 99 nl_dump_line(p, " hdrsize %u maxattr %u\n",
139 diff |= FAM_DIFF(HDRSIZE, a->gf_hdrsize != b->gf_hdrsize);
221 void genl_family_set_hdrsize(struct genl_family *family, uint32_t hdrsize)
223 family->gf_hdrsize = hdrsize;
ctrl.c 90 uint32_t hdrsize = nla_get_u32(info->attrs[CTRL_ATTR_HDRSIZE]); local
91 genl_family_set_hdrsize(family, hdrsize);
  /external/openssl/crypto/des/
enc_writ.c 101 outbuf=OPENSSL_malloc(BSIZE+HDRSIZE);
146 DES_pcbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
149 DES_cbc_encrypt(cp,&(outbuf[HDRSIZE]),(len<8)?8:len,sched,iv,
153 outnum=rnum+HDRSIZE;
enc_read.c 151 while (net_num < HDRSIZE)
154 i=read(fd,(void *)&(net[net_num]),HDRSIZE-net_num);
156 i=_read(fd,(void *)&(net[net_num]),HDRSIZE-net_num);
des_locl.h 136 #define HDRSIZE 4
  /external/chromium_org/third_party/sqlite/src/tool/
showdb.c 345 int hdrSize, /* Size of the page header. 0 or 100 */
387 memset(zMap, '1', hdrSize);
388 memset(&zMap[hdrSize], 'H', iCellPtr);
389 memset(&zMap[hdrSize+iCellPtr], 'P', 2*nCell);
397 n = describeCell(a[0], &a[cofst-hdrSize], showCellContent, &zDesc);
516 int ofst, nByte, hdrSize;
519 ofst = hdrSize = 100;
522 hdrSize = 0;
527 decode_btree_page(a, iStart, hdrSize, &zLeft[1]);
showwal.c 240 static void decode_btree_page(unsigned char *a, int pgno, int hdrSize){
268 describeCell(a[0], &a[cofst-hdrSize], &zDesc);
323 int ofst, nByte, hdrSize;
326 ofst = hdrSize = 100;
329 hdrSize = 0;
334 decode_btree_page(a, iStart, hdrSize);
  /external/clang/test/CodeGenCXX/
debug-info-class.cpp 62 static const int HdrSize = 52;
115 // CHECK: HdrSize
  /external/iptables/extensions/
libxt_TCPMSS.c 21 static void __TCPMSS_help(int hdrsize)
27 hdrsize);
  /external/libnl/src/
nl-list-caches.c 36 " hdrsize: %d bytes\n" \
  /external/libpcap/
sf-pcap.c 141 size_t hdrsize; member in struct:pcap_sf
340 ps->hdrsize = sizeof(struct pcap_sf_patched_pkthdr);
366 ps->hdrsize = sizeof(struct pcap_sf_pkthdr);
412 amt_read = fread(&sf_hdr, 1, ps->hdrsize, fp);
413 if (amt_read != ps->hdrsize) {
423 (unsigned long)ps->hdrsize,
  /external/svox/pico/lib/
picoos.c     [all...]
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.cpp 249 if (m_coff_header.hdrsize > 0)
369 m_coff_header.hdrsize = m_data.GetU16(offset_ptr);
381 const lldb::offset_t end_offset = *offset_ptr + m_coff_header.hdrsize;
    [all...]
ObjectFilePECOFF.h 158 uint16_t hdrsize; member in struct:ObjectFilePECOFF::coff_header
  /external/fonttools/Lib/fontTools/
cffLib.py 16 hdrSize: B
30 file.seek(self.hdrSize)
97 self.hdrSize = 4
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 1700 milliseconds