Lines Matching refs:code
999 u32 code; // only used during decompression member
1049 state->code = context->code; in LRCIntro_()
1079 context->code = state->code; in LRCFin_()
1098 state->code = 0; in RCInitState_()
1189 RCSearch_( RCCompressionInfo* info, u32 code, u32 range, u32 low ) in RCSearch_() argument
1192 u32 codeVal = code - low; in RCSearch_()
1241 u16 val = RCSearch_( info, state->code, state->range, state->low ); in RCGetData_()
1262 state->code <<= 8; in RCGetData_()
1263 state->code += srcp[ cnt++ ]; in RCGetData_()
1374 rcState.code <<= 8; in CXReadUncompLRC()
1375 rcState.code += *srcp; in CXReadUncompLRC()