Home | History | Annotate | Download | only in ports

Lines Matching defs:gPairs

509     } gPairs[] = {
515 for (size_t i = 0; i < SK_ARRAY_COUNT(gPairs); i++) {
516 if (strcmp(name, gPairs[i].fFrom) == 0) {
517 return gPairs[i].fTo;