HomeSort by: relevance | last modified time | path
    Searched refs:PLUS (Results 1 - 25 of 450) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/flex/dist/examples/manual/
expr.y 17 %token PLUS MINUS MULT DIV EXPON
21 %left MINUS PLUS
36 | exp PLUS exp { $$ = $1 + $3; }
expr.lex 20 "+" return(PLUS);
  /src/crypto/external/bsd/openssh/dist/
chacha.c 44 #define PLUS(v,w) (U32V((v) + (w)))
45 #define PLUSONE(v) (PLUS((v),1))
48 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \
49 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \
50 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \
51 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7);
151 x0 = PLUS(x0,j0);
152 x1 = PLUS(x1,j1);
153 x2 = PLUS(x2,j2);
154 x3 = PLUS(x3,j3)
    [all...]
  /src/external/bsd/unbound/dist/compat/
chacha_private.h 42 #define PLUS(v,w) (U32V((v) + (w)))
43 #define PLUSONE(v) (PLUS((v),1))
46 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \
47 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \
48 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \
49 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7);
149 x0 = PLUS(x0,j0);
150 x1 = PLUS(x1,j1);
151 x2 = PLUS(x2,j2);
152 x3 = PLUS(x3,j3)
    [all...]
  /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/external/gpl2/lvm2/dist/libdm/regex/
parse_rx.h 24 PLUS,
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
scjdefs.h 8 #define P2PLUS PLUS
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
order.c 98 if ((p->n_op == PLUS || p->n_op == MINUS) &&
107 if (l->n_op == PLUS && isreg(l->n_right)) {
117 if (p->n_op == PLUS) {
155 if ((p->n_op == PLUS || p->n_op == MINUS) && p->n_left->n_op == ICON) {
161 if (p->n_op == PLUS && risreg(p->n_left)) {
  /src/external/bsd/pcc/dist/pcc/arch/arm/
order.c 67 if( p->n_op == PLUS || p->n_op == MINUS ){
76 r->n_right->n_lval == 2 && p->n_op == PLUS) {
105 if ((p->n_op == PLUS || p->n_op == MINUS) && p->n_right->n_op == ICON) {
116 } else if (p->n_op == PLUS && (r = p->n_right)->n_op == LS &&
238 case PLUS:
  /src/external/bsd/pcc/dist/pcc/arch/pdp10/
order.c 54 if( p->n_op == PLUS || p->n_op == MINUS ){
83 * Must negate the right side and change op to PLUS.
95 p->n_op = PLUS;
133 p->n_right->n_op == PLUS &&
  /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
405 * if we've gone past that time - but if we're specifying a time plus
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-cost.cc 79 if (outer_code == SET || outer_code == PLUS)
163 case PLUS:
251 else if (outer_code == PLUS || outer_code == MINUS)
270 else if (outer_code == PLUS || outer_code == MINUS
440 else if (outer_code == PLUS || outer_code == MINUS)
508 Return 'false' to sum the costs of sub-rtx, plus cost of this operation.
550 /* It is supposed to be the pattern (const (plus symbol_ref const_int)).
558 case PLUS:
573 /* For other 'plus' situation, make it cost 4-byte. */
606 /* It is supposed to be the pattern (const (plus symbol_ref const_int))
    [all...]
nds32-predicates.cc 168 if (GET_CODE (SET_SRC (update_base)) != PLUS)
215 (parallel [(set (mem (plus (reg:SI SP_REGNUM) (const_int -32)))
217 (set (mem (plus (reg:SI SP_REGNUM) (const_int -28)))
220 (set (mem (plus (reg:SI SP_REGNUM) (const_int -16)))
222 (set (mem (plus (reg:SI SP_REGNUM) (const_int -12)))
224 (set (mem (plus (reg:SI SP_REGNUM) (const_int -8)))
226 (set (mem (plus (reg:SI SP_REGNUM) (const_int -4)))
229 (plus (reg:SI SP_REGNUM) (const_int -32)))])
235 (mem (plus (reg:SI SP_REGNUM) (const_int 4))))
238 (mem (plus (reg:SI SP_REGNUM) (const_int 16)))
    [all...]
nds32-relax-opt.cc 120 /* Return true if insn is a sp/fp base or sp/fp plus load-store instruction. */
145 if ((GET_CODE (XEXP (mem_src, 0)) == PLUS))
183 if ((GET_CODE (XEXP (mem_src, 0)) == PLUS))
302 if (GET_CODE (x) == PLUS)
427 if (GET_CODE (addr) == PLUS
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-cost.cc 79 if (outer_code == SET || outer_code == PLUS)
163 case PLUS:
251 else if (outer_code == PLUS || outer_code == MINUS)
270 else if (outer_code == PLUS || outer_code == MINUS
440 else if (outer_code == PLUS || outer_code == MINUS)
508 Return 'false' to sum the costs of sub-rtx, plus cost of this operation.
550 /* It is supposed to be the pattern (const (plus symbol_ref const_int)).
558 case PLUS:
573 /* For other 'plus' situation, make it cost 4-byte. */
606 /* It is supposed to be the pattern (const (plus symbol_ref const_int))
    [all...]
nds32-predicates.cc 168 if (GET_CODE (SET_SRC (update_base)) != PLUS)
215 (parallel [(set (mem (plus (reg:SI SP_REGNUM) (const_int -32)))
217 (set (mem (plus (reg:SI SP_REGNUM) (const_int -28)))
220 (set (mem (plus (reg:SI SP_REGNUM) (const_int -16)))
222 (set (mem (plus (reg:SI SP_REGNUM) (const_int -12)))
224 (set (mem (plus (reg:SI SP_REGNUM) (const_int -8)))
226 (set (mem (plus (reg:SI SP_REGNUM) (const_int -4)))
229 (plus (reg:SI SP_REGNUM) (const_int -32)))])
235 (mem (plus (reg:SI SP_REGNUM) (const_int 4))))
238 (mem (plus (reg:SI SP_REGNUM) (const_int 16)))
    [all...]
  /src/external/bsd/bc/dist/
number.c 75 temp->n_sign = PLUS;
162 if (n1->n_sign == PLUS)
174 if (!use_sign || n1->n_sign == PLUS)
182 if (!use_sign || n1->n_sign == PLUS)
208 if (!use_sign || n1->n_sign == PLUS)
216 if (!use_sign || n1->n_sign == PLUS)
232 if (!use_sign || n1->n_sign == PLUS)
244 if (!use_sign || n1->n_sign == PLUS)
539 diff->n_sign = (n2->n_sign == PLUS ? MINUS : PLUS);
    [all...]
  /src/usr.bin/xlint/lint1/
op.h 81 PLUS,
  /src/external/bsd/pcc/dist/pcc/arch/m68k/
order.c 50 * Pointers can only have a scalar added to it if PLUS, but when
69 if ((p->n_op == PLUS || p->n_op == MINUS) && q->n_op == ICON &&
  /src/external/bsd/pcc/dist/pcc/arch/nova/
order.c 72 if ((p->n_op == PLUS || p->n_op == MINUS) && r->n_op == ICON) {
  /src/external/bsd/pcc/dist/pcc/arch/sparc64/
order.c 40 if (p->n_op == PLUS || p->n_op == MINUS) {
  /src/external/gpl3/gcc/dist/gcc/config/fr30/
fr30.h 313 the register value plus a displacement. */
561 * register plus register addressing using R13 as the base register.
571 if (GET_CODE (X) == PLUS \
578 if (GET_CODE (X) == PLUS \
593 if (GET_CODE (X) == PLUS \
600 if (GET_CODE (X) == PLUS \
  /src/external/gpl3/gcc.old/dist/gcc/config/fr30/
fr30.h 313 the register value plus a displacement. */
561 * register plus register addressing using R13 as the base register.
571 if (GET_CODE (X) == PLUS \
578 if (GET_CODE (X) == PLUS \
593 if (GET_CODE (X) == PLUS \
600 if (GET_CODE (X) == PLUS \
  /src/external/bsd/pcc/dist/pcc/arch/hppa/
order.c 64 if (p->n_op == PLUS || p->n_op == MINUS) {
87 if (p->n_op == PLUS && (r = p->n_right)->n_op == LS &&
  /src/external/bsd/pcc/dist/pcc/arch/pdp11/
order.c 50 p->n_left->n_right->n_op == PLUS &&
81 if( p->n_op == PLUS || p->n_op == MINUS ){

Completed in 69 milliseconds

1 2 3 4 5 6 7 8 91011>>