HomeSort by relevance Sort by last modified time
    Searched refs:PLUS (Results 1 - 25 of 377) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Preprocessor/
output_paste_avoid.cpp 18 #define PLUS +
21 D: +PLUS -EMPTY- PLUS+ f(=)
  /external/ipsec-tools/src/libipsec/
policy_parse.h 44 PLUS = 260,
63 #define PLUS 260
  /bionic/libc/upstream-openbsd/lib/libc/crypt/
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...]
  /external/openssh/
chacha.c 43 #define PLUS(v,w) (U32V((v) + (w)))
44 #define PLUSONE(v) (PLUS((v),1))
47 a = PLUS(a,b); d = ROTATE(XOR(d,a),16); \
48 c = PLUS(c,d); b = ROTATE(XOR(b,c),12); \
49 a = PLUS(a,b); d = ROTATE(XOR(d,a), 8); \
50 c = PLUS(c,d); b = ROTATE(XOR(b,c), 7);
150 x0 = PLUS(x0,j0);
151 x1 = PLUS(x1,j1);
152 x2 = PLUS(x2,j2);
153 x3 = PLUS(x3,j3)
    [all...]
  /external/openssh/openbsd-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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
token.h 26 #define PLUS 14
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
token.h 26 #define PLUS 14
  /external/python/cpython2/Include/
token.h 26 #define PLUS 14
  /prebuilts/gdb/darwin-x86/include/python2.7/
token.h 26 #define PLUS 14
  /prebuilts/gdb/linux-x86/include/python2.7/
token.h 26 #define PLUS 14
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 26 #define PLUS 14
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 26 #define PLUS 14
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 23 PLUS = 14
  /external/python/cpython2/Lib/lib2to3/pgen2/
token.py 23 PLUS = 14
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 23 PLUS = 14
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 23 PLUS = 14
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 23 PLUS = 14
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 23 PLUS = 14
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestExpressionFeatures.g3 50 PLUS = '+';
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 182 public static final int PLUS = LexerCore.PLUS;
  /external/skia/src/sksl/
SkSLToken.h 43 PLUS,
146 case Token::PLUS: return String("+");
  /external/syslinux/dos/
printf.c 31 #define PLUS 4 /* show plus */
32 #define SPACE 8 /* space if plus */
63 } else if (type & PLUS) {
144 flags |= PLUS;
  /external/syslinux/memdisk/
conio.c 97 #define PLUS 4 /* show plus */
98 #define SPACE 8 /* space if plus */
129 } else if (type & PLUS) {
207 flags |= PLUS;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
31 public static final int PLUS=19;
444 if ( ((LA5_0>=BLOCK && LA5_0<=FOR)||(LA5_0>=EQEQ && LA5_0<=PLUS)) ) {
502 case PLUS:
617 // SimpleCTP.g:54:1: expr : ( ^( EQEQ expr expr ) | ^( LT expr expr ) | ^( PLUS expr expr ) | ^( EQ ID e= expr ) | atom );
627 // SimpleCTP.g:54:5: ( ^( EQEQ expr expr ) | ^( LT expr expr ) | ^( PLUS expr expr ) | ^( EQ ID e= expr ) | atom )
640 case PLUS:
707 // SimpleCTP.g:56:9: ^( PLUS expr expr )
709 match(input,PLUS,FOLLOW_PLUS_in_expr384);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 10 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "VAR_DEF", "ARG_DEF", "FUNC_HDR", "FUNC_DECL", "FUNC_DEF", "BLOCK", "ID", "EQ", "INT", "FOR", "INT_TYPE", "CHAR", "VOID", "EQEQ", "LT", "PLUS", "WS", "';'", "'('", "','", "')'", "'{'", "'}'"
31 public static final int PLUS=19;
444 if ( ((LA5_0>=BLOCK && LA5_0<=FOR)||(LA5_0>=EQEQ && LA5_0<=PLUS)) ) {
502 case PLUS:
617 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:54:1: expr : ( ^( EQEQ expr expr ) | ^( LT expr expr ) | ^( PLUS expr expr ) | ^( EQ ID e= expr ) | atom );
627 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:54:5: ( ^( EQEQ expr expr ) | ^( LT expr expr ) | ^( PLUS expr expr ) | ^( EQ ID e= expr ) | atom )
640 case PLUS:
707 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:56:9: ^( PLUS expr expr )
709 match(input,PLUS,FOLLOW_PLUS_in_expr384);

Completed in 877 milliseconds

1 2 3 4 5 6 7 8 91011>>