Searched refs:which2 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_debug.c932 int which1 = 0, which2 = 0; local
939 lltemp2 = latlon2ul(&cp, &which2);
941 switch (which1 + which2) {
943 if ((which1 == 1) && (which2 == 2)) { /*%< normal case */
946 } else if ((which1 == 2) && (which2 == 1)) { /*%< reversed */
/netbsd-current/lib/libc/resolv/
H A Dres_debug.c937 int which1 = 0, which2 = 0; local
944 lltemp2 = latlon2ul(&cp, &which2);
946 switch (which1 + which2) {
948 if ((which1 == 1) && (which2 == 2)) { /*%< normal case */
951 } else if ((which1 == 2) && (which2 == 1)) { /*%< reversed */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c18174 unsigned i, j, msk, nelt = d->nelt, nelt2 = nelt / 2, which1 = 0, which2 = 0; local
18203 which2 |= (d->perm[i] < nelt ? 1 : 2);
18221 dsecond.perm[i] = (which2 == 2 ? i + nelt : i);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc20621 unsigned i, j, msk, nelt = d->nelt, nelt2 = nelt / 2, which1 = 0, which2 = 0; local
20650 which2 |= (d->perm[i] < nelt ? 1 : 2);
20668 dsecond.perm[i] = (which2 == 2 ? i + nelt : i);

Completed in 190 milliseconds