/titanic_50/usr/src/common/crypto/chacha/ |
H A D | chacha.c | 41 #define PLUS(v,w) (U32V((v) + (w))) macro 42 #define PLUSONE(v) (PLUS((v),1)) 45 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \ 46 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \ 47 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \ 48 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7); 148 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() [all …]
|
/titanic_50/usr/src/lib/libeti/form/common/ |
H A D | regex.c | 70 #define PLUS 02 macro 176 case EGRP|PLUS: in __advance() 276 case CDOT|PLUS: in __advance() 284 case CCHR|PLUS: in __advance() 313 case CCL|PLUS: in __advance() 314 case NCCL|PLUS: in __advance() 315 if (!__cclass(ep, *lp++, ep[-1] == (CCL | PLUS))) in __advance() 321 (ep[-1] == (CCL | PLUS))))); in __advance()
|
H A D | regcmp.c | 67 #define PLUS 02 macro 207 *lastep |= PLUS; in libform_regcmp()
|
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | gram.y | 36 %token VALUE STEP HELP NUMBER NEWLINE SYMBOL PLUS BREAK CONT DIS GETMAPS 49 %left PLUS 255 address: address PLUS address
|
H A D | lex.l | 49 \+ {return (PLUS);}
|
/titanic_50/usr/src/cmd/cron/ |
H A D | att1.y | 65 %token PLUS 208 | PLUS opt_number UNIT { goto addincr; }
|
H A D | att2.l | 88 [+] { LL(PLUS, 0); }
|
/titanic_50/usr/src/tools/ndrgen/ |
H A D | ndr_parse.y | 49 %token LC RC SEMI STAR DIV MOD PLUS MINUS AND OR XOR LB RB LP RP 163 | PLUS
|
/titanic_50/usr/src/cmd/oawk/ |
H A D | awk.g.y | 60 %left STAR PLUS QUEST 278 | r PLUS { $$ = op2(PLUS, $1, (NODE *) 0); }
|
H A D | awk.lx.l | 167 <reg>"+" RETURN(PLUS);
|
/titanic_50/usr/src/cmd/awk/ |
H A D | b.c | 48 #define UNARY case STAR: case PLUS: case QUEST: 359 case PLUS: in first() 392 case PLUS: in follow() 678 case PLUS: in unary() 680 return (unary(op2(PLUS, np, NIL))); in unary() 699 case '+': return PLUS; in relex()
|
/titanic_50/usr/src/cmd/egrep/ |
H A D | egrep.y | 47 %token CHAR MCHAR DOT MDOT CCL NCCL MCCL NMCCL OR CAT STAR PLUS QUEST 51 %left STAR PLUS QUEST 187 | r PLUS 188 { $$ = unary(PLUS, $1); } 229 case '+': return (PLUS); in yylex() 525 else if (name[v] == PLUS) return (1); in cstate() 626 case PLUS: cstate(v); in follow()
|
/titanic_50/usr/src/lib/libc/port/regex/ |
H A D | regcmp.c | 67 #define PLUS '+' macro 679 case PLUS: in regcmp() 740 case PLUS: in regcmp()
|
/titanic_50/usr/src/cmd/sgs/lex/common/ |
H A D | sub1.c | 744 case PLUS: in mn1() 822 case STAR: case QUEST: case PLUS: case CARAT: in dupl() 957 case PLUS: in treedump()
|
H A D | ldefs.h | 113 #define PLUS 0x4009 macro
|
H A D | parser.y | 199 ={ $$.i = mn1(PLUS,$1.i); } 255 else if($2.i == 1)$$.i = mn1(PLUS,$1.i); 260 k = mn1(PLUS,dupl($1.i));
|
H A D | sub2.c | 110 case STAR: case PLUS: case QUEST: case RSCON: in cfoll() 185 case STAR: case PLUS: in follow() 282 case PLUS: case RSTR: in first()
|
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 144 %left PLUS MINUS. 172 signed(A) ::= PLUS INTEGER(X). { A = atoi(X.z); } in INTEGER() 181 carg ::= DEFAULT PLUS INTEGER(X). {sqliteAddDefaultValue(pParse,&X,0);} in INTEGER() 184 carg ::= DEFAULT PLUS FLOAT(X). {sqliteAddDefaultValue(pParse,&X,0);} in FLOAT() 599 expr(A) ::= expr(X) PLUS expr(Y). {A = sqliteExpr(TK_PLUS, X, Y, 0);} 637 expr(A) ::= PLUS(B) expr(X). [UPLUS] { 790 plus_opt ::= PLUS.
|
/titanic_50/usr/src/lib/iconv_modules/utf-8/utils/ |
H A D | 8859-8.txt | 71 0x2B 0x002B # PLUS SIGN 171 0xB1 0x00B1 # PLUS-MINUS SIGN
|
H A D | 8859-1.txt | 56 0x2B 0x002B # PLUS SIGN 157 0xB1 0x00B1 # PLUS-MINUS SIGN
|
H A D | 8859-9.txt | 56 0x2B 0x002B # PLUS SIGN 157 0xB1 0x00B1 # PLUS-MINUS SIGN
|
H A D | 8859-15.txt | 63 0x2B 0x002B # PLUS SIGN 164 0xB1 0x00B1 # PLUS-MINUS SIGN
|
/titanic_50/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.l | 139 "+" {return (PLUS);}
|
/titanic_50/usr/src/cmd/localedef/data/ |
H A D | 8859-8.TXT | 93 0x2B 0x002B # PLUS SIGN 226 0xB1 0x00B1 # PLUS-MINUS SIGN
|
/titanic_50/usr/src/lib/iconv_modules/utf-8/utils/msft-pc-windows/ |
H A D | CP1255.TXT | 85 0x2B 0x002B #PLUS SIGN 219 0xB1 0x00B1 #PLUS-MINUS SIGN
|