Lines Matching refs:code
1062 u32 code; // only used during decompression member
1111 state->code = context->code; in LRCIntro_()
1141 context->code = state->code; in LRCFin_()
1160 state->code = 0; in RCInitState_()
1251 RCSearch_( RCCompressionInfo* info, u32 code, u32 range, u32 low ) in RCSearch_() argument
1254 u32 codeVal = code - low; in RCSearch_()
1302 u16 val = RCSearch_( info, state->code, state->range, state->low ); in RCGetData_()
1323 state->code <<= 8; in RCGetData_()
1324 state->code += srcp[ cnt++ ]; in RCGetData_()
1442 rcState.code <<= 8; in ReadUncompLRC()
1443 rcState.code += *srcp; in ReadUncompLRC()