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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2006-03-17-KnRMismatch.c 3 void regnode(int op);
5 void regnode(op)
6 char op;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
util.rs 19 void utilSendMessage(int op) {
20 rsSendToClient(op);
  /dalvik/libdex/
DexOpcodes.cpp 295 const char* dexGetOpcodeName(Opcode op)
297 assert(op >= 0 && op < kNumPackedOpcodes);
298 return gOpNames[op];
  /external/liblzf/
lzf_d.c 60 u8 *op = (u8 *)out_data; local
62 u8 *const out_end = op + out_len;
72 if (op + ctrl > out_end)
87 lzf_movsb (op, ip, ctrl);
91 case 32: *op++ = *ip++; case 31: *op++ = *ip++; case 30: *op++ = *ip++; case 29: *op++ = *ip++;
92 case 28: *op++ = *ip++; case 27: *op++ = *ip++; case 26: *op++ = *ip++; case 25: *op++ = *ip++
    [all...]
  /external/v8/src/compiler/
operator-properties.h 16 static inline bool HasValueInput(const Operator* op);
17 static inline bool HasContextInput(const Operator* op);
18 static inline bool HasEffectInput(const Operator* op);
19 static inline bool HasControlInput(const Operator* op);
20 static inline bool HasFrameStateInput(const Operator* op);
22 static inline int GetValueInputCount(const Operator* op);
23 static inline int GetContextInputCount(const Operator* op);
24 static inline int GetEffectInputCount(const Operator* op);
25 static inline int GetControlInputCount(const Operator* op);
26 static inline int GetFrameStateInputCount(const Operator* op);
    [all...]
operator-properties-inl.h 17 inline bool OperatorProperties::HasValueInput(const Operator* op) {
18 return OperatorProperties::GetValueInputCount(op) > 0;
21 inline bool OperatorProperties::HasContextInput(const Operator* op) {
22 IrOpcode::Value opcode = static_cast<IrOpcode::Value>(op->opcode());
26 inline bool OperatorProperties::HasEffectInput(const Operator* op) {
27 return OperatorProperties::GetEffectInputCount(op) > 0;
30 inline bool OperatorProperties::HasControlInput(const Operator* op) {
31 return OperatorProperties::GetControlInputCount(op) > 0;
34 inline bool OperatorProperties::HasFrameStateInput(const Operator* op) {
39 switch (op->opcode())
    [all...]
  /frameworks/compile/mclinker/lib/Script/
Operator.cpp 58 static NullaryOp<Operator::SIZEOF_HEADERS> op; local
59 return op;
64 static NullaryOp<Operator::MAXPAGESIZE> op; local
65 return op;
70 static NullaryOp<Operator::COMMONPAGESIZE> op; local
71 return op;
77 static UnaryOp<Operator::UNARY_PLUS> op; local
78 return op;
83 static UnaryOp<Operator::UNARY_MINUS> op; local
84 return op;
89 static UnaryOp<Operator::LOGICAL_NOT> op; local
95 static UnaryOp<Operator::BITWISE_NOT> op; local
101 static UnaryOp<Operator::ABSOLUTE> op; local
107 static UnaryOp<Operator::ADDR> op; local
113 static UnaryOp<Operator::ALIGNOF> op; local
119 static UnaryOp<Operator::DATA_SEGMENT_END> op; local
125 static UnaryOp<Operator::DEFINED> op; local
131 static UnaryOp<Operator::LENGTH> op; local
137 static UnaryOp<Operator::LOADADDR> op; local
143 static UnaryOp<Operator::NEXT> op; local
149 static UnaryOp<Operator::ORIGIN> op; local
155 static UnaryOp<Operator::SIZEOF> op; local
162 static BinaryOp<Operator::MUL> op; local
168 static BinaryOp<Operator::DIV> op; local
174 static BinaryOp<Operator::MOD> op; local
180 static BinaryOp<Operator::ADD> op; local
186 static BinaryOp<Operator::SUB> op; local
192 static BinaryOp<Operator::LSHIFT> op; local
198 static BinaryOp<Operator::RSHIFT> op; local
204 static BinaryOp<Operator::LT> op; local
210 static BinaryOp<Operator::LE> op; local
216 static BinaryOp<Operator::GT> op; local
222 static BinaryOp<Operator::GE> op; local
228 static BinaryOp<Operator::EQ> op; local
234 static BinaryOp<Operator::NE> op; local
240 static BinaryOp<Operator::BITWISE_AND> op; local
246 static BinaryOp<Operator::BITWISE_XOR> op; local
252 static BinaryOp<Operator::BITWISE_OR> op; local
258 static BinaryOp<Operator::LOGICAL_AND> op; local
264 static BinaryOp<Operator::LOGICAL_OR> op; local
270 static BinaryOp<Operator::ALIGN> op; local
276 static BinaryOp<Operator::DATA_SEGMENT_RELRO_END> op; local
282 static BinaryOp<Operator::MAX> op; local
288 static BinaryOp<Operator::MIN> op; local
294 static BinaryOp<Operator::SEGMENT_START> op; local
301 static TernaryOp<Operator::TERNARY_IF> op; local
307 static TernaryOp<Operator::DATA_SEGMENT_ALIGN> op; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
fold_left.hpp 26 # define BOOST_PP_SEQ_FOLD_LEFT(op, state, seq) ...
33 # define BOOST_PP_SEQ_FOLD_LEFT_257(op, st, ss) BOOST_PP_ERROR(0x0005)
34 # define BOOST_PP_SEQ_FOLD_LEFT_I_257(op, st, ss, sz) BOOST_PP_ERROR(0x0005)
38 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_1(op, st, ss, sz) 0
39 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_2(op, st, ss, sz) 0
40 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_3(op, st, ss, sz) 0
41 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_4(op, st, ss, sz) 0
42 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_5(op, st, ss, sz) 0
43 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_6(op, st, ss, sz) 0
44 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_7(op, st, ss, sz)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 247 std::ostringstream& op = isVertexCase ? vtx : frag; local
283 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n";
288 op << "uniform ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n";
291 op << "uniform ${COUNTER_PRECISION} float uf_one;\n";
327 op << " ${PRECISION} vec4 res = coords;\n";
381 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n";
382 op << " {\n";
383 op << loopBody;
384 op << " }\n";
388 op << "\t" << loopCountDeclStr + ";\n"
445 std::ostringstream& op = isVertexCase ? vtx : frag; local
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/
ia32_operand.c 16 static void apply_seg( x86_op_t *op, unsigned int prefixes ) {
22 op->flags |= op_cs_seg; break;
24 op->flags |= op_ss_seg; break;
26 op->flags |= op_ds_seg; break;
28 op->flags |= op_es_seg; break;
30 op->flags |= op_fs_seg; break;
32 op->flags |= op_gs_seg; break;
39 x86_op_t *op, x86_insn_t *insn,
68 size = ia32_modrm_decode( buf, buf_len, op, insn,
72 size = ia32_modrm_decode( buf, buf_len, op, insn,
384 x86_op_t *op; local
    [all...]
  /external/libpcap/
bpf_image.c 60 const char *fmt, *op; local
68 op = "unimp";
74 op = "ret";
79 op = "ret";
84 op = "ld";
89 op = "ldh";
94 op = "ldb";
99 op = "ld";
104 op = "ld";
109 op = "ldh"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cellobject.h 16 #define PyCell_Check(op) (Py_TYPE(op) == &PyCell_Type)
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref)
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
rangeobject.h 23 #define PyRange_Check(op) (Py_TYPE(op) == &PyRange_Type)
iterobject.h 10 #define PySeqIter_Check(op) (Py_TYPE(op) == &PySeqIter_Type)
16 #define PyCallIter_Check(op) (Py_TYPE(op) == &PyCallIter_Type)
tupleobject.h 36 #define PyTuple_Check(op) \
37 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
38 #define PyTuple_CheckExact(op) (Py_TYPE(op) == &PyTuple_Type)
50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
51 #define PyTuple_GET_SIZE(op) Py_SIZE(op)
54 #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
cellobject.h 16 #define PyCell_Check(op) (Py_TYPE(op) == &PyCell_Type)
22 #define PyCell_GET(op) (((PyCellObject *)(op))->ob_ref)
23 #define PyCell_SET(op, v) (((PyCellObject *)(op))->ob_ref = v)
rangeobject.h 23 #define PyRange_Check(op) (Py_TYPE(op) == &PyRange_Type)
iterobject.h 10 #define PySeqIter_Check(op) (Py_TYPE(op) == &PySeqIter_Type)
16 #define PyCallIter_Check(op) (Py_TYPE(op) == &PyCallIter_Type)
tupleobject.h 36 #define PyTuple_Check(op) \
37 PyType_FastSubclass(Py_TYPE(op), Py_TPFLAGS_TUPLE_SUBCLASS)
38 #define PyTuple_CheckExact(op) (Py_TYPE(op) == &PyTuple_Type)
50 #define PyTuple_GET_ITEM(op, i) (((PyTupleObject *)(op))->ob_item[i])
51 #define PyTuple_GET_SIZE(op) Py_SIZE(op)
54 #define PyTuple_SET_ITEM(op, i, v) (((PyTupleObject *)(op))->ob_item[i] = v
    [all...]
  /external/valgrind/none/tests/s390x/
dfp_utils.h 10 #define DFP_VAL_PRINT(op, type) \
14 printf("%x", *((unsigned int *) &op)); \
16 printf("%lx", *((unsigned long *) &op)); \
18 printf("%lx%08lx", *((unsigned long *) &op), \
19 *(((unsigned long *) &op) + 1)); \
22 #define DFP_BINOP_PRINT(op1, op2, result, type, op, cc) \
25 printf(" "op" "); \
  /external/javassist/src/main/javassist/compiler/ast/
Stmnt.java 27 public Stmnt(int op, ASTree _head, ASTList _tail) {
29 operatorId = op;
32 public Stmnt(int op, ASTree _head) {
34 operatorId = op;
37 public Stmnt(int op) {
38 this(op, null);
41 public static Stmnt make(int op, ASTree oprand1, ASTree oprand2) {
42 return new Stmnt(op, oprand1, new ASTList(oprand2));
45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) {
46 return new Stmnt(op, op1, new ASTList(op2, new ASTList(op3)))
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
AdapterHelper.java 94 UpdateOp op = mPendingUpdates.get(i); local
95 switch (op.cmd) {
97 applyAdd(op);
100 applyRemove(op);
103 applyUpdate(op);
106 applyMove(op);
124 private void applyMove(UpdateOp op) {
127 postponeAndUpdateViewHolders(op);
130 private void applyRemove(UpdateOp op) {
131 int tmpStart = op.positionStart
393 UpdateOp op = mPostponedList.get(i); local
410 UpdateOp op = mPostponedList.get(i); local
467 UpdateOp op = mPostponedList.get(i); local
540 UpdateOp op = mPendingUpdates.get(i); local
569 UpdateOp op = mPendingUpdates.get(i); local
663 UpdateOp op = (UpdateOp) o; local
702 UpdateOp op = mUpdateOpPool.acquire(); local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 279 std::ostringstream& op = isVertexCase ? vtx : frag; local
311 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n";
316 op << "uniform ${COUNTER_PRECISION} float " << getFloatFractionUniformName(numLoopIters) << ";\n";
319 op << "uniform ${COUNTER_PRECISION} float uf_one;\n";
355 op << " ${PRECISION} vec4 res = coords;\n";
409 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n";
410 op << " {\n";
411 op << loopBody;
412 op << " }\n";
416 op << "\t" << loopCountDeclStr + ";\n"
487 std::ostringstream& op = isVertexCase ? vtx : frag; local
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_inffast.c 91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(here.bits);
130 hold >>= op; local
131 bits -= op;
132 op = (unsigned)(here.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
148 hold >>= op; local
161 hold >>= op; local
183 hold >>= op; local
    [all...]
  /external/zlib/src/
inffast.c 91 unsigned op; /* code bits, operation, extra bits, or */ local
129 op = (unsigned)(here.bits);
130 hold >>= op; local
131 bits -= op;
132 op = (unsigned)(here.op);
133 if (op == 0) { /* literal */
139 else if (op & 16) { /* length base */
141 op &= 15; /* number of extra bits */
142 if (op) {
148 hold >>= op; local
161 hold >>= op; local
183 hold >>= op; local
    [all...]

Completed in 1147 milliseconds

1 2 3 4 5 6 7 8 91011>>