/external/webkit/Source/JavaScriptCore/dfg/ |
DFGNode.h | 174 Node(NodeType op, ExceptionInfo exceptionInfo, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode) 175 : op(op) 186 Node(NodeType op, ExceptionInfo exceptionInfo, OpInfo imm, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode) 187 : op(op) 199 Node(NodeType op, ExceptionInfo exceptionInfo, OpInfo imm1, OpInfo imm2, NodeIndex child1 = NoNode, NodeIndex child2 = NoNode, NodeIndex child3 = NoNode) 200 : op(op) 214 return op & NodeMustGenerate 331 NodeType op; member in struct:JSC::DFG::Node [all...] |
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/ |
UncachedOggStream.java | 76 OggPage op = OggPage.create(sourceStream);
local 77 if (!op.isBos()){
80 if (op.isEos()){
82 lastPage = op;
85 LogicalOggStreamImpl los = (LogicalOggStreamImpl) getLogicalStream(op.getStreamSerialNumber());
87 los = new LogicalOggStreamImpl(this, op.getStreamSerialNumber());
88 logicalStreams.put(op.getStreamSerialNumber(), los);
89 los.checkFormat(op);
92 pageCache.add(op);
|
/external/skia/src/pipe/ |
SkGPipePriv.h | 107 static uint32_t DrawOp_packOpFlagData(DrawOps op, unsigned flags, unsigned data) { 108 SkASSERT(0 == (op & ~DRAWOPS_OP_MASK)); 112 return (op << (DRAWOPS_FLAG_BITS + DRAWOPS_DATA_BITS)) | 180 static uint32_t PaintOp_packOp(PaintOps op) { 181 SkASSERT(0 == (op & ~PAINTOPS_OP_MASK)); 183 return op << (PAINTOPS_FLAG_BITS + PAINTOPS_DATA_BITS); 186 static uint32_t PaintOp_packOpData(PaintOps op, unsigned data) { 187 SkASSERT(0 == (op & ~PAINTOPS_OP_MASK)); 190 return (op << (PAINTOPS_FLAG_BITS + PAINTOPS_DATA_BITS)) | data; 193 static uint32_t PaintOp_packOpFlagData(PaintOps op, unsigned flags, unsigned data) [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
FrameBuffer.h | 7 #define checkGlError(op) checkGLErrorDetail(__FILE__, __LINE__, (op)) 9 extern bool checkGLErrorDetail(const char* file, int line, const char* op);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
msr.h | 74 static __inline__ void cpuid(int op, unsigned int *eax, unsigned int *ebx, 82 : "0" (op)); 86 static __inline__ void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx, 94 : "0" (op), "c" (count)); 100 static __inline__ unsigned int cpuid_eax(unsigned int op) 106 : "0" (op) 110 static __inline__ unsigned int cpuid_ebx(unsigned int op) 116 : "0" (op) 120 static __inline__ unsigned int cpuid_ecx(unsigned int op) 126 : "0" (op) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
msr.h | 74 static __inline__ void cpuid(int op, unsigned int *eax, unsigned int *ebx, 82 : "0" (op)); 86 static __inline__ void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx, 94 : "0" (op), "c" (count)); 100 static __inline__ unsigned int cpuid_eax(unsigned int op) 106 : "0" (op) 110 static __inline__ unsigned int cpuid_ebx(unsigned int op) 116 : "0" (op) 120 static __inline__ unsigned int cpuid_ecx(unsigned int op) 126 : "0" (op) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
msr.h | 74 static __inline__ void cpuid(int op, unsigned int *eax, unsigned int *ebx, 82 : "0" (op)); 86 static __inline__ void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx, 94 : "0" (op), "c" (count)); 100 static __inline__ unsigned int cpuid_eax(unsigned int op) 106 : "0" (op) 110 static __inline__ unsigned int cpuid_ebx(unsigned int op) 116 : "0" (op) 120 static __inline__ unsigned int cpuid_ecx(unsigned int op) 126 : "0" (op) [all...] |
/external/clang/test/SemaCXX/ |
namespace.cpp | 74 namespace op { namespace in namespace:PR6620::numeric 78 extern op::greater const greater; 84 op::greater const greater = op::greater();
|
/system/core/toolbox/ |
dmesg.c | 16 int n, op; local 19 op = KLOG_READ_CLEAR; 21 op = KLOG_READ_ALL; 24 n = klogctl(op, buffer, KLOG_BUF_LEN);
|
/external/skia/src/core/ |
SkRasterClip.cpp | 98 return this->op(clip, SkRegion::kIntersect_Op); 102 bool SkRasterClip::op(const SkIRect& rect, SkRegion::Op op) { function in class:SkRasterClip 105 return fIsBW ? fBW.op(rect, op) : fAA.op(rect, op); 108 bool SkRasterClip::op(const SkRegion& rgn, SkRegion::Op op) function in class:SkRasterClip 120 bool SkRasterClip::op(const SkRasterClip& clip, SkRegion::Op op) { function in class:SkRasterClip 151 bool SkRasterClip::op(const SkRect& r, SkRegion::Op op, bool doAA) { function in class:SkRasterClip [all...] |
/bionic/libc/kernel/arch-x86/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__; })
|
/development/ndk/platforms/android-9/arch-x86/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__; })
|
/external/kernel-headers/original/asm-x86/ |
pda.h | 60 #define pda_to_op(op,field,val) do { \ 65 asm(op "w %1,%%gs:%c2" : \ 71 asm(op "l %1,%%gs:%c2" : \ 77 asm(op "q %1,%%gs:%c2": \ 87 #define pda_from_op(op,field) ({ \ 91 asm(op "w %%gs:%c1,%0" : \ 97 asm(op "l %%gs:%c1,%0": \ 103 asm(op "q %%gs:%c1,%0": \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
pda.h | 49 #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) 51 #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/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
pda.h | 49 #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) 51 #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/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/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/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
pda.h | 49 #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) 51 #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/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/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/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/ |
pda.h | 49 #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) 51 #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/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/ |
pda.h | 49 #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) 51 #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/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/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); }
|
/external/bluetooth/glib/gio/fen/ |
fen-node.c | 36 node_op_t* op; member in struct:_dnode 57 static gboolean remove_node_internal (node_t* node, node_op_t* op); 67 _dnode_new (const gchar* filename, node_op_t* op) 71 g_assert (op); 74 d->op = g_memdup (op, sizeof (node_op_t)); 75 g_assert (d->op); 87 g_free (d->op); 125 remove_node_internal (node, d->op); 165 travel_nodes (node_t* node, node_op_t* op) 428 node_op_t* op = (node_op_t*) user_data; local [all...] |