| /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/usr.bin/xlint/lint1/ |
| op.h | 81 PLUS,
|
| ckctype.c | 136 if (ln->tn_op == PLUS &&
|
| scan.l | 106 "+" return lex_operator(T_ADDITIVE, PLUS);
|
| tree.c | 529 case PLUS: 1121 case PLUS: 1202 case PLUS: 1343 tnode_t *ntn = build_op(PLUS, sys, ptr_tp, ln, ctn); 1800 if (oop == PLUS || oop == MINUS) 1813 && (oop == PLUS || oop == MINUS || oop == BITAND || oop == BITXOR)) 1958 case PLUS: 2095 case PLUS: 3307 case PLUS: 3384 if (op == PLUS & 4792 const tnode_t *plus, *arr, *idx; local in function:check_array_index [all...] |
| cgram.y | 642 $$ = build_unary(INDIR, $3, build_binary($1, PLUS, $3, $4)); 782 if (!allow_c90 && $1 == PLUS) 785 $$ = build_unary($1 == PLUS ? UPLUS : UMINUS, $2, $3);
|
| README.md | 117 | PLUS | the binary operator `u.ops.left + u.ops.right` |
|
| func.c | 927 while (rn->tn_op == CVT || rn->tn_op == PLUS)
|
| /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/make/unit-tests/ |
| varmod-ifelse.mk | 175 PLUS= + 180 .info <${${PLUS} :?true:false}>
|
| /src/share/terminfo/ |
| terminfo | 179 # Entries with embedded plus signs are designed to be included through use/tc 395 ansi+csr|ANSI scroll-region plus cursor save & restore, 2379 # g plus/minus 4247 # This emulates VT100 + VT52 (plus a few VT220 features: ech, SRM, DECTCEM, as 4249 # it is intended to be VT102 plus selected features. By default, it sets $TERM 4466 # - File transfer protocols (Kermit, XMODEM, ZMODEM, B-PLUS and 4811 # X10/6.6 11/7/86, minus alternate screen, plus (csr) 5272 # shifted-keypad-plus, though normally that invokes a font-size change. 10004 hp2626-12-s|Hewlett-Packard 2626 11 lines plus status, 10535 adm3a+|adm3a plus, [all...] |
| /src/sys/arch/m68k/060sp/dist/ |
| fpsp.s | 535 set rp_mode, 0x3 # round-to-plus-infinity 8101 # seven significant bits of Y plus 2**(-7), i.e. # 15870 # plus two, then set the smallest exponent to a very small value as a # 22081 # ROUND PLUS INFINITY # 23062 # to nearest, minus, and plus, respectively. The tables include
|