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

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_ipc.c 128 uint16_t get_uint16(const uint8_t **ptr, const uint8_t *const end) function
  /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/mpl/bind/dist/lib/dns/
rdataslab.c 95 #define get_uint16(buffer) \ macro
402 uint16_t count = get_uint16(current);
409 uint16_t length = get_uint16(current);
425 uint16_t count = get_uint16(current);
432 uint16_t length = get_uint16(current);
448 uint16_t count = get_uint16(current);
465 uint16_t length = get_uint16(tcurrent);
498 uint16_t count = get_uint16(current);
552 ocount = get_uint16(ocurrent);
558 ncount = get_uint16(ncurrent)
    [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/public-domain/sqlite/dist/
shell.c 14559 static u32 get_uint16(unsigned char *a){ function
14773 pCsr->nCell = get_uint16(&pCsr->aPage[iOff+3]);
14823 iOff = get_uint16(&pCsr->aPage[iOff]);
15111 iOff = get_uint16(&pCsr->aPage[iOff]);

Completed in 48 milliseconds