Lines Matching refs:bb_op
179 unsigned char *bb_op; member
829 c->bb_op = NULL; in bbConfig()
868 c->bb_p = c->bb_op; in bbPutBit()
869 c->bb_op += c->bb_c_s8; in bbPutBit()
872 assert(c->bb_p + c->bb_c_s8 <= c->bb_op); in bbPutBit()
880 assert(c->bb_p + c->bb_c_s8 <= c->bb_op); in bbPutBit()
883 c->bb_p = c->bb_op; in bbPutBit()
884 c->bb_op += c->bb_c_s8; in bbPutBit()
894 assert(c->bb_p == NULL || c->bb_p + c->bb_c_s8 <= c->bb_op); in bbPutByte()
895 *c->bb_op++ = (uint8_t)(b); in bbPutByte()
1076 c->bb_op = out; in ucl_nrv2b_99_compress()
1116 c->codesize = c->bb_op - out; in ucl_nrv2b_99_compress()
1218 c->codesize = c->bb_op - out; in ucl_nrv2b_99_compress()
1219 *out_len = c->bb_op - out; in ucl_nrv2b_99_compress()