Home
last modified time | relevance | path

Searched refs:which2 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/libbind/dist/resolv/
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/src/lib/libc/resolv/
Dres_debug.c937 int which1 = 0, which2 = 0; in loc_aton() local
944 lltemp2 = latlon2ul(&cp, &which2); in loc_aton()
946 switch (which1 + which2) { in loc_aton()
948 if ((which1 == 1) && (which2 == 2)) { /*%< normal case */ in loc_aton()
951 } else if ((which1 == 2) && (which2 == 1)) { /*%< reversed */ in loc_aton()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-expand.cc20657 unsigned i, j, msk, nelt = d->nelt, nelt2 = nelt / 2, which1 = 0, which2 = 0; in expand_vec_perm2_vperm2f128_vblend() local
20686 which2 |= (d->perm[i] < nelt ? 1 : 2); in expand_vec_perm2_vperm2f128_vblend()
20704 dsecond.perm[i] = (which2 == 2 ? i + nelt : i); in expand_vec_perm2_vperm2f128_vblend()