Searched refs:opos (Results 1 – 1 of 1) sorted by relevance
515 int opos = (bits+ow-1)/ow*ow-bits; in pack() local519 if (count > ow - opos%ow) { // free space available in output byte in pack()520 count = ow - opos%ow; // choose the smaller number in pack()523 out[opos/ow] |= // paste! in pack()527 << (ow-opos%ow-count); // move to the output position in pack()529 opos += count; // advance in pack()