Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Delf.c1177 uint16_t firstcode[7]; in elf_zlib_inflate_table() local
1331 firstcode[j - 9] = code; in elf_zlib_inflate_table()
1383 code = firstcode[j - 9]; in elf_zlib_inflate_table()
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Delf.c1239 uint16_t firstcode[7]; in elf_zlib_inflate_table() local
1393 firstcode[j - 9] = code; in elf_zlib_inflate_table()
1445 code = firstcode[j - 9]; in elf_zlib_inflate_table()
/netbsd-src/sys/dev/stbi/
H A Dstb_image.c2193 uint16 firstcode[16]; member
2233 z->firstcode[i] = (uint16) code; in zbuild_huffman()
2246 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s]; in zbuild_huffman()
2327 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s]; in zhuffman_decode()