Searched refs:PLUS (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/bsd/
H A Dchacha_private.h42 #define PLUS(v,w) (U32V((v) + (w))) macro
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(x
[all...]
/haiku/src/bin/pc/
H A Dlex.h1 #define PLUS '+' macro
H A Dpc.c355 else if (((**str == PLUS || **str == MINUS || **str == OR ||
405 if (operator == PLUS)
684 while(**str == PLUS || **str == MINUS)
692 if (op == PLUS)
720 **str != PLUS && **str != MINUS && **str != OR &&
767 if (**str == NEGATIVE || **str == PLUS || **str == TWIDDLE || **str == BANG)
772 (op == PLUS && *(*str + 1) == PLUS))
806 if (op == PLUS)
/haiku/src/system/kernel/lib/
H A Dkernel_vsprintf.cpp23 #define PLUS 4 /* show plus */ macro
129 else if ((flags & PLUS) != 0)
301 case '+': flags |= PLUS; goto repeat;
/haiku/src/libs/stdc++/legacy/
H A Dcinst.cc77 #ifdef PLUS

Completed in 98 milliseconds