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

  /src/usr.bin/make/unit-tests/
varmod-ifelse.mk 175 PLUS= +
180 .info <${${PLUS} :?true:false}>
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ref/
chacha20_ref.c 32 #define PLUS(v, w) (U32V((v) + (w)))
33 #define PLUSONE(v) (PLUS((v), 1))
36 a = PLUS(a, b); \
38 c = PLUS(c, d); \
40 a = PLUS(a, b); \
42 c = PLUS(c, d); \
151 x0 = PLUS(x0, j0);
152 x1 = PLUS(x1, j1);
153 x2 = PLUS(x2, j2);
154 x3 = PLUS(x3, j3)
    [all...]
  /src/usr.bin/at/
parsetime.c 30 * at [NOW] PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS
35 * \PLUS NUMBER MINUTES|HOURS|DAYS|WEEKS/
65 NUMBER, PLUS, DOT, SLASH, ID, JUNK,
87 {"now", NOW, false}, /* opt prefix for PLUS */
174 static void plus(struct tm *);
276 return sc_tokid = PLUS;
307 * plus() parses a now + time
309 * at [NOW] PLUS NUMBER [MINUTES|HOURS|DAYS|WEEKS|MONTHS|YEARS]
313 plus(struct tm *tm) function in typeref:typename:void
405 * if we've gone past that time - but if we're specifying a time plus
    [all...]
  /src/lib/libcompat/regexp/
regexp.c 72 * plus a "next" pointer, possibly plus an operand. "Next" pointers of
96 #define PLUS 11 /* node Match this (simple) thing 1 or more times. */
117 * STAR,PLUS '?', and complex '*' and '+', are implemented as circular
119 * per match) are implemented with STAR and PLUS for speed
160 #define SIMPLE 02 /* Simple enough to be STAR/PLUS operand. */
447 reginsert(PLUS, ret);
1050 case PLUS: {
1280 case PLUS:
1281 p = "PLUS";
    [all...]
  /src/usr.bin/xlint/lint1/
op.h 81 PLUS,

Completed in 12 milliseconds