HomeSort by relevance Sort by last modified time
    Searched refs:uintptr_t (Results 351 - 375 of 419) sorted by null

<<11121314151617

  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 544 npEvent.lParam = reinterpret_cast<uintptr_t>(&windowpos);
552 npEvent.wParam = reinterpret_cast<uintptr_t>(hdc);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 536 NPDrawingModel drawingModel = static_cast<NPDrawingModel>(reinterpret_cast<uintptr_t>(value));
543 NPEventModel eventModel = static_cast<NPEventModel>(reinterpret_cast<uintptr_t>(value));
  /frameworks/base/core/jni/
android_view_Surface.cpp 283 static void Surface_destroy(JNIEnv* env, jobject clazz, uintptr_t *ostack)
293 static void Surface_release(JNIEnv* env, jobject clazz, uintptr_t *ostack)
  /external/v8/src/
runtime.cc     [all...]
profile-generator.cc 186 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(name_prefix_)));
188 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(name_)));
190 static_cast<uint32_t>(reinterpret_cast<uintptr_t>(resource_name_)));
    [all...]
platform-cygwin.cc 266 uintptr_t start, end;
serialize.cc     [all...]
  /external/llvm/lib/Object/
ELFObjectFile.cpp 511 Result = reinterpret_cast<uintptr_t>(base()+symb->st_value);
520 Result = reinterpret_cast<uintptr_t>(addr);
526 Result = reinterpret_cast<uintptr_t>(addr);
    [all...]
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 459 void MachineModuleInfo::TidyLandingPads(DenseMap<MCSymbol*, uintptr_t> *LPMap) {
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 538 uintptr_t pReserved) {
  /external/v8/src/x64/
assembler-x64.cc     [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorResourceAgent.cpp 262 unsigned long long address = reinterpret_cast<uintptr_t>(pointer);
  /external/webp/src/dec/
frame.c 73 mem = (uint8_t*)((uintptr_t)(mem + ALIGN_MASK) & ~ALIGN_MASK);
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 42 return reinterpret_cast<T>(static_cast<uintptr_t>(address));
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 381 SSL_CTX* ssl_ctx = reinterpret_cast<SSL_CTX*>(static_cast<uintptr_t>(ssl_ctx_address));
390 SSL* ssl = reinterpret_cast<SSL*>(static_cast<uintptr_t>(ssl_address));
400 = reinterpret_cast<SSL_SESSION*>(static_cast<uintptr_t>(ssl_session_address));
    [all...]
  /system/core/debuggerd/
debuggerd.c 184 (uintptr_t) si.si_addr);
  /external/bluetooth/bluez/sbc/
sbc.c 939 sbc->priv = (void *) (((uintptr_t) sbc->priv_alloc_base +
940 SBC_ALIGN_MASK) & ~((uintptr_t) SBC_ALIGN_MASK));
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 638 GV.IntVal = APInt(PtrWidth, uintptr_t(GV.PointerVal));
647 GV.PointerVal = PointerTy(uintptr_t(GV.IntVal.getZExtValue()));
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 680 NPDrawingModel newDrawingModel = NPDrawingModel(uintptr_t(value));
701 NPEventModel newEventModel = NPEventModel(uintptr_t(value));
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 175 return ((unsigned)((uintptr_t)Val.getNode() >> 4) ^
176 (unsigned)((uintptr_t)Val.getNode() >> 9)) + Val.getResNo();
    [all...]
  /external/mesa3d/test/
egl.cpp 133 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
144 return gDisplays[uintptr_t(dpy)-1U];
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 92 value -= (uintptr_t)code_ptr;
99 value -= (uintptr_t)code_ptr;
    [all...]
  /external/skia/src/core/
SkPaint.cpp     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c     [all...]

Completed in 1315 milliseconds

<<11121314151617