Home
last modified time | relevance | path

Searched refs:which1 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libc/resolv/
H A Dres_debug.c937 int which1 = 0, which2 = 0; in loc_aton() local
942 lltemp1 = latlon2ul(&cp, &which1); 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/bsd/libbind/dist/resolv/
H A Dres_debug.c932 int which1 = 0, which2 = 0; local
937 lltemp1 = latlon2ul(&cp, &which1);
941 switch (which1 + which2) {
943 if ((which1 == 1) && (which2 == 2)) { /*%< normal case */
946 } else if ((which1 == 2) && (which2 == 1)) { /*%< reversed */
/netbsd-src/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; in expand_vec_perm2_vperm2f128_vblend() local
18198 which1 |= (d->perm[i] < nelt ? 1 : 2); in expand_vec_perm2_vperm2f128_vblend()
18219 dfirst.perm[i] = (which1 == 2 ? i + nelt : i); in expand_vec_perm2_vperm2f128_vblend()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc20657 unsigned i, j, msk, nelt = d->nelt, nelt2 = nelt / 2, which1 = 0, which2 = 0; in expand_vec_perm2_vperm2f128_vblend() local
20681 which1 |= (d->perm[i] < nelt ? 1 : 2); in expand_vec_perm2_vperm2f128_vblend()
20702 dfirst.perm[i] = (which1 == 2 ? i + nelt : i); in expand_vec_perm2_vperm2f128_vblend()