HomeSort by: relevance | last modified time | path
    Searched refs:stopval (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/tr/
str.c 335 int stopval; local
339 stopval = s->str[0] == '\\' ? backslash(s) : (unsigned char)*s->str++;
340 if (stopval < (unsigned char)s->lastch) {
344 s->cnt = stopval - s->lastch + 1;
  /src/sys/dev/i2c/
nxt2k.c 181 uint8_t stopval, buf; local
184 stopval = 0x10;
191 if (buf & stopval)
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 2549 tree stopval = t; local
2577 tree stopvalull = fold_convert (ulltype, stopval);
2739 t = fold_build2 (TRUNC_MOD_EXPR, type, stopval, t2);
2740 t2 = fold_build2 (TRUNC_DIV_EXPR, type, stopval, t2);
2870 = gimple_build_cond (LE_EXPR, t, stopval, NULL_TREE,
2955 t = fold_build2 (MINUS_EXPR, type, stopval, idx);
  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 2547 tree stopval = t; local
2575 tree stopvalull = fold_convert (ulltype, stopval);
2737 t = fold_build2 (TRUNC_MOD_EXPR, type, stopval, t2);
2738 t2 = fold_build2 (TRUNC_DIV_EXPR, type, stopval, t2);
2866 = gimple_build_cond (LE_EXPR, t, stopval, NULL_TREE,
2950 t = fold_build2 (MINUS_EXPR, type, stopval, idx);

Completed in 54 milliseconds