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

1 2 3 4 5 6 78 91011>>

  /external/llvm/include/llvm-c/Transforms/
PassManagerBuilder.h 92 return reinterpret_cast<PassManagerBuilder*>(P);
96 return reinterpret_cast<LLVMPassManagerBuilderRef>(P);
  /external/regex-re2/util/
arena.h 56 return reinterpret_cast<void*>(last_alloc_);
99 return reinterpret_cast<char*>(arena->GetMemory(size, 1));
  /external/v8/src/arm/
cpu-arm.cc 70 // reinterpret_cast<intptr_t>(start) + size, 0);
74 register uint32_t beg asm("a1") = reinterpret_cast<uint32_t>(start);
76 reinterpret_cast<uint32_t>(start) + size;
  /external/v8/src/
once.h 107 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func), NULL);
116 CallOnceImpl(once, reinterpret_cast<PointerArgFunction>(init_func),
small-pointer-list.h 64 ASSERT(IsAligned(reinterpret_cast<intptr_t>(list), kPointerAlignment));
65 data_ = reinterpret_cast<intptr_t>(list) | kListTag;
81 ASSERT(IsAligned(reinterpret_cast<intptr_t>(pointer), kPointerAlignment));
83 data_ = reinterpret_cast<intptr_t>(pointer) | kSingletonTag;
90 ASSERT(IsAligned(reinterpret_cast<intptr_t>(list), kPointerAlignment));
91 data_ = reinterpret_cast<intptr_t>(list) | kListTag;
173 return reinterpret_cast<T*>(data_);
178 return reinterpret_cast<PointerList*>(data_ & kValueMask);
  /external/webkit/Source/JavaScriptCore/API/
JSStringRefCF.cpp 48 return OpaqueJSString::create(reinterpret_cast<UChar*>(buffer.get()), length).leakRef();
56 return CFStringCreateWithCharacters(alloc, reinterpret_cast<const UniChar*>(string->characters()), string->length());
  /external/webkit/Source/WebCore/bindings/js/
ScriptFunctionCall.h 72 void* operator new(size_t) { ASSERT_NOT_REACHED(); return reinterpret_cast<void*>(0xbadbeef); }
73 void* operator new[](size_t) { ASSERT_NOT_REACHED(); return reinterpret_cast<void*>(0xbadbeef); }
  /external/webkit/Source/WebCore/bindings/v8/
RetainedDOMInfo.cpp 61 return reinterpret_cast<intptr_t>(m_root);
82 return reinterpret_cast<intptr_t>(m_root);
  /external/webkit/Source/WebCore/platform/graphics/win/
RefCountedGDIHandle.h 40 return adoptRef(new RefCountedGDIHandle<T>(reinterpret_cast<T>(-1)));
45 if (m_handle != reinterpret_cast<T>(-1))
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertyDescription.h 43 : m_element(reinterpret_cast<SVGElement*>(-1))
49 return m_element == reinterpret_cast<SVGElement*>(-1);
  /external/webkit/Source/WebCore/xml/
XMLTreeViewer.cpp 79 String scriptString(reinterpret_cast<const char*>(XMLViewer_js), sizeof(XMLViewer_js));
84 String cssString(reinterpret_cast<const char*>(XMLViewer_css), sizeof(XMLViewer_css));
  /external/webkit/Source/WebKit2/Shared/API/c/cf/
WKURLCF.cpp 57 CFURLRef result = CFURLCreateAbsoluteURLWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(buffer.data()), buffer.length(), kCFStringEncodingUTF8, 0, true);
59 result = CFURLCreateAbsoluteURLWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(buffer.data()), buffer.length(), kCFStringEncodingISOLatin1, 0, true);
  /external/webkit/Source/WebKit2/Shared/win/
UpdateChunk.cpp 59 encoder->encode(reinterpret_cast<uintptr_t>(m_bitmapSharedMemory));
73 updateChunk.m_bitmapSharedMemory = reinterpret_cast<HANDLE>(bitmapSharedMmemory);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/mac/
InjectedBundleMac.cpp 50 RetainPtr<CFStringRef> injectedBundlePathStr(AdoptCF, CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(m_path.characters()), m_path.length()));
73 WKBundleInitializeFunctionPtr initializeFunction = reinterpret_cast<WKBundleInitializeFunctionPtr>(CFBundleGetFunctionPointerForName(m_platformBundle, CFSTR("WKBundleInitialize")));
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
EvaluateJavaScript.cpp 41 TEST_ASSERT(context == reinterpret_cast<void*>(0x1234578));
57 WKPageRunJavaScriptInMainFrame(webView.page(), javaScriptString.get(), reinterpret_cast<void*>(0x1234578), didRunJavaScript);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
LayoutTestControllerQt.cpp 76 QString path = QDir::toNativeSeparators(QString(reinterpret_cast<const QChar*>(JSStringGetCharactersPtr(url)), JSStringGetLength(url)));
77 return JSStringCreateWithCharacters(reinterpret_cast<const JSChar*>(path.constData()), path.length());
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 172 return reinterpret_cast<jint>(connection);
176 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr);
200 jobject functionObjGlobal = reinterpret_cast<jobject>(sqlite3_user_data(context));
239 jobject functionObjGlobal = reinterpret_cast<jobject>(data);
247 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr);
257 reinterpret_cast<void*>(functionObjGlobal),
271 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr);
284 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr);
310 return reinterpret_cast<jint>(statement);
315 SQLiteConnection* connection = reinterpret_cast<SQLiteConnection*>(connectionPtr)
    [all...]
  /frameworks/compile/libbcc/lib/Support/
Sha1Util.cpp 51 reinterpret_cast<unsigned char *>(buf),
71 reinterpret_cast<const unsigned char *>(pData),
  /libcore/luni/src/main/native/
java_util_zip_Adler32.cpp 31 return adler32(crc, reinterpret_cast<const Bytef*>(bytes.get() + off), len);
36 return adler32(crc, reinterpret_cast<const Bytef*>(&bytefVal), 1);
java_util_zip_CRC32.cpp 31 jlong result = crc32(crc, reinterpret_cast<const Bytef*>(bytes.get() + off), len);
36 return crc32(crc, reinterpret_cast<const Bytef*>(&val), 1);
  /ndk/tests/device/test-gabi++-guard/jni/
test_guard.cpp 35 int index = reinterpret_cast<int>(arg);
44 pthread_create( &sThreads[nn], NULL, thread_run, reinterpret_cast<void*>(nn) );
  /development/host/windows/usb/api/
adb_legacy_io_completion.h 93 return reinterpret_cast<AdbLegacyEndpointObject*>(parent_io_object());
  /external/chromium/chrome/browser/ui/gtk/
view_id_util.cc 27 reinterpret_cast<ViewIDSearchStruct*>(data);
34 ViewIDUtil::Delegate* delegate = reinterpret_cast<ViewIDUtil::Delegate*>(
45 reinterpret_cast<intptr_t>(g_object_get_data(G_OBJECT(widget),
128 reinterpret_cast<void*>(id));
  /external/chromium/third_party/libjingle/source/talk/base/
stringdigest.cc 38 MD5Update(&ctx, const_cast<unsigned char *>(reinterpret_cast<const unsigned char *>(data.data())), static_cast<unsigned int>(data.size()));
  /external/clang/test/Parser/
cxx-casting.cpp 22 return reinterpret_cast<char*>(0xdeadbeef);
32 return reinterpret_cast<char*>(0xdeadbeef)[0];
46 (void)reinterpret_cast<::c>(x); // expected-error{{found '<::' after a reinterpret_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
94 int n = reinterpret_cast // expected-error {{expected '<'}} expected-error {{expected ';'}}

Completed in 936 milliseconds

1 2 3 4 5 6 78 91011>>