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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
lvalue-bitcasts.cpp 11 ir = reinterpret_cast<int&>(fr);
15 ir = reinterpret_cast<int&>(xr);
19 fr = reinterpret_cast<float&>(ir);
23 fr = reinterpret_cast<float&>(xr);
27 xr = reinterpret_cast<X&>(ir);
31 xr = reinterpret_cast<X&>(fr);
38 cfr = reinterpret_cast<_Complex float&>(ir);
43 cfr = reinterpret_cast<_Complex float&>(fr);
47 cfr = reinterpret_cast<_Complex float&>(xr);
154 X = reinterpret_cast<double&>(A[4])
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
APICast.h 54 return reinterpret_cast<JSC::ExecState*>(const_cast<OpaqueJSContext*>(c));
60 return reinterpret_cast<JSC::ExecState*>(c);
68 JSC::JSCell* jsCell = reinterpret_cast<JSC::JSCell*>(const_cast<OpaqueJSValue*>(v));
75 return JSC::JSValue::decode(reinterpret_cast<JSC::EncodedJSValue>(const_cast<OpaqueJSValue*>(v)));
84 JSC::JSCell* jsCell = reinterpret_cast<JSC::JSCell*>(const_cast<OpaqueJSValue*>(v));
89 return JSC::JSValue::decode(reinterpret_cast<JSC::EncodedJSValue>(const_cast<OpaqueJSValue*>(v)));
95 return reinterpret_cast<JSC::JSObject*>(o);
100 return reinterpret_cast<JSC::PropertyNameArray*>(a);
105 return reinterpret_cast<JSC::JSGlobalData*>(const_cast<OpaqueJSContextGroup*>(g));
114 return reinterpret_cast<JSValueRef>(JSC::jsAPIValueWrapper(exec, v).asCell())
    [all...]
  /external/v8/src/
unbound-queue-inl.h 50 divider_ = last_ = reinterpret_cast<AtomicWord>(first_);
71 Node* next = reinterpret_cast<Node*>(divider_)->next;
73 OS::ReleaseStore(&divider_, reinterpret_cast<AtomicWord>(next));
79 Node*& next = reinterpret_cast<Node*>(last_)->next;
81 OS::ReleaseStore(&last_, reinterpret_cast<AtomicWord>(next));
82 while (first_ != reinterpret_cast<Node*>(divider_)) DeleteFirst();
89 Node* next = reinterpret_cast<Node*>(divider_)->next;
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_DicTraverseSession.cpp 29 return reinterpret_cast<jlong>(traverseSession);
34 void *ts = reinterpret_cast<void *>(traverseSession);
35 Dictionary *dict = reinterpret_cast<Dictionary *>(dictionary);
46 void *ts = reinterpret_cast<void *>(traverseSession);
53 reinterpret_cast<void *>(latinime_setDicTraverseSession)},
56 reinterpret_cast<void *>(latinime_initDicTraverseSession)},
59 reinterpret_cast<void *>(latinime_releaseDicTraverseSession)}
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_collision_shapes_GImpactCollisionShape.cpp 52 btTriangleIndexVertexArray* array = reinterpret_cast<btTriangleIndexVertexArray*>(meshId);
54 return reinterpret_cast<jlong>(shape);
64 btTriangleIndexVertexArray* array = reinterpret_cast<btTriangleIndexVertexArray*> (meshId);
com_jme3_bullet_collision_shapes_MeshCollisionShape.cpp 52 btTriangleIndexVertexArray* array = reinterpret_cast<btTriangleIndexVertexArray*>(arrayId);
54 return reinterpret_cast<jlong>(shape);
64 btTriangleIndexVertexArray* array = reinterpret_cast<btTriangleIndexVertexArray*>(arrayId);
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
util.cpp 37 machine = reinterpret_cast<MulticlassPA*>(
40 machine = reinterpret_cast<MulticlassPA*>(
45 machine = reinterpret_cast<MulticlassPA*>(
  /external/chromium/base/win/
pe_image.cc 40 return (*reinterpret_cast<const unsigned char*>(s1) -
41 *reinterpret_cast<const unsigned char*>(s2));
50 EnumAllImportsStorage &storage = *reinterpret_cast<EnumAllImportsStorage*>(
63 EnumAllImportsStorage &storage = *reinterpret_cast<EnumAllImportsStorage*>(
76 return reinterpret_cast<PIMAGE_DOS_HEADER>(module_);
82 return reinterpret_cast<PIMAGE_NT_HEADERS>(
83 reinterpret_cast<char*>(dos_header) + dos_header->e_lfanew);
114 PBYTE target = reinterpret_cast<PBYTE>(address);
119 PBYTE start = reinterpret_cast<PBYTE>(
141 if (0 == _strnicmp(reinterpret_cast<LPCSTR>(section->Name), section_name
    [all...]
  /external/clang/test/Analysis/
cxx11-crashes.cpp 51 return reinterpret_cast<T*>(&const_cast<char&>(reinterpret_cast<const volatile char &>(v)));
65 bool *a = reinterpret_cast<type &>(*( reinterpret_cast<char *>( it )));
reinterpret-cast.cpp 15 Child *wrapper = reinterpret_cast<Child*>(data);
43 f3(reinterpret_cast<void**>(&p));
58 reinterpret_cast<IntWrapperSubclass *>(ww)->x = 42;
59 clang_analyzer_eval(reinterpret_cast<IntWrapperSubclass *>(ww)->x == 42); // expected-warning{{TRUE}}
64 clang_analyzer_eval(reinterpret_cast<IntWrapperSubclass *>(ww)->x == 42); // expected-warning{{FALSE}}
81 *(reinterpret_cast<void**>(&p)) = new C;
  /external/clang/test/SemaCXX/
member-pointer-ms.cpp 14 void (C::*pcf)() = reinterpret_cast<void (C::*)()>(paf); //expected-error{{cannot reinterpret_cast from member pointer type}}
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
util.h 35 return strm.read(reinterpret_cast<char *>(t), sizeof(T));
42 strm.read(reinterpret_cast<char *>(&ns), sizeof(ns));
56 return strm.write(reinterpret_cast<const char *>(&t), sizeof(T));
62 strm.write(reinterpret_cast<const char *>(&ns), sizeof(ns));
  /external/webkit/Source/JavaScriptCore/wtf/
ByteArray.cpp 35 ASSERT((reinterpret_cast<size_t>(buffer) & 3) == 0);
  /external/webkit/Source/JavaScriptCore/wtf/brew/
ShellBrew.h 46 IShell* shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell;
47 ISHELL_CreateInstance(shell, cls, reinterpret_cast<void**>(&instance));
58 IShell* shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell;
59 ISHELL_CreateInstance(shell, cls, reinterpret_cast<void**>(&instance));
  /external/webkit/Source/WebCore/platform/brew/
SoundBrew.cpp 39 IShell* shell = reinterpret_cast<AEEApplet*>(GETAPPINSTANCE())->m_pIShell;
  /external/webkit/Source/WebCore/platform/image-decoders/cairo/
ImageDecoderCairo.cpp 36 reinterpret_cast<unsigned char*>(const_cast<PixelData*>(
  /external/chromium/sdch/open-vcdiff/src/
checksum.h 34 reinterpret_cast<const Bytef*>(buffer),
42 reinterpret_cast<const Bytef*>(buffer),
  /external/llvm/lib/Support/
ConvertUTFWrapper.cpp 20 const UTF8 *Pos = reinterpret_cast<const UTF8*>(Source.begin());
21 if (!isLegalUTF8String(&Pos, reinterpret_cast<const UTF8*>(Source.end()))) {
31 // using reinterpret_cast.
32 UTF16 *targetStart = reinterpret_cast<UTF16*>(ResultPtr);
38 ResultPtr = reinterpret_cast<char*>(targetStart);
44 // using reinterpret_cast.
45 UTF32 *targetStart = reinterpret_cast<UTF32*>(ResultPtr);
51 ResultPtr = reinterpret_cast<char*>(targetStart);
63 UTF8 *TargetStart = reinterpret_cast<UTF8 *>(ResultPtr);
71 ResultPtr = reinterpret_cast<char*>(TargetStart)
    [all...]
ThreadLocal.cpp 30 void **pd = reinterpret_cast<void**>(&data);
34 void **pd = reinterpret_cast<void**>(&data);
54 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
61 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
68 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
75 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
  /external/open-vcdiff/src/
checksum.h 34 reinterpret_cast<const Bytef*>(buffer),
42 reinterpret_cast<const Bytef*>(buffer),
  /external/skia/src/ports/
SkThread_win.cpp 24 return _InterlockedIncrement(reinterpret_cast<LONG*>(addr)) - 1;
28 return _InterlockedExchangeAdd(reinterpret_cast<LONG*>(addr),
33 return _InterlockedDecrement(reinterpret_cast<LONG*>(addr)) + 1;
43 if (_InterlockedCompareExchange(reinterpret_cast<LONG*>(addr),
55 InitializeCriticalSection(reinterpret_cast<CRITICAL_SECTION*>(&fStorage));
59 DeleteCriticalSection(reinterpret_cast<CRITICAL_SECTION*>(&fStorage));
63 EnterCriticalSection(reinterpret_cast<CRITICAL_SECTION*>(&fStorage));
67 LeaveCriticalSection(reinterpret_cast<CRITICAL_SECTION*>(&fStorage));
  /external/webkit/Source/WebCore/bindings/v8/
V8Helpers.cpp 42 V8NPObject* object = reinterpret_cast<V8NPObject*>(npObject);
48 V8NPObject* object = reinterpret_cast<V8NPObject*>(npObject);
  /external/webkit/Source/WebCore/loader/cf/
SubresourceLoaderCF.cpp 46 CFDataRef data = reinterpret_cast<CFDataRef>(CFArrayGetValueAtIndex(dataArray, i));
47 m_client->didReceiveData(this, reinterpret_cast<const char *>(CFDataGetBytePtr(data)), static_cast<int>(CFDataGetLength(data)));
  /external/webkit/Source/WebCore/rendering/style/
QuotesData.h 33 String* data() { return reinterpret_cast<String*>(this+1); }
34 const String* data() const { return reinterpret_cast<const String*>(this+1); }
  /external/llvm/include/llvm/Support/
Win64EH.h 106 return reinterpret_cast<void *>(&UnwindCodes[(NumCodes+1) & ~1]);
111 return *reinterpret_cast<uint32_t *>(getLanguageSpecificData());
116 *reinterpret_cast<uint32_t *>(getLanguageSpecificData()) = offset;
121 return reinterpret_cast<void *>(reinterpret_cast<uint32_t *>(
127 return reinterpret_cast<RuntimeFunction *>(getLanguageSpecificData());

Completed in 1382 milliseconds

12 3 4 5 6 7 8 91011>>