Home
last modified time | relevance | path

Searched refs:get_uint16 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/utils/hpftodit/
H A Dhpftodit.cpp148 uint16 get_uint16();
451 File::get_uint16() in get_uint16() function in File
492 uint16 ntags = f.get_uint16(); in read_tags()
495 uint16 tag = f.get_uint16(); in read_tags()
502 p->type = f.get_uint16(); in read_tags()
620 symbol_set_table[i].index[j] = f.get_uint16(); in read_symbol_sets()
676 char_table[i].charcode = f.get_uint16(); in read_char_table()
681 char_table[i].width = f.get_uint16(); in read_char_table()
686 char_table[i].ascent = f.get_uint16(); in read_char_table()
694 char_table[i].descent = f.get_uint16(); in read_char_table()
[all …]
/netbsd-src/sys/arch/x68k/stand/aout2hux/
H A Daout2hux.c64 unsigned get_uint16(be_uint16_t *be);
90 get_uint16(be_uint16_t *be) in get_uint16() function
190 if (get_uint16(&hdr->e_type) != ET_EXEC) { in open_elf()
195 if ((i = get_uint16(&hdr->e_machine)) != EM_68K) { in open_elf()
200 if ((i = get_uint16(&hdr->e_shentsize)) != SIZE_ELF68K_SHDR) { in open_elf()
206 if ((i = get_uint16(&hdr->e_phentsize)) != SIZE_ELF68K_PHDR) { in open_elf()
212 if ((nphdr = get_uint16(&hdr->e_phnum)) != 1 && nphdr != 2) { in open_elf()
247 nshdr = get_uint16(&hdr->e_shnum); in open_elf()
751 get_uint16(&be16) != 0x1234 || get_uint32(&be32) != 0xfedcba98 || in bist()
752 get_uint16(&be32x2[0].half[1]) != 0x4567 || in bist()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c14559 static u32 get_uint16(unsigned char *a){ in get_uint16() function
14773 pCsr->nCell = get_uint16(&pCsr->aPage[iOff+3]); in dbdataNext()
14823 iOff = get_uint16(&pCsr->aPage[iOff]); in dbdataNext()
15111 iOff = get_uint16(&pCsr->aPage[iOff]); in dbdataColumn()