Home
last modified time | relevance | path

Searched refs:OP (Results 1 – 25 of 108) sorted by relevance

12345

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h12 #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/
Dsha1.c257 #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 …]
Dmd5.c329 #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/
Dkernel_wrap_newlib.cc56 #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 …]
Dkernel_wrap_glibc.cc126 #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/
Dtest-amd64-muldiv.h2 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 …]
Dtest-i386-muldiv.h2 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
Dtest-amd64.h2 #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 …]
Dtest-amd64-shift.h2 #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 …]
Dtest-i386-shift.h2 #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 …]
Dtest-i386.h4 #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 …]
Dtest-i386.c59 #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 …]
Dtest-amd64.c69 #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/
Dfold-fops-into-selects.ll18 ; 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/
Dttymodes.c321 #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/
Dwarn-self-assign.cpp17 #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/
DLineBreak.txt20 # "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/
Dmodexp512-x86_64.pl87 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/
Dmodexp512-x86_64.pl87 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/
Dexceptions.cpp76 #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/
Dshift.cpp24 a OP 1; in main()
29 a OP (-3); in main() local
35 a OP 32; in main()
/external/qemu/audio/
Drate_template.h54 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/
DCwise.h18 #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/
D2009-11-11-ScavengerAssert.ll3 %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/
Dline_fi.txt88 $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 …]

12345