HomeSort by relevance Sort by last modified time
    Searched refs:reinterpret_cast (Results 76 - 100 of 2553) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/openfst/src/include/fst/
mapped-file.h 49 return reinterpret_cast<void*>(region_.data);
53 return reinterpret_cast<void*>(region_.data);
  /external/webkit/Source/JavaScriptCore/wtf/
StdLibExtras.h 48 #define OBJECT_OFFSETOF(class, field) (reinterpret_cast<ptrdiff_t>(&(reinterpret_cast<class*>(0x4000)->field)) - 0x4000)
55 * The reinterpret_cast<Type1*>([pointer to Type2]) expressions - where
68 return !(reinterpret_cast<intptr_t>(ptr) % __alignof__(Type));
74 ASSERT(isPointerTypeAlignmentOkay(reinterpret_cast<TypePtr>(ptr)));
75 return reinterpret_cast<TypePtr>(ptr);
81 ASSERT(isPointerTypeAlignmentOkay(reinterpret_cast<TypePtr>(ptr)));
82 return reinterpret_cast<TypePtr>(ptr);
85 #define reinterpret_cast_ptr reinterpret_cast
91 * C++'s idea of a reinterpret_cast lacks sufficient cojones
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/Launcher/win/
ThreadLauncherWin.cpp 40 HANDLE clientIdentifier = reinterpret_cast<HANDLE>(context);
61 if (!createThread(webThreadBody, reinterpret_cast<void*>(clientIdentifier), "WebKit2: WebThread")) {
  /frameworks/av/media/libeffects/testlibs/
AudioFormatAdapter.h 81 reinterpret_cast<const audio_sample_t *> (pIn),
82 reinterpret_cast<audio_sample_t *> (pOut),
86 reinterpret_cast<const audio_sample_t *> (pIn),
92 pIn = reinterpret_cast<const audio_sample_t *> (pIn)
94 pOut = reinterpret_cast<audio_sample_t *> (pOut)
129 const int16_t * pIn16 = reinterpret_cast<const int16_t *>(pIn);
148 int16_t * pOut16 = reinterpret_cast<int16_t *>(pOut);
173 audio_sample_t * pOut24 = reinterpret_cast<audio_sample_t *>(pOut);
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsCharacter.cpp 55 return reinterpret_cast<jlong>(ghost);
65 btPairCachingGhostObject* ghost = reinterpret_cast<btPairCachingGhostObject*>(ghostId);
82 btPairCachingGhostObject* ghost = reinterpret_cast<btPairCachingGhostObject*>(objectId);
89 btConvexShape* shape = reinterpret_cast<btConvexShape*>(shapeId);
91 return reinterpret_cast<jlong>(character);
101 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId);
119 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId);
137 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId);
153 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId);
169 btKinematicCharacterController* character = reinterpret_cast<btKinematicCharacterController*>(objectId)
    [all...]
com_jme3_bullet_joints_SixDofJoint.cpp 50 btGeneric6DofConstraint* joint = reinterpret_cast<btGeneric6DofConstraint*>(jointId);
56 return reinterpret_cast<jlong>(joint->getRotationalLimitMotor(index));
66 btGeneric6DofConstraint* joint = reinterpret_cast<btGeneric6DofConstraint*>(jointId);
72 return reinterpret_cast<jlong>(joint->getTranslationalLimitMotor());
82 btGeneric6DofConstraint* joint = reinterpret_cast<btGeneric6DofConstraint*>(jointId);
100 btGeneric6DofConstraint* joint = reinterpret_cast<btGeneric6DofConstraint*>(jointId);
118 btGeneric6DofConstraint* joint = reinterpret_cast<btGeneric6DofConstraint*>(jointId);
136 btGeneric6DofConstraint* joint = reinterpret_cast<btGeneric6DofConstraint*>(jointId);
155 btRigidBody* bodyA = reinterpret_cast<btRigidBody*>(bodyIdA);
156 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB)
    [all...]
com_jme3_bullet_PhysicsSpace.cpp 58 return reinterpret_cast<jlong>(space);
68 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId);
84 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId);
85 btCollisionObject* collisionObject = reinterpret_cast<btCollisionObject*>(objectId);
109 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId);
110 btCollisionObject* collisionObject = reinterpret_cast<btCollisionObject*>(objectId);
133 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId);
134 btRigidBody* collisionObject = reinterpret_cast<btRigidBody*>(rigidBodyId);
157 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId);
158 btRigidBody* collisionObject = reinterpret_cast<btRigidBody*>(rigidBodyId)
    [all...]
com_jme3_bullet_collision_shapes_BoxCollisionShape.cpp 54 return reinterpret_cast<jlong>(shape);
com_jme3_bullet_collision_shapes_CollisionShape.cpp 50 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId);
66 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId);
84 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId);
100 btCollisionShape* shape = reinterpret_cast<btCollisionShape*>(shapeId);
  /external/chromium/base/
atomicops_internals_x86_msvc.h 20 reinterpret_cast<volatile LONG*>(ptr),
29 reinterpret_cast<volatile LONG*>(ptr),
37 reinterpret_cast<volatile LONG*>(ptr),
104 reinterpret_cast<volatile PVOID*>(ptr),
105 reinterpret_cast<PVOID>(new_value), reinterpret_cast<PVOID>(old_value));
106 return reinterpret_cast<Atomic64>(result);
112 reinterpret_cast<volatile PVOID*>(ptr),
113 reinterpret_cast<PVOID>(new_value));
114 return reinterpret_cast<Atomic64>(result)
    [all...]
sys_info_mac.cc 21 reinterpret_cast<SInt32*>(major_version));
23 reinterpret_cast<SInt32*>(minor_version));
25 reinterpret_cast<SInt32*>(bugfix_version));
34 reinterpret_cast<host_info_t>(&hostinfo),
  /external/v8/src/
atomicops_internals_x86_msvc.h 43 reinterpret_cast<volatile LONG*>(ptr),
52 reinterpret_cast<volatile LONG*>(ptr),
60 reinterpret_cast<volatile LONG*>(ptr),
127 reinterpret_cast<volatile PVOID*>(ptr),
128 reinterpret_cast<PVOID>(new_value), reinterpret_cast<PVOID>(old_value));
129 return reinterpret_cast<Atomic64>(result);
135 reinterpret_cast<volatile PVOID*>(ptr),
136 reinterpret_cast<PVOID>(new_value));
137 return reinterpret_cast<Atomic64>(result)
    [all...]
store-buffer.cc 61 reinterpret_cast<uintptr_t>(virtual_memory_->address());
63 reinterpret_cast<Address*>(RoundUp(start_as_int, kStoreBufferSize * 2));
69 reinterpret_cast<Address*>(old_virtual_memory_->address());
72 ASSERT((reinterpret_cast<uintptr_t>(old_start_) & 0xfff) == 0);
80 reinterpret_cast<void*>(old_start_),
84 ASSERT(reinterpret_cast<Address>(start_) >= virtual_memory_->address());
85 ASSERT(reinterpret_cast<Address>(limit_) >= virtual_memory_->address());
86 Address* vm_limit = reinterpret_cast<Address*>(
87 reinterpret_cast<char*>(virtual_memory_->address()) +
92 ASSERT((reinterpret_cast<uintptr_t>(limit_) & kStoreBufferOverflowBit) != 0)
    [all...]
  /libcore/luni/src/main/native/
cbigint.h 60 #define DOUBLE_TO_LONGBITS(dbl) (*(reinterpret_cast<uint64_t*>(&dbl)))
61 #define FLOAT_TO_INTBITS(flt) (*(reinterpret_cast<uint32_t*>(&flt)))
62 #define INTBITS_TO_FLOAT(bits) (*(reinterpret_cast<float*>(&bits)))
66 #define LOW_U32_FROM_DBL_PTR(dblptr) ((reinterpret_cast<U64U32DBL*>(dblptr))->u32val[DOUBLE_LO_OFFSET])
67 #define HIGH_U32_FROM_DBL_PTR(dblptr) ((reinterpret_cast<U64U32DBL*>(dblptr))->u32val[DOUBLE_HI_OFFSET])
68 #define LOW_I32_FROM_DBL_PTR(dblptr) ((reinterpret_cast<U64U32DBL*>(dblptr))->i32val[DOUBLE_LO_OFFSET])
69 #define HIGH_I32_FROM_DBL_PTR(dblptr) ((reinterpret_cast<U64U32DBL*>(dblptr))->i32val[DOUBLE_HI_OFFSET])
72 #define LOW_U32_FROM_LONG64_PTR(long64ptr) ((reinterpret_cast<U64U32DBL*>(long64ptr))->u32val[LONG_LO_OFFSET])
73 #define HIGH_U32_FROM_LONG64_PTR(long64ptr) ((reinterpret_cast<U64U32DBL*>(long64ptr))->u32val[LONG_HI_OFFSET])
74 #define LOW_I32_FROM_LONG64_PTR(long64ptr) ((reinterpret_cast<U64U32DBL*>(long64ptr))->i32val[LONG_LO_OFFSET]
    [all...]
  /external/clang/test/SemaCXX/
address-space-conversion.cpp 135 // reinterpret_cast can be used to cast to a different address space.
136 (void)reinterpret_cast<A_ptr>(ap1);
137 (void)reinterpret_cast<A_ptr>(ap2);
138 (void)reinterpret_cast<A_ptr>(bp);
139 (void)reinterpret_cast<A_ptr>(bp1);
140 (void)reinterpret_cast<A_ptr>(bp2);
141 (void)reinterpret_cast<A_ptr>(vp);
142 (void)reinterpret_cast<A_ptr>(vp1);
143 (void)reinterpret_cast<A_ptr>(vp2);
144 (void)reinterpret_cast<A_ptr_1>(ap)
    [all...]
cv-unqual-rvalues.cpp 21 g(reinterpret_cast<int *const>(0)); // expected-error{{no matching function for call to 'g'}}
  /development/host/windows/usb/api/
adb_api_instance.cpp 40 reinterpret_cast<ADBAPIINSTANCEHANDLE>(adb_app_instance_id);
  /development/host/windows/usb/winusb/
adb_winusb_io_completion.h 114 return reinterpret_cast<AdbWinUsbEndpointObject*>(parent_io_object());
  /external/chromium/base/memory/
scoped_native_library_unittest.cc 27 test_function = reinterpret_cast<FARPROC>(
  /external/chromium/chrome/browser/password_manager/
encryptor_win.cc 32 reinterpret_cast<const BYTE*>(plaintext.data()));
42 ciphertext->assign(reinterpret_cast<std::string::value_type*>(output.pbData),
53 reinterpret_cast<const BYTE*>(ciphertext.data()));
62 plaintext->assign(reinterpret_cast<char*>(output.pbData), output.cbData);
  /external/chromium/chrome/common/
nacl_types.h 20 return reinterpret_cast<HANDLE>(desc);
  /external/clang/test/Analysis/inlining/
dyn-dispatch-bifurcate.cpp 29 Child *b = reinterpret_cast<Child *>(a);
  /external/clang/test/CodeGenCXX/
casts.cpp 17 // reinterpret_cast to self
19 reinterpret_cast<PR5248::A&>(*a) = 17;
  /external/clang/test/PCH/
cxx-chain-function-template.cpp 10 return reinterpret_cast<T&>(u);
  /external/eigen/Eigen/src/Core/
ReturnByValue.h 71 const Unusable& coeff(Index) const { return *reinterpret_cast<const Unusable*>(this); }
72 const Unusable& coeff(Index,Index) const { return *reinterpret_cast<const Unusable*>(this); }
73 Unusable& coeffRef(Index) { return *reinterpret_cast<Unusable*>(this); }
74 Unusable& coeffRef(Index,Index) { return *reinterpret_cast<Unusable*>(this); }

Completed in 1567 milliseconds

1 2 34 5 6 7 8 91011>>