Home | History | Annotate | Download | only in common

Lines Matching refs:secondUnit

804         uint16_t secondUnit;
809 if(key2>(secondUnit=list[1])) {
815 } else if(key2==(secondUnit&COMP_2_TRAIL_MASK)) {
816 return ((int32_t)(secondUnit&~COMP_2_TRAIL_MASK)<<16)|list[2];