Home
last modified time | relevance | path

Searched defs:out_shift (Results 1 – 1 of 1) sorted by relevance

/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
142 int out_shift = out_shift_initial; in bits_compress_scaled() local