Searched refs:a1_native (Results 1 – 2 of 2) sorted by relevance
41 __check_native (uint32_t a1_index, int *a1_native, in __check_native() argument151 *a1_native = native; in __check_native()
1470 int a1_native = a1->native; in rfc3484_sort() local1473 if (a1_native == -1 || a2_native == -1) in rfc3484_sort()1476 if (a1_native == -1) in rfc3484_sort()1480 a1_native = 0; in rfc3484_sort()1497 __check_native (a1_index, &a1_native, a2_index, &a2_native); in rfc3484_sort()1504 || src->results[i].native == a1_native); in rfc3484_sort()1505 src->results[i].native = a1_native; in rfc3484_sort()1515 if (a1_native && !a2_native) in rfc3484_sort()1517 if (!a1_native && a2_native) in rfc3484_sort()
Completed in 7 milliseconds