Lines Matching refs:code
985 u32 code; // only used during decompression member
1035 state->code = context->code; in LRCIntro_()
1065 context->code = state->code; in LRCFin_()
1084 state->code = 0; in RCInitState_()
1176 RCSearch_( RCCompressionInfo* info, u32 code, u32 range, u32 low ) in RCSearch_() argument
1179 u32 codeVal = code - low; in RCSearch_()
1228 u16 val = RCSearch_( info, state->code, state->range, state->low ); in RCGetData_()
1249 state->code <<= 8; in RCGetData_()
1250 state->code += srcp[ cnt++ ]; in RCGetData_()
1361 rcState.code <<= 8; in CXReadUncompLRC()
1362 rcState.code += *srcp; in CXReadUncompLRC()