HomeSort by: relevance | last modified time | path
    Searched defs:which1 (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/libbind/dist/resolv/
res_debug.c 932 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 */
res_debug.c 932 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 */
res_debug.c 932 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 */
  /src/lib/libc/resolv/
res_debug.c 937 int which1 = 0, which2 = 0; local
942 lltemp1 = latlon2ul(&cp, &which1);
946 switch (which1 + which2) {
948 if ((which1 == 1) && (which2 == 2)) { /*%< normal case */
951 } else if ((which1 == 2) && (which2 == 1)) { /*%< reversed */
res_debug.c 937 int which1 = 0, which2 = 0; local
942 lltemp1 = latlon2ul(&cp, &which1);
946 switch (which1 + which2) {
948 if ((which1 == 1) && (which2 == 2)) { /*%< normal case */
951 } else if ((which1 == 2) && (which2 == 1)) { /*%< reversed */
res_debug.c 937 int which1 = 0, which2 = 0; local
942 lltemp1 = latlon2ul(&cp, &which1);
946 switch (which1 + which2) {
948 if ((which1 == 1) && (which2 == 2)) { /*%< normal case */
951 } else if ((which1 == 2) && (which2 == 1)) { /*%< reversed */
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 22015 unsigned i, j, msk, nelt = d->nelt, nelt2 = nelt / 2, which1 = 0, which2 = 0; local
22039 which1 |= (d->perm[i] < nelt ? 1 : 2);
22060 dfirst.perm[i] = (which1 == 2 ? i + nelt : i);
i386-expand.cc 22015 unsigned i, j, msk, nelt = d->nelt, nelt2 = nelt / 2, which1 = 0, which2 = 0; local
22039 which1 |= (d->perm[i] < nelt ? 1 : 2);
22060 dfirst.perm[i] = (which1 == 2 ? i + nelt : i);
i386-expand.cc 22015 unsigned i, j, msk, nelt = d->nelt, nelt2 = nelt / 2, which1 = 0, which2 = 0; local
22039 which1 |= (d->perm[i] < nelt ? 1 : 2);
22060 dfirst.perm[i] = (which1 == 2 ? i + nelt : i);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 20671 unsigned i, j, msk, nelt = d->nelt, nelt2 = nelt / 2, which1 = 0, which2 = 0; local
20695 which1 |= (d->perm[i] < nelt ? 1 : 2);
20716 dfirst.perm[i] = (which1 == 2 ? i + nelt : i);
i386-expand.cc 20671 unsigned i, j, msk, nelt = d->nelt, nelt2 = nelt / 2, which1 = 0, which2 = 0; local
20695 which1 |= (d->perm[i] < nelt ? 1 : 2);
20716 dfirst.perm[i] = (which1 == 2 ? i + nelt : i);
i386-expand.cc 20671 unsigned i, j, msk, nelt = d->nelt, nelt2 = nelt / 2, which1 = 0, which2 = 0; local
20695 which1 |= (d->perm[i] < nelt ? 1 : 2);
20716 dfirst.perm[i] = (which1 == 2 ? i + nelt : i);

Completed in 135 milliseconds