/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 12 #define GLES2_COMMAND_LIST(OP) \ argument 13 OP(ActiveTexture) /* 256 */ \ 14 OP(AttachShader) /* 257 */ \ 15 OP(BindAttribLocation) /* 258 */ \ 16 OP(BindAttribLocationBucket) /* 259 */ \ 17 OP(BindBuffer) /* 260 */ \ 18 OP(BindFramebuffer) /* 261 */ \ 19 OP(BindRenderbuffer) /* 262 */ \ 20 OP(BindTexture) /* 263 */ \ 21 OP(BlendColor) /* 264 */ \ [all …]
|
/external/elfutils/lib/ |
D | sha1.c | 257 #define OP(i, a, b, c, d, e) \ macro 268 OP (0, A, B, C, D, E); 269 OP (1, E, A, B, C, D); 270 OP (2, D, E, A, B, C); 271 OP (3, C, D, E, A, B); 272 OP (4, B, C, D, E, A); 273 OP (5, A, B, C, D, E); 274 OP (6, E, A, B, C, D); 275 OP (7, D, E, A, B, C); 276 OP (8, C, D, E, A, B); [all …]
|
D | md5.c | 329 #define OP(a, b, c, d, s, T) \ macro 350 OP (A, B, C, D, 7, 0xd76aa478); 351 OP (D, A, B, C, 12, 0xe8c7b756); 352 OP (C, D, A, B, 17, 0x242070db); 353 OP (B, C, D, A, 22, 0xc1bdceee); 354 OP (A, B, C, D, 7, 0xf57c0faf); 355 OP (D, A, B, C, 12, 0x4787c62a); 356 OP (C, D, A, B, 17, 0xa8304613); 357 OP (B, C, D, A, 22, 0xfd469501); 358 OP (A, B, C, D, 7, 0x698098d8); [all …]
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | kernel_wrap_newlib.cc | 56 #define EXPAND_SYMBOL_LIST_OPERATION(OP) \ argument 57 OP(fdio, close); \ 58 OP(fdio, dup); \ 59 OP(fdio, dup2); \ 60 OP(fdio, read); \ 61 OP(fdio, write); \ 62 OP(fdio, seek); \ 63 OP(fdio, fstat); \ 64 OP(fdio, getdents); \ 65 OP(dev_fdio, fchdir); \ [all …]
|
D | kernel_wrap_glibc.cc | 126 #define EXPAND_SYMBOL_LIST_OPERATION(OP) \ argument 127 OP(chdir); \ 128 OP(close); \ 129 OP(dup); \ 130 OP(dup2); \ 131 OP(fstat); \ 132 OP(getcwd); \ 133 OP(getdents); \ 134 OP(mkdir); \ 135 OP(open); \ [all …]
|
/external/valgrind/main/VEX/test/ |
D | test-amd64-muldiv.h | 2 void glue(glue(test_, OP), b)(int64 op0, int64 op1) in glue() argument 11 stringify(OP)"b %b2\n\t" in glue() 17 stringify(OP) "b", s0, s1, res, flags & CC_MASK); in glue() 20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1) in glue() argument 29 stringify(OP) "w %w3\n\t" in glue() 35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue() 38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1) in glue() argument 47 stringify(OP) "l %3\n\t" in glue() 53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); in glue() 56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1) in glue() argument [all …]
|
D | test-i386-muldiv.h | 2 void glue(glue(test_, OP), b)(int op0, int op1) in glue() argument 11 stringify(OP)"b %b2\n\t" in glue() 17 stringify(OP) "b", s0, s1, res, flags & CC_MASK); in glue() 20 void glue(glue(test_, OP), w)(int op0h, int op0, int op1) in glue() argument 29 stringify(OP) "w %w3\n\t" in glue() 35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK); in glue() 38 void glue(glue(test_, OP), l)(int op0h, int op0, int op1) in glue() argument 47 stringify(OP) "l %3\n\t" in glue() 53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK); in glue() 56 #undef OP
|
D | test-amd64.h | 2 #define exec_op glue(exec_, OP) 3 #define exec_opq glue(glue(exec_, OP), q) 4 #define exec_opl glue(glue(exec_, OP), l) 5 #define exec_opw glue(glue(exec_, OP), w) 6 #define exec_opb glue(glue(exec_, OP), b) 11 stringify(OP) size " %" size "2, %" size "0\n\t" \ 20 stringify(OP) size " %" size "0\n\t" \ 34 stringify(OP) "q", s0, res, iflags, flags & CC_MASK); in exec_opq() 43 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl() 52 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw() [all …]
|
D | test-amd64-shift.h | 2 #define exec_op glue(exec_, OP) 3 #define exec_opq glue(glue(exec_, OP), q) 4 #define exec_opl glue(glue(exec_, OP), l) 5 #define exec_opw glue(glue(exec_, OP), w) 6 #define exec_opb glue(glue(exec_, OP), b) 14 stringify(OP) size " %" size "2, %" size "0\n\t" \ 23 stringify(OP) size " %%cl, %" size "0\n\t" \ 40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq() 53 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl() 66 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw() [all …]
|
D | test-i386-shift.h | 2 #define exec_op glue(exec_, OP) 3 #define exec_opl glue(glue(exec_, OP), l) 4 #define exec_opw glue(glue(exec_, OP), w) 5 #define exec_opb glue(glue(exec_, OP), b) 13 stringify(OP) size " %" size "2, %" size "0\n\t" \ 22 stringify(OP) size " %%cl, %" size "0\n\t" \ 39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl() 52 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw() 59 stringify(OP) size " %%cl, %" size "5, %" size "0\n\t" \ 75 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl() [all …]
|
D | test-i386.h | 4 #define exec_op glue(exec_, OP) 5 #define exec_opl glue(glue(exec_, OP), l) 6 #define exec_opw glue(glue(exec_, OP), w) 7 #define exec_opb glue(glue(exec_, OP), b) 12 stringify(OP) size " %" size "2, %" size "0\n\t" \ 21 stringify(OP) size " %" size "0\n\t" \ 36 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl() 50 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw() 64 stringify(OP) "b", s0, res, iflags, flags & CC_MASK); in exec_opb() 79 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl() [all …]
|
D | test-i386.c | 59 #define OP add macro 62 #define OP sub macro 65 #define OP xor macro 68 #define OP and macro 71 #define OP or macro 74 #define OP cmp macro 77 #define OP adc macro 81 #define OP sbb macro 85 #define OP inc macro 90 #define OP dec macro [all …]
|
D | test-amd64.c | 69 #define OP add macro 72 #define OP sub macro 75 #define OP xor macro 78 #define OP and macro 81 #define OP or macro 84 #define OP cmp macro 87 #define OP adc macro 91 #define OP sbb macro 95 #define OP inc macro 100 #define OP dec macro [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | fold-fops-into-selects.ll | 18 ; CHECK: [[OP:%.*]] = fadd float %B, 2.000000e+00 19 ; CHECK: select i1 %A, float 3.000000e+00, float [[OP]] 28 ; CHECK: [[OP:%.*]] = fsub float 2.000000e+00, %B 29 ; CHECK: select i1 %A, float 1.000000e+00, float [[OP]] 38 ; CHECK: [[OP:%.*]] = fmul float %B, 2.000000e+00 39 ; CHECK: select i1 %A, float 2.000000e+00, float [[OP]] 48 ; CHECK: [[OP:%.*]] = fdiv float 2.000000e+00, %B 49 ; CHECK: select i1 %A, float 2.000000e+00, float [[OP]] 58 ; CHECK: [[OP:%.*]] = fmul float %B, 5.000000e-01 59 ; CHECK: select i1 %A, float 5.000000e-01, float [[OP]] [all …]
|
/external/openssh/ |
D | ttymodes.c | 321 #define TTYCHAR(NAME, OP) \ in tty_make_modes() argument 322 buffer_put_char(&buf, OP); \ in tty_make_modes() 325 #define TTYMODE(NAME, FIELD, OP) \ in tty_make_modes() argument 326 buffer_put_char(&buf, OP); \ in tty_make_modes() 406 #define TTYCHAR(NAME, OP) \ in tty_parse_modes() argument 407 case OP: \ in tty_parse_modes() 411 #define TTYMODE(NAME, FIELD, OP) \ in tty_parse_modes() argument 412 case OP: \ in tty_parse_modes()
|
/external/clang/test/SemaCXX/ |
D | warn-self-assign.cpp | 17 #define OP = in false_positives() macro 22 a OP a; in false_positives() 25 LHS OP RHS; in false_positives() 26 #undef OP in false_positives()
|
/external/chromium_org/third_party/icu/source/data/unidata/ |
D | LineBreak.txt | 20 # "XX", "OP", "CL", "CP", "QU", "NS", "EX", "SY", 60 0028;OP 73 005B;OP 77 007B;OP 85 00A1;OP 104 00BF;OP 427 0F3A;OP 429 0F3C;OP 490 169B;OP 620 201A;OP [all …]
|
/external/openssl/crypto/bn/asm/ |
D | modexp512-x86_64.pl | 87 my ($x, $DST, $SRC2, $ASRC, $OP, $TMP)=@_; 91 mul $OP # rdx:rax = %OP * [0] 102 mul $OP # rdx:rax = %OP * [$i] 120 my ($x, $DST, $SRC2, $OP, $TMP)=@_; 124 mul $OP # rdx:rax = %OP * [0] 134 mul $OP # rdx:rax = %OP * [$i] 376 my ($pDst, $pA, $pB, $OP, $TMP, $X)=@_; 378 mov (+8*12)($pA), $OP 380 &MULSTEP_512_ADD($X, "(+8*0)($pDst)", $pB, $pA, $OP, $TMP); 384 mov (+8*13)($pA), $OP [all …]
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
D | modexp512-x86_64.pl | 87 my ($x, $DST, $SRC2, $ASRC, $OP, $TMP)=@_; 91 mul $OP # rdx:rax = %OP * [0] 102 mul $OP # rdx:rax = %OP * [$i] 120 my ($x, $DST, $SRC2, $OP, $TMP)=@_; 124 mul $OP # rdx:rax = %OP * [0] 134 mul $OP # rdx:rax = %OP * [$i] 376 my ($pDst, $pA, $pB, $OP, $TMP, $X)=@_; 378 mov (+8*12)($pA), $OP 380 &MULSTEP_512_ADD($X, "(+8*0)($pDst)", $pB, $pA, $OP, $TMP); 384 mov (+8*13)($pA), $OP [all …]
|
/external/eigen/test/ |
D | exceptions.cpp | 76 #define CHECK_MEMLEAK(OP) { \ argument 80 try { OP; } \ 83 …Y(ScalarWithExceptions::instances==before && "memory leak detected in " && EIGEN_MAKESTRING(OP)); \ 85 VERIFY(exception_thrown && " no exception thrown in " && EIGEN_MAKESTRING(OP)); \ 103 …ScalarWithExceptions::instances==0 && "global memory leak detected in " && EIGEN_MAKESTRING(OP)); \ in memoryleak()
|
/external/compiler-rt/lib/ubsan/lit_tests/Integer/ |
D | shift.cpp | 24 a OP 1; in main() 29 a OP (-3); in main() local 35 a OP 32; in main()
|
/external/qemu/audio/ |
D | rate_template.h | 54 OP (obuf[i].l, ibuf[i].l); in NAME() 55 OP (obuf[i].r, ibuf[i].r); in NAME() 98 OP (obuf->l, out.l); in NAME() 99 OP (obuf->r, out.r); in NAME() 111 #undef OP
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | Cwise.h | 18 #define EIGEN_CWISE_BINOP_RETURN_TYPE(OP) \ argument 19 … CwiseBinaryOp<OP<typename internal::traits<ExpressionType>::Scalar>, ExpressionType, OtherDerived> 23 #define EIGEN_CWISE_UNOP_RETURN_TYPE(OP) \ argument 24 CwiseUnaryOp<OP<typename internal::traits<ExpressionType>::Scalar>, ExpressionType> 28 #define EIGEN_CWISE_COMP_TO_SCALAR_RETURN_TYPE(OP) \ argument 29 CwiseBinaryOp<OP<typename internal::traits<ExpressionType>::Scalar>, ExpressionType, \
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2009-11-11-ScavengerAssert.ll | 3 %struct.OP = type { %struct.OP*, %struct.OP*, %struct.OP* ()*, i32, i16, i16, i8, i8 } 8 define %struct.OP* @Perl_pp_complement() nounwind { 80 ret %struct.OP* undef
|
/external/icu4c/data/brkitr/ |
D | line_fi.txt | 88 $OP = [:LineBreak = Open_Punctuation:]; 141 $OPcm = $OP $CM*; 177 $OP $CM+; 203 $AL_FOLLOW_CM = [$CL $CP $EX $HL $IS $SY $WJ $GL $OP $QU $BA $HH $HY $NS $IN $NU $ALPlus]; 295 # LB 14 Do not break after OP, even after spaces 435 $CM+ $OP; 453 … $SP+ $CM* ([^$OP $CM $SP] | [$AL {eof}])); # if LB 14 will match, need to surpress this break. 454 # LB14 says OP SP* x . 455 # becomes OP SP* x AL 456 # becomes OP SP* x CM+ AL_FOLLOW [all …]
|