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

  /src/usr.bin/vgrind/
regexp.c 110 * The descriptor byte can also have the OPT bit set if the object
148 #define OPT 1
172 *cre = META | OPT;
252 *cs = *cs | OPT;
386 } else if (*cs & OPT) {
426 } else if (*cs & OPT) {
460 } else if (ptr != NULL && (*cs & OPT)) {
492 } else if (ptr != NULL && (*cs & OPT)) {
535 } else if (*cs & OPT) {
559 } else if (*cs & OPT) {
    [all...]
  /src/lib/libc/stdlib/
jemalloc.c 806 #define OPT(a) __predict_false(opt_##a)
811 if (OPT(utrace)) { \
1233 if (OPT(abort))
1261 if (OPT(abort))
1950 if (OPT(hint))
2241 if (OPT(junk))
2243 else if (OPT(zero))
2341 if (OPT(junk))
2343 else if (OPT(zero))
2426 if (OPT(junk) && size < oldsize
    [all...]

Completed in 14 milliseconds