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

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 67 (RegisterCheckersFn) (intptr_t) lib.getAddressOfSymbol(
  /external/qemu/android/utils/
dirscanner.c 30 intptr_t findIndex1;
  /external/skia/gpu/include/
GrGLTexture.h 173 virtual intptr_t getTextureHandle();
GrTexture.h 259 virtual intptr_t getTextureHandle() = 0;
  /external/webkit/Source/JavaScriptCore/wtf/
StdLibExtras.h 68 return !(reinterpret_cast<intptr_t>(ptr) % __alignof__(Type));
  /external/webkit/Source/WebCore/bindings/v8/
V8GCController.cpp 188 virtual intptr_t GetHash()
190 return reinterpret_cast<intptr_t>(m_object);
198 virtual intptr_t GetEquivalenceClass()
200 return reinterpret_cast<intptr_t>(m_object);
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugDelegate.h 40 typedef intptr_t WebSourceId;
  /hardware/libhardware/modules/gralloc/
mapper.cpp 59 hnd->base = intptr_t(mappedAddress) + hnd->offset;
  /external/v8/src/mips/
simulator-mips.cc 334 intptr_t last_pc = -1;
500 reinterpret_cast<intptr_t>(cur), *cur, *cur);
535 reinterpret_cast<intptr_t>(cur), buffer.start());
598 reinterpret_cast<intptr_t>(cur), buffer.start());
649 ASSERT((reinterpret_cast<intptr_t>(one) & CachePage::kPageMask) == 0);
650 ASSERT((reinterpret_cast<intptr_t>(two) & CachePage::kPageMask) == 0);
661 intptr_t start_page = (start & ~CachePage::kPageMask);
662 intptr_t end_page = ((start + size) & ~CachePage::kPageMask);
670 intptr_t start = reinterpret_cast<intptr_t>(start_addr)
    [all...]
assembler-mips-inl.h 66 imm32_ = reinterpret_cast<intptr_t>(value);
85 void RelocInfo::apply(intptr_t delta) {
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 153 intptr_t Cst = 0;
156 Cst = -(intptr_t)MovePCtoLROffset - 4;
  /external/mesa3d/src/mesa/main/
compiler.h 74 typedef __int64 intptr_t; typedef
77 typedef __int32 intptr_t; typedef
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestInterface.cpp 45 { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestInterfaceConstructor), (intptr_t)0 THUNK_GENERATOR(0) },
  /frameworks/base/opengl/libs/EGL/
egl.cpp 201 if (intptr_t(config) >= dp->numTotalConfigs) {
204 egl_connection_t* const cnx = &gEGLImpl[dp->configs[intptr_t(config)].impl];
  /hardware/msm7k/libgralloc-qsd8k/
mapper.cpp 71 hnd->base = intptr_t(mappedAddress) + hnd->offset;
87 base = (void*)(intptr_t(base) - hnd->offset);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
thread_db.h 277 intptr_t ti_pc; /* Unused. */
278 intptr_t ti_sp; /* Unused. */
  /external/v8/src/ia32/
deoptimizer-ia32.cc 117 intptr_t comment_string
118 = reinterpret_cast<intptr_t>(RelocInfo::kFillerCommentString);
177 reinterpret_cast<intptr_t>(deopt_entry));
338 reinterpret_cast<intptr_t>(function_));
431 reinterpret_cast<intptr_t>(function));
505 intptr_t value;
529 intptr_t fp_value = top_address + output_offset;
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 104 FnPtr = (ExFunc)(intptr_t)
265 RawFn = (RawFunc)(intptr_t)
268 RawFn = (RawFunc)(intptr_t)getPointerToGlobalIfAvailable(F);
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 471 return reinterpret_cast<void*>(reinterpret_cast<intptr_t>(m_reservation.base()) + offset);
476 return reinterpret_cast<intptr_t>(pointer) - reinterpret_cast<intptr_t>(m_reservation.base());
  /bionic/libc/include/
stdint.h 204 * intptr_t & uintptr_t
207 typedef int intptr_t; typedef
  /development/ndk/platforms/android-3/include/
stdint.h 204 * intptr_t & uintptr_t
207 typedef int intptr_t; typedef
  /external/chromium/base/allocator/
allocator_shim.cc 226 extern "C" intptr_t _get_heap_handle() {
  /external/chromium/net/base/
dnsrr_resolver.cc 701 intptr_t DnsRRResolver::Resolve(const std::string& name, uint16 rrtype,
740 return reinterpret_cast<intptr_t>(handle);
770 return reinterpret_cast<intptr_t>(handle);
773 void DnsRRResolver::CancelResolve(intptr_t h) {
  /external/clang/lib/Basic/
Diagnostic.cpp 23 static void DummyArgToStringFn(DiagnosticsEngine::ArgumentKind AK, intptr_t QT,
30 SmallVectorImpl<intptr_t> &QualTypeVals) {
640 SmallVector<intptr_t, 2> QualTypeVals;
786 (intptr_t)getArgStdStr(ArgNo).c_str()));

Completed in 2912 milliseconds

1 2 3 4 5 6 78 91011>>