Home
last modified time | relevance | path

Searched defs:nbits (Results 1 – 25 of 38) sorted by relevance

12

/plan9/sys/src/cmd/gs/jpeg/
H A Djdhuff.h138 #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 Djcphuff.c298 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 Djchuff.c357 register int nbits; in encode_one_block() local
576 register int nbits; in htest_one_block() local
H A Djdhuff.c294 int nbits) in jpeg_fill_bit_buffer()
/plan9/sys/src/libsec/port/
H A Dprobably_prime.c14 int j, k, rep, nbits, isprime; in probably_prime() local
/plan9/sys/src/cmd/unix/drawterm/libsec/
H A Dprobably_prime.c12 int j, k, rep, nbits, isprime = 1; in probably_prime() local
/plan9/sys/src/cmd/usb/kb/
H A Dhid.c16 get8bits(Chain *ch, int nbits) in get8bits()
38 getbits(void *p, Chain *ch, int nbits) in getbits()
H A Dhid.h76 #define MSK(nbits) ((1UL << (nbits)) - 1) argument
93 int nbits; member
/plan9/sys/src/cmd/tcs/font/
H A Dqbits.c21 uchar *nbits; in qreadbits() local
H A Dkbits.c19 uchar *nbits; in kreadbits() local
H A Dbbits.c21 uchar *b, *nbits; in breadbits() local
H A Dgbits.c26 uchar *nbits; in greadbits() local
/plan9/sys/src/cmd/gs/src/
H A Dgsbitcom.c137 # 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 Dmd5.c328 md5_word_t nbits = (md5_word_t)(nbytes << 3); in md5_append() local
/plan9/sys/src/cmd/jpg/
H A Dwritegif.c31 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 Dreadgif.c377 int c, doclip, incode, codesize, CTM, EOD, pici, datai, stacki, nbits, sreg, fc, code, piclen; in decode() local
/plan9/sys/src/libflate/
H A Ddeflate.c108 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 Dinflate.c32 int nbits; member
/plan9/sys/src/cmd/vnc/
H A Dvncs.c784 nbits(ulong mask) in nbits() function
797 int nbits; member
/plan9/sys/include/
H A Dmemdraw.h56 int nbits[NChan]; member
/plan9/sys/src/cmd/unix/drawterm/include/
H A Dmemdraw.h56 int nbits[NChan]; member
/plan9/sys/src/libmemdraw/
H A Ddrawtest.c777 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 Ddrawtest.c777 int nbits, npack, bpp; in getpixel() local
889 int bpp, sh, npack, nbits; in putpixel() local
/plan9/sys/src/games/blabs/
H A Dblabs.c623 int nbits, bits; in setup() local
/plan9/sys/src/libmach/
H A D5db.c692 nbits(ulong v) in nbits() function

12