HomeSort by: relevance | last modified time | path
    Searched refs:get_uint16 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
rdataslab.c 95 #define get_uint16(buffer) \ macro
410 uint16_t count = get_uint16(current);
417 uint16_t length = get_uint16(current);
433 uint16_t count = get_uint16(current);
440 uint16_t length = get_uint16(current);
456 uint16_t count = get_uint16(current);
473 uint16_t length = get_uint16(tcurrent);
506 uint16_t count = get_uint16(current);
561 ocount = get_uint16(ocurrent);
567 ncount = get_uint16(ncurrent)
    [all...]
  /src/sys/arch/x68k/stand/aout2hux/
aout2hux.c 64 unsigned get_uint16(be_uint16_t *be);
90 get_uint16(be_uint16_t *be) function
190 if (get_uint16(&hdr->e_type) != ET_EXEC) {
195 if ((i = get_uint16(&hdr->e_machine)) != EM_68K) {
200 if ((i = get_uint16(&hdr->e_shentsize)) != SIZE_ELF68K_SHDR) {
206 if ((i = get_uint16(&hdr->e_phentsize)) != SIZE_ELF68K_PHDR) {
212 if ((nphdr = get_uint16(&hdr->e_phnum)) != 1 && nphdr != 2) {
247 nshdr = get_uint16(&hdr->e_shnum);
751 get_uint16(&be16) != 0x1234 || get_uint32(&be32) != 0xfedcba98 ||
752 get_uint16(&be32x2[0].half[1]) != 0x4567 |
    [all...]
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 148 uint16 get_uint16();
451 File::get_uint16() function in class:File
492 uint16 ntags = f.get_uint16();
495 uint16 tag = f.get_uint16();
502 p->type = f.get_uint16();
620 symbol_set_table[i].index[j] = f.get_uint16();
676 char_table[i].charcode = f.get_uint16();
681 char_table[i].width = f.get_uint16();
686 char_table[i].ascent = f.get_uint16();
694 char_table[i].descent = f.get_uint16();
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_ipc.h 220 uint16_t get_uint16(const uint8_t **ptr, const uint8_t *end);
dnssd_ipc.c 128 uint16_t get_uint16(const uint8_t **ptr, const uint8_t *const end) function
dnssd_clientstub.c 1543 txtlen = get_uint16(&data, end);
1642 rrtype = get_uint16(&data, end);
1643 rrclass = get_uint16(&data, end);
1644 rdlen = get_uint16(&data, end);
1732 rrtype = get_uint16(&data, end);
1733 rrclass = get_uint16(&data, end);
1734 rdlen = get_uint16(&data, end);
uds_daemon.c 978 mDNSu16 type = get_uint16(&request->msgptr, request->msgend);
979 mDNSu16 class = get_uint16(&request->msgptr, request->msgend);
980 mDNSu16 rdlen = get_uint16(&request->msgptr, request->msgend);
2203 mDNSu16 rrtype = get_uint16(&request->msgptr, request->msgend);
2204 mDNSu16 rdlen = get_uint16(&request->msgptr, request->msgend);
2358 mDNSu16 rdlen = get_uint16(&request->msgptr, request->msgend);
3120 servicereg->txtlen = get_uint16(&request->msgptr, request->msgend);
5322 params.cr.qtype = get_uint16(&request->msgptr, request->msgend);
5323 params.cr.qclass = get_uint16(&request->msgptr, request->msgend);
  /src/external/public-domain/sqlite/dist/
shell.c 20004 static u32 get_uint16(unsigned char *a){ function
20239 pCsr->nCell = get_uint16(&pCsr->aPage[iOff+3]);
20293 iOff = get_uint16(&pCsr->aPage[iCellPtr]);
20585 iOff = get_uint16(&pCsr->aPage[iOff]);
    [all...]

Completed in 119 milliseconds