Home | History | Annotate | Download | only in common

Lines Matching refs:secondUnit

675         uint16_t secondUnit;
680 if(key2>(secondUnit=list[1])) {
686 } else if(key2==(secondUnit&COMP_2_TRAIL_MASK)) {
687 return ((int32_t)(secondUnit&~COMP_2_TRAIL_MASK)<<16)|list[2];