Home
last modified time | relevance | path

Searched refs:PLUS (Results 1 – 25 of 130) sorted by relevance

123456

/illumos-gate/usr/src/common/crypto/chacha/
H A Dchacha.c148 x0 = PLUS(x0,j0); in chacha_encrypt_bytes()
149 x1 = PLUS(x1,j1); in chacha_encrypt_bytes()
150 x2 = PLUS(x2,j2); in chacha_encrypt_bytes()
151 x3 = PLUS(x3,j3); in chacha_encrypt_bytes()
152 x4 = PLUS(x4,j4); in chacha_encrypt_bytes()
153 x5 = PLUS(x5,j5); in chacha_encrypt_bytes()
154 x6 = PLUS(x6,j6); in chacha_encrypt_bytes()
155 x7 = PLUS(x7,j7); in chacha_encrypt_bytes()
156 x8 = PLUS(x8,j8); in chacha_encrypt_bytes()
157 x9 = PLUS(x9,j9); in chacha_encrypt_bytes()
[all …]
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dregex.c70 #define PLUS 02 macro
177 case EGRP|PLUS: in __advance()
277 case CDOT|PLUS: in __advance()
287 case CCHR|PLUS: in __advance()
319 case CCL|PLUS: in __advance()
320 case NCCL|PLUS: in __advance()
321 if (!__cclass(ep, *lp++, ep[-1] == (CCL | PLUS))) in __advance()
328 (ep[-1] == (CCL | PLUS))))) in __advance()
H A Dregcmp.c67 #define PLUS 02 macro
207 *lastep |= PLUS; in libform_regcmp()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dgram.y36 %token VALUE STEP HELP NUMBER NEWLINE SYMBOL PLUS BREAK CONT DIS GETMAPS
49 %left PLUS
255 address: address PLUS address
H A Dlex.l49 \+ {return (PLUS);}
/illumos-gate/usr/src/cmd/cron/
H A Datt1.y65 %token PLUS
208 | PLUS opt_number UNIT { goto addincr; }
H A Datt2.l88 [+] { LL(PLUS, 0); }
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.g.y60 %left STAR PLUS QUEST
278 | r PLUS { $$ = op2(PLUS, $1, (NODE *) 0); }
H A Db.c51 #define UNARY case FINAL: case STAR: case PLUS: case QUEST:
276 case PLUS: in first()
310 case PLUS: first(v); in follow()
H A Dawk.lx.l164 <reg>"+" RETURN(PLUS);
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_parse.y53 %token LC RC SEMI STAR DIV MOD PLUS MINUS AND OR XOR LB RB LP RP
168 | PLUS
/illumos-gate/usr/src/cmd/awk/
H A Db.c74 #define UNARY case STAR: case PLUS: case QUEST:
486 case PLUS: in first()
518 case PLUS: in follow()
821 case PLUS: in unary()
823 return (unary(op2(PLUS, np, NIL))); in unary()
878 case '+': return PLUS; in relex()
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcmp.c67 #define PLUS '+' macro
679 case PLUS: in regcmp()
740 case PLUS: in regcmp()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c745 case PLUS: in mn1()
823 case STAR: case QUEST: case PLUS: case CARAT: in dupl()
958 case PLUS: in treedump()
H A Dldefs.h111 #define PLUS 0x4009 macro
H A Dparser.y198 ={ $$.i = mn1(PLUS,$1.i); }
254 else if($2.i == 1)$$.i = mn1(PLUS,$1.i);
259 k = mn1(PLUS,dupl($1.i));
H A Dsub2.c108 case STAR: case PLUS: case QUEST: case RSCON: in cfoll()
183 case STAR: case PLUS: in follow()
280 case PLUS: case RSTR: in first()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y142 %left PLUS MINUS.
170 signed(A) ::= PLUS INTEGER(X). { A = atoi(X.z); } in INTEGER()
179 carg ::= DEFAULT PLUS INTEGER(X). {sqliteAddDefaultValue(pParse,&X,0);} in INTEGER()
182 carg ::= DEFAULT PLUS FLOAT(X). {sqliteAddDefaultValue(pParse,&X,0);} in FLOAT()
597 expr(A) ::= expr(X) PLUS expr(Y). {A = sqliteExpr(TK_PLUS, X, Y, 0);}
635 expr(A) ::= PLUS(B) expr(X). [UPLUS] {
788 plus_opt ::= PLUS.
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/
H A D8859-8.txt71 0x2B 0x002B # PLUS SIGN
171 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-1.txt56 0x2B 0x002B # PLUS SIGN
157 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-15.txt63 0x2B 0x002B # PLUS SIGN
164 0xB1 0x00B1 # PLUS-MINUS SIGN
H A D8859-9.txt56 0x2B 0x002B # PLUS SIGN
157 0xB1 0x00B1 # PLUS-MINUS SIGN
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l137 "+" {return (PLUS);}
H A Dgeniconvtbl.c1587 EVAL_OP_BIN1(PLUS_FOR_CSTYLE_CLEAN, PLUS) /* A + B */ in eval_expr()
1588 EVAL_OP_BIN2(PLUS_FOR_CSTYLE_CLEAN, PLUS) /* A + B */ in eval_expr()
1589 EVAL_OP_BIN3(PLUS_FOR_CSTYLE_CLEAN, PLUS) /* A + B */ in eval_expr()
1590 EVAL_OP_BIN4(PLUS_FOR_CSTYLE_CLEAN, PLUS) /* A + B */ in eval_expr()
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/msft-pc-windows/
H A DCP1255.TXT85 0x2B 0x002B #PLUS SIGN
219 0xB1 0x00B1 #PLUS-MINUS SIGN

123456