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

<<11121314151617

  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.h 273 intptr_t toIntPtrStrict(bool* ok = 0, int base = 10);
279 intptr_t toIntPtr(bool* ok = 0); // ignores trailing garbage
  /frameworks/base/libs/binder/
MemoryDealer.cpp 170 void* const start_ptr = (void*)(intptr_t(heap->base()) + offset);
203 void* const start_ptr = (void*)(intptr_t(getHeap()->base()) + start);
MemoryHeapPmem.cpp 71 void* const start_ptr = (void*)(intptr_t(getHeap()->base()) + offset);
  /frameworks/base/libs/utils/
RefBase.cpp 604 void* d = reinterpret_cast<void *>(intptr_t(dst) + i*itemSize);
605 void const* s = reinterpret_cast<void const*>(intptr_t(src) + i*itemSize);
  /external/v8/src/mips/
macro-assembler-mips.cc 66 void MacroAssembler::Name(intptr_t target, RelocInfo::Mode rmode, \
70 void MacroAssembler::Name(intptr_t target, \
81 Name(reinterpret_cast<intptr_t>(target), rmode, bd); \
87 Name(reinterpret_cast<intptr_t>(target), rmode, COND_ARGS, bd); \
94 Name(reinterpret_cast<intptr_t>(target.location()), rmode, bd); \
100 Name(reinterpret_cast<intptr_t>(target.location()), rmode, COND_ARGS, bd); \
    [all...]
macro-assembler-mips.h     [all...]
  /dalvik/vm/
Thread.h 220 intptr_t threshFilter[JIT_TRACE_THRESH_FILTER_SIZE];
  /dalvik/vm/compiler/codegen/x86/
CodegenDriver.cpp 36 static intptr_t templateEntryOffsets[TEMPLATE_LAST_MARK];
  /external/chromium/android/autofill/
profile_android.h 122 typedef intptr_t ProfileId;
  /external/chromium/chrome/browser/profiles/
profile.h 122 typedef intptr_t ProfileId;
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 467 DB.AddTaggedVal(reinterpret_cast<intptr_t>(NNS),
  /external/clang/tools/driver/
driver.cpp 51 void *P = (void*) (intptr_t) GetExecutablePath;
354 (void*) (intptr_t) GetExecutablePath);
357 (void*) (intptr_t) GetExecutablePath);
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.h 115 typedef int intptr_t; typedef
  /external/llvm/include/llvm/Support/
FileSystem.h 486 intptr_t IterationHandle;
  /external/llvm/lib/CodeGen/
ELFCodeEmitter.cpp 105 intptr_t Addr;
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 535 ? (void *)(intptr_t)LazyResolverFn : (void *)0;
554 if (Actual != (void*)(intptr_t)LazyResolverFn) {
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 491 ret.p = reinterpret_cast<intptr_t>(SymbolTable);
499 ret.p = reinterpret_cast<intptr_t>(StringTable);
506 ret.p = reinterpret_cast<intptr_t>(SectionTable);
513 ret.p = reinterpret_cast<intptr_t>(SectionTable + Header->NumberOfSections);
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 697 return (unsigned)(intptr_t)&Pattern ^ MatchNumber;
841 return ((unsigned)(intptr_t)Reg) << 4 | VT;
921 return SrcSlot ^ ((unsigned)(intptr_t)DestPhysReg << 4);
    [all...]
  /external/skia/src/ports/
SkFontHost_fontconfig.cpp 122 fcvalue.u.i = (int)(intptr_t)value;
  /external/v8/src/
regexp-macro-assembler-tracer.cc 53 return static_cast<int>(reinterpret_cast<intptr_t>(label));
regexp-macro-assembler.cc 261 intptr_t stack_content_size = old_stack_base - stack_pointer;
  /external/v8/test/cctest/
test-utils.cc 53 // int8_t and intptr_t signed integers.
56 CHECK_EQ(-2, static_cast<int>(static_cast<intptr_t>(-8) >> 2));
  /external/valgrind/unittest/
thread_wrappers.h 200 res->param1 = (void*)(intptr_t)p1;
  /external/webkit/Source/JavaScriptCore/runtime/
Error.cpp 121 intptr_t sourceID = source.provider()->asID();
  /external/webkit/Source/WebCore/bindings/js/
JSXMLHttpRequestCustom.cpp 132 intptr_t sourceID;

Completed in 1350 milliseconds

<<11121314151617