/plan9/sys/src/cmd/gs/jpeg/ |
H A D | jdhuff.h | 138 #define CHECK_BIT_BUFFER(state,nbits,action) \ argument 144 #define GET_BITS(nbits) \ argument 147 #define PEEK_BITS(nbits) \ argument 150 #define DROP_BITS(nbits) \ argument
|
H A D | jcphuff.c | 298 unsigned int nbits) in emit_buffered_bits() 318 register int temp, nbits; in emit_eobrun() local 381 register int nbits; in encode_mcu_DC_first() local 468 register int nbits; in encode_mcu_AC_first() local
|
H A D | jchuff.c | 357 register int nbits; in encode_one_block() local 576 register int nbits; in htest_one_block() local
|
H A D | jdhuff.c | 294 int nbits) in jpeg_fill_bit_buffer()
|
/plan9/sys/src/libsec/port/ |
H A D | probably_prime.c | 14 int j, k, rep, nbits, isprime; in probably_prime() local
|
/plan9/sys/src/cmd/unix/drawterm/libsec/ |
H A D | probably_prime.c | 12 int j, k, rep, nbits, isprime = 1; in probably_prime() local
|
/plan9/sys/src/cmd/usb/kb/ |
H A D | hid.c | 16 get8bits(Chain *ch, int nbits) in get8bits() 38 getbits(void *p, Chain *ch, int nbits) in getbits()
|
H A D | hid.h | 76 #define MSK(nbits) ((1UL << (nbits)) - 1) argument 93 int nbits; member
|
/plan9/sys/src/cmd/tcs/font/ |
H A D | qbits.c | 21 uchar *nbits; in qreadbits() local
|
H A D | kbits.c | 19 uchar *nbits; in kreadbits() local
|
H A D | bbits.c | 21 uchar *b, *nbits; in breadbits() local
|
H A D | gbits.c | 26 uchar *nbits; in greadbits() local
|
/plan9/sys/src/cmd/gs/src/ |
H A D | gsbitcom.c | 137 # define out_shift_update(out_shift, nbits) ((out_shift += (nbits)) >= 8) in bits_compress_scaled() argument 140 # define out_shift_update(out_shift, nbits) ((out_shift -= (nbits)) < 0) in bits_compress_scaled() argument
|
H A D | md5.c | 328 md5_word_t nbits = (md5_word_t)(nbytes << 3); in md5_append() local
|
/plan9/sys/src/cmd/jpg/ |
H A D | writegif.c | 31 int nbits; /* bits in right side of shift register */ member 438 int i, c, h, csize, prefix, first, sreg, nbits, bitsperpixel; in encode() local
|
H A D | readgif.c | 377 int c, doclip, incode, codesize, CTM, EOD, pici, datai, stacki, nbits, sreg, fc, code, piclen; in decode() local
|
/plan9/sys/src/libflate/ |
H A D | deflate.c | 108 int nbits; member 553 lzput(LZstate *lz, ulong bits, int nbits) in lzput() 1049 int i, nbits; in mkgzprecode() local 1070 hufftabinit(Huff *tab, int n, ulong *bitcount, int nbits) in hufftabinit()
|
H A D | inflate.c | 32 int nbits; member
|
/plan9/sys/src/cmd/vnc/ |
H A D | vncs.c | 784 nbits(ulong mask) in nbits() function 797 int nbits; member
|
/plan9/sys/include/ |
H A D | memdraw.h | 56 int nbits[NChan]; member
|
/plan9/sys/src/cmd/unix/drawterm/include/ |
H A D | memdraw.h | 56 int nbits[NChan]; member
|
/plan9/sys/src/libmemdraw/ |
H A D | drawtest.c | 777 int nbits, npack, bpp; in getpixel() local 889 int bpp, sh, npack, nbits; in putpixel() local
|
/plan9/sys/src/cmd/unix/drawterm/libmemdraw/ |
H A D | drawtest.c | 777 int nbits, npack, bpp; in getpixel() local 889 int bpp, sh, npack, nbits; in putpixel() local
|
/plan9/sys/src/games/blabs/ |
H A D | blabs.c | 623 int nbits, bits; in setup() local
|
/plan9/sys/src/libmach/ |
H A D | 5db.c | 692 nbits(ulong v) in nbits() function
|