Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/postscript/g3p9bit/
H A Dg3p9bit.c40 uint bitoffset; variable
244 bitoffset = 24; in readfile()
275 bo = bitoffset; in readrow()
335 bitoffset = bo; in readrow()
340 bitoffset = bo; in readrow()
356 if(bitoffset > (24-13)) { in sync()
361 bitoffset -= 8; in sync()
364 } while(bitoffset >= 8); in sync()
366 t = wtab + ((word24 >> (24-13-bitoffset)) & 8191); in sync()
368 bitoffset++; in sync()
[all …]