Home | History | Annotate | Download | only in lib

Lines Matching refs:grp2

966                                          const picoos_uint8 *grp2,
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])) {