HomeSort by relevance Sort by last modified time
    Searched refs:op (Results 201 - 225 of 2797) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
binders.h 102 _Operation op; member in class:binder1st
108 : op(__x), value(__y) { }
112 { return op(value, __x); }
118 { return op(value, __x); }
137 _Operation op; member in class:binder2nd
143 : op(__x), value(__y) { }
147 { return op(__x, value); }
153 { return op(__x, value); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
binders.h 105 _Operation op; member in class:binder1st
111 : op(__x), value(__y) { }
115 { return op(value, __x); }
121 { return op(value, __x); }
140 _Operation op; member in class:binder2nd
146 : op(__x), value(__y) { }
150 { return op(__x, value); }
156 { return op(__x, value); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
binders.h 110 _Operation op; member in class:binder1st
116 : op(__x), value(__y) { }
120 { return op(value, __x); }
126 { return op(value, __x); }
145 _Operation op; member in class:binder2nd
151 : op(__x), value(__y) { }
155 { return op(__x, value); }
161 { return op(__x, value); }
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
pda.h 59 #define pda_to_op(op,field,val) do { typedef typeof(_proxy_pda.field) T__; if (0) { T__ tmp__; tmp__ = (val); } switch (sizeof(_proxy_pda.field)) { case 2: asm(op "w %1,%%gs:%c2" : "+m" (_proxy_pda.field) : "ri" ((T__)val), "i"(pda_offset(field))); break; case 4: asm(op "l %1,%%gs:%c2" : "+m" (_proxy_pda.field) : "ri" ((T__)val), "i" (pda_offset(field))); break; case 8: asm(op "q %1,%%gs:%c2": "+m" (_proxy_pda.field) : "ri" ((T__)val), "i"(pda_offset(field))); break; default: __bad_pda_field(); } } while (0)
60 #define pda_from_op(op,field) ({ typeof(_proxy_pda.field) ret__; switch (sizeof(_proxy_pda.field)) { case 2: asm(op "w %%gs:%c1,%0" : "=r" (ret__) : "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; case 4: asm(op "l %%gs:%c1,%0": "=r" (ret__): "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; case 8: asm(op "q %%gs:%c1,%0": "=r" (ret__) : "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; default: __bad_pda_field(); } ret__; })
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
pda.h 59 #define pda_to_op(op,field,val) do { typedef typeof(_proxy_pda.field) T__; if (0) { T__ tmp__; tmp__ = (val); } switch (sizeof(_proxy_pda.field)) { case 2: asm(op "w %1,%%gs:%c2" : "+m" (_proxy_pda.field) : "ri" ((T__)val), "i"(pda_offset(field))); break; case 4: asm(op "l %1,%%gs:%c2" : "+m" (_proxy_pda.field) : "ri" ((T__)val), "i" (pda_offset(field))); break; case 8: asm(op "q %1,%%gs:%c2": "+m" (_proxy_pda.field) : "ri" ((T__)val), "i"(pda_offset(field))); break; default: __bad_pda_field(); } } while (0)
60 #define pda_from_op(op,field) ({ typeof(_proxy_pda.field) ret__; switch (sizeof(_proxy_pda.field)) { case 2: asm(op "w %%gs:%c1,%0" : "=r" (ret__) : "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; case 4: asm(op "l %%gs:%c1,%0": "=r" (ret__): "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; case 8: asm(op "q %%gs:%c1,%0": "=r" (ret__) : "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; default: __bad_pda_field(); } ret__; })
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
pda.h 59 #define pda_to_op(op,field,val) do { typedef typeof(_proxy_pda.field) T__; if (0) { T__ tmp__; tmp__ = (val); } switch (sizeof(_proxy_pda.field)) { case 2: asm(op "w %1,%%gs:%c2" : "+m" (_proxy_pda.field) : "ri" ((T__)val), "i"(pda_offset(field))); break; case 4: asm(op "l %1,%%gs:%c2" : "+m" (_proxy_pda.field) : "ri" ((T__)val), "i" (pda_offset(field))); break; case 8: asm(op "q %1,%%gs:%c2": "+m" (_proxy_pda.field) : "ri" ((T__)val), "i"(pda_offset(field))); break; default: __bad_pda_field(); } } while (0)
60 #define pda_from_op(op,field) ({ typeof(_proxy_pda.field) ret__; switch (sizeof(_proxy_pda.field)) { case 2: asm(op "w %%gs:%c1,%0" : "=r" (ret__) : "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; case 4: asm(op "l %%gs:%c1,%0": "=r" (ret__): "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; case 8: asm(op "q %%gs:%c1,%0": "=r" (ret__) : "i" (pda_offset(field)), "m" (_proxy_pda.field)); break; default: __bad_pda_field(); } ret__; })
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
binders.h 105 _Operation op; member in class:binder1st
111 : op(__x), value(__y) { }
115 { return op(value, __x); }
121 { return op(value, __x); }
140 _Operation op; member in class:binder2nd
146 : op(__x), value(__y) { }
150 { return op(__x, value); }
156 { return op(__x, value); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
binders.h 110 _Operation op; member in class:binder1st
116 : op(__x), value(__y) { }
120 { return op(value, __x); }
126 { return op(value, __x); }
145 _Operation op; member in class:binder2nd
151 : op(__x), value(__y) { }
155 { return op(__x, value); }
161 { return op(__x, value); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/
binders.h 109 _Operation op; member in class:binder1st
115 : op(__x), value(__y) { }
119 { return op(value, __x); }
125 { return op(value, __x); }
144 _Operation op; member in class:binder2nd
150 : op(__x), value(__y) { }
154 { return op(__x, value); }
160 { return op(__x, value); }
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
structseq.h 35 #define PyStructSequence_SET_ITEM(op, i, v) \
36 (((PyStructSequence *)(op))->ob_item[i] = v)
classobject.h 41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type)
42 #define PyInstance_Check(op) ((op)->ob_type == &PyInstance_Type)
43 #define PyMethod_Check(op) ((op)->ob_type == &PyMethod_Type)
floatobject.h 21 #define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
22 #define PyFloat_CheckExact(op) (Py_TYPE(op) == &PyFloat_Type)
56 #define PyFloat_AS_DOUBLE(op) (((PyFloatObject *)(op))->ob_fval)
intobject.h 30 #define PyInt_Check(op) \
31 PyType_FastSubclass((op)->ob_type, Py_TPFLAGS_INT_SUBCLASS)
32 #define PyInt_CheckExact(op) ((op)->ob_type == &PyInt_Type)
52 #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
structseq.h 35 #define PyStructSequence_SET_ITEM(op, i, v) \
36 (((PyStructSequence *)(op))->ob_item[i] = v)
classobject.h 41 #define PyClass_Check(op) ((op)->ob_type == &PyClass_Type)
42 #define PyInstance_Check(op) ((op)->ob_type == &PyInstance_Type)
43 #define PyMethod_Check(op) ((op)->ob_type == &PyMethod_Type)
floatobject.h 21 #define PyFloat_Check(op) PyObject_TypeCheck(op, &PyFloat_Type)
22 #define PyFloat_CheckExact(op) (Py_TYPE(op) == &PyFloat_Type)
56 #define PyFloat_AS_DOUBLE(op) (((PyFloatObject *)(op))->ob_fval)
intobject.h 30 #define PyInt_Check(op) \
31 PyType_FastSubclass((op)->ob_type, Py_TPFLAGS_INT_SUBCLASS)
32 #define PyInt_CheckExact(op) ((op)->ob_type == &PyInt_Type)
52 #define PyInt_AS_LONG(op) (((PyIntObject *)(op))->ob_ival)
  /dalvik/vm/compiler/template/mips/
funop.S 4 * specifies an instruction that performs "result = op a0".
19 $preinstr # optional op
20 $instr # v0<- op, a0-a3 changed
25 $preinstr # optional op
funopNarrower.S 4 * that specifies an instruction that performs "result = op a0/a1", where
22 $preinstr # optional op
23 $instr # v0<- op, a0-a3 changed
28 $preinstr # optional op
funopWider.S 4 * "instr" line that specifies an instruction that performs "d0 = op s0".
16 $preinstr # optional op
17 $instr # result<- op, a0-a3 changed
23 $preinstr # optional op
  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.cpp 95 bool SkRasterClip::op(const SkIRect& rect, SkRegion::Op op) { function in class:SkRasterClip
98 fIsBW ? fBW.op(rect, op) : fAA.op(rect, op);
102 bool SkRasterClip::op(const SkRegion& rgn, SkRegion::Op op) { function in class:SkRasterClip
115 bool SkRasterClip::op(const SkRasterClip& clip, SkRegion::Op op) { function in class:SkRasterClip
152 bool SkRasterClip::op(const SkRect& r, SkRegion::Op op, bool doAA) { function in class:SkRasterClip
    [all...]
  /external/clang/tools/clang-format/
clang-format.py 72 for op in reversed(sequence.get_opcodes()):
73 if op[0] is not 'equal':
74 vim.current.buffer[op[1]:op[2]] = lines[op[3]:op[4]]
  /external/llvm/utils/TableGen/
AsmWriterInst.h 57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
60 OpType op = isLiteralTextOperand)
61 : OperandType(op), Str(LitStr) {}
67 OpType op = isMachineInstrOperand)
68 : OperandType(op), Str(Printer), CGIOpNo(_CGIOpNo), MIOpNo(_MIOpNo),
  /external/skia/src/core/
SkRasterClip.cpp 95 bool SkRasterClip::op(const SkIRect& rect, SkRegion::Op op) { function in class:SkRasterClip
98 fIsBW ? fBW.op(rect, op) : fAA.op(rect, op);
102 bool SkRasterClip::op(const SkRegion& rgn, SkRegion::Op op) { function in class:SkRasterClip
115 bool SkRasterClip::op(const SkRasterClip& clip, SkRegion::Op op) { function in class:SkRasterClip
152 bool SkRasterClip::op(const SkRect& r, SkRegion::Op op, bool doAA) { function in class:SkRasterClip
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderOperation.java 47 for (FolderOperation op : ops) {
48 folders.add(op.mFolder);
70 for (FolderOperation op : folderOps) {
71 if (Objects.equal(op.mFolder, folder) && !op.mAdd) {
74 if (folder.isTrash() && op.mFolder.isInbox()) {

Completed in 1498 milliseconds

1 2 3 4 5 6 7 891011>>