HomeSort by relevance Sort by last modified time
    Searched full:_cast (Results 1 - 18 of 18) sorted by null

  /dalvik/vm/mterp/c/
opcommon.cpp 172 #define HANDLE_OP_SHX_INT(_opcode, _opname, _cast, _op) \
182 _cast GET_REGISTER(vsrc1) _op (GET_REGISTER(vsrc2) & 0x1f)); \
251 #define HANDLE_OP_SHX_INT_LIT8(_opcode, _opname, _cast, _op) \
262 _cast GET_REGISTER(vsrc1) _op (vsrc2 & 0x1f)); \
295 #define HANDLE_OP_SHX_INT_2ADDR(_opcode, _opname, _cast, _op) \
301 _cast GET_REGISTER(vdst) _op (GET_REGISTER(vsrc1) & 0x1f)); \
340 #define HANDLE_OP_SHX_LONG(_opcode, _opname, _cast, _op) \
350 _cast GET_REGISTER_WIDE(vsrc1) _op (GET_REGISTER(vsrc2) & 0x3f)); \
385 #define HANDLE_OP_SHX_LONG_2ADDR(_opcode, _opname, _cast, _op) \
391 _cast GET_REGISTER_WIDE(vdst) _op (GET_REGISTER(vsrc1) & 0x3f));
    [all...]
  /dalvik/vm/mterp/out/
InterpC-armv5te-vfp.cpp 688 #define HANDLE_OP_SHX_INT(_opcode, _opname, _cast, _op) \
698 _cast GET_REGISTER(vsrc1) _op (GET_REGISTER(vsrc2) & 0x1f)); \
    [all...]
InterpC-armv5te.cpp 688 #define HANDLE_OP_SHX_INT(_opcode, _opname, _cast, _op) \
698 _cast GET_REGISTER(vsrc1) _op (GET_REGISTER(vsrc2) & 0x1f)); \
    [all...]
InterpC-armv7-a-neon.cpp 688 #define HANDLE_OP_SHX_INT(_opcode, _opname, _cast, _op) \
698 _cast GET_REGISTER(vsrc1) _op (GET_REGISTER(vsrc2) & 0x1f)); \
    [all...]
InterpC-armv7-a.cpp 688 #define HANDLE_OP_SHX_INT(_opcode, _opname, _cast, _op) \
698 _cast GET_REGISTER(vsrc1) _op (GET_REGISTER(vsrc2) & 0x1f)); \
    [all...]
InterpC-x86.cpp 688 #define HANDLE_OP_SHX_INT(_opcode, _opname, _cast, _op) \
698 _cast GET_REGISTER(vsrc1) _op (GET_REGISTER(vsrc2) & 0x1f)); \
    [all...]
InterpC-mips.cpp 688 #define HANDLE_OP_SHX_INT(_opcode, _opname, _cast, _op) \
698 _cast GET_REGISTER(vsrc1) _op (GET_REGISTER(vsrc2) & 0x1f)); \
    [all...]
InterpC-allstubs.cpp 688 #define HANDLE_OP_SHX_INT(_opcode, _opname, _cast, _op) \
698 _cast GET_REGISTER(vsrc1) _op (GET_REGISTER(vsrc2) & 0x1f)); \
    [all...]
InterpC-portable.cpp 634 #define HANDLE_OP_SHX_INT(_opcode, _opname, _cast, _op) \
644 _cast GET_REGISTER(vsrc1) _op (GET_REGISTER(vsrc2) & 0x1f)); \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 500 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr) variable
502 return _cast(obj, obj, typ)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 500 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr) variable
502 return _cast(obj, obj, typ)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 536 // shared_*_cast names are deprecated. Use *_pointer_cast instead.
  /external/clang/lib/Sema/
SemaCast.cpp 213 /// ActOnCXXNamedCast - Parse {dynamic,static,reinterpret,const}_cast's.
    [all...]
SemaTemplate.cpp 320 // Simple filter callback that, for keywords, only accepts the C++ *_cast
    [all...]
  /art/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1636 milliseconds