Home | History | Annotate | Download | only in ports

Lines Matching refs:gPairs

541     } gPairs[] = {
547 for (size_t i = 0; i < SK_ARRAY_COUNT(gPairs); i++) {
548 if (strcmp(name, gPairs[i].fFrom) == 0) {
549 return gPairs[i].fTo;