Home | History | Annotate | Download | only in lib

Lines Matching full:grp1

965 static picoos_int16 ktab_isEqualPosGroup(const picoos_uint8 *grp1,
969 /* if both, grp1 and grp2 would be sorted in ascending order
979 /* search grp1[i] in grp2 */
981 while ((j < len) && (grp1[i] != grp2[j])) {