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

1 2 3 4 5 6 78 91011>>

  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
termios.h 77 return ioctl(fd, TCSBRKP, (void *)(uintptr_t)__duration);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
termios.h 77 return ioctl(fd, TCSBRKP, (void *)(uintptr_t)__duration);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
termios.h 77 return ioctl(fd, TCSBRKP, (void *)(uintptr_t)__duration);
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 132 assert(Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0)));
144 else if (Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0)))
189 Allocator(reinterpret_cast<StorageAllocator *>(~uintptr_t(0)))
SourceLocation.h 158 return (void*)(uintptr_t)getRawEncoding();
164 return getFromRawEncoding((unsigned)(uintptr_t)Encoding);
417 return clang::SourceLocation::getFromRawEncoding((unsigned)(uintptr_t)P);
OnDiskHashTable.h 68 uint32_t n = ((uintptr_t)(off+A-1) & ~(uintptr_t)(A-1)) - off;
257 assert((reinterpret_cast<uintptr_t>(buckets) & 0x3) == 0 &&
474 assert((reinterpret_cast<uintptr_t>(buckets) & 0x3) == 0 &&
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 35 typedef std::pair<SVal, uintptr_t> SValData;
239 const std::pair<SVal, uintptr_t>&
240 BasicValueFactory::getPersistentSValWithData(const SVal& V, uintptr_t Data) {
  /external/clang/tools/libclang/
CXCursor.cpp 468 reinterpret_cast<uintptr_t>(C.data[1])));
485 reinterpret_cast<uintptr_t>(C.data[1])));
505 reinterpret_cast<uintptr_t>(C.data[1])));
521 reinterpret_cast<uintptr_t>(C.data[1])));
538 reinterpret_cast<uintptr_t>(C.data[1])));
556 reinterpret_cast<uintptr_t>(C.data[1])));
573 reinterpret_cast<uintptr_t>(C.data[1])));
600 reinterpret_cast<uintptr_t> (C.data[0])),
602 reinterpret_cast<uintptr_t> (C.data[1])));
654 reinterpret_cast<uintptr_t>(C.data[1])));
    [all...]
  /external/dbus/dbus/
dbus-internals.h 210 (( ((uintptr_t)(this)) + (((uintptr_t)(boundary)) -1)) & (~(((uintptr_t)(boundary))-1)))
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 183 (uint64_t)(uintptr_t) code_addr,
216 if (op_unload_native_code(agent_hdl, (uint64_t)(uintptr_t) code_addr))
231 (uint64_t)(uintptr_t) code_addr,
  /external/webkit/Source/JavaScriptCore/wtf/
TCPageMap.h 66 typedef uintptr_t Number;
120 typedef uintptr_t Number;
222 typedef uintptr_t Number;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/
NetscapePluginWin.cpp 163 npEvent.lParam = reinterpret_cast<uintptr_t>(&windowpos);
172 npEvent.wParam = reinterpret_cast<uintptr_t>(windowsContext.hdc());
173 npEvent.lParam = reinterpret_cast<uintptr_t>(&dirtyWinRect);
  /frameworks/base/libs/utils/
CallStack.cpp 195 char const* name = sMapInfo.map_to_name(uint64_t(uintptr_t(pc)), def, &s);
315 long(uintptr_t(ip)-uintptr_t(start)), name);
  /libcore/luni/src/main/native/
java_util_regex_Matcher.cpp 33 return reinterpret_cast<RegexMatcher*>(static_cast<uintptr_t>(addr));
173 RegexPattern* pattern = reinterpret_cast<RegexPattern*>(static_cast<uintptr_t>(patternAddr));
177 return static_cast<jint>(reinterpret_cast<uintptr_t>(result));
libcore_icu_NativeBreakIterator.cpp 36 return reinterpret_cast<BreakIteratorPeer*>(static_cast<uintptr_t>(address));
39 uintptr_t toAddress() {
40 return reinterpret_cast<uintptr_t>(this);
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 247 uintptr_t ByteNo = uintptr_t(BitNo/8) & ~3;
248 uintptr_t WordBitNo = uintptr_t(BitNo) & 31;
249 assert(ByteNo <= (uintptr_t)(BitStream->getLastChar()-
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c 672 cp += sprintf(cp, "invoke: %p\n", (void *)(uintptr_t)closure->invoke);
680 cp += sprintf(cp, "descriptor->copy helper: %p\n", (void *)(uintptr_t)dp->copy);
681 cp += sprintf(cp, "descriptor->dispose helper: %p\n", (void *)(uintptr_t)dp->dispose);
696 cp += sprintf(cp, " copy helper: %p\n", (void *)(uintptr_t)src->byref_keep);
697 cp += sprintf(cp, " dispose helper: %p\n", (void *)(uintptr_t)src->byref_destroy);
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 373 uintptr_t Allocator;
391 : Allocator(reinterpret_cast<uintptr_t>(new BumpPtrAllocator())) {}
394 : Allocator(reinterpret_cast<uintptr_t>(&Alloc) | 0x1) {}
646 SmallVector<uintptr_t,20> stack;
656 if (Root) stack.push_back(reinterpret_cast<uintptr_t>(Root));
664 uintptr_t getVisitState() {
711 stack.push_back(reinterpret_cast<uintptr_t>(L));
717 stack.push_back(reinterpret_cast<uintptr_t>(R));
741 stack.push_back(reinterpret_cast<uintptr_t>(L) | VisitedRight);
747 stack.push_back(reinterpret_cast<uintptr_t>(R) | VisitedRight)
    [all...]
  /external/v8/src/
spaces.h     [all...]
  /external/llvm/lib/Support/
MemoryBuffer.cpp 190 uintptr_t Start = reinterpret_cast<uintptr_t>(getBufferStart());
192 uintptr_t RealStart = Start & ~(PageSize - 1);
  /external/llvm/lib/Target/X86/
X86JITInfo.cpp 522 uintptr_t X86JITInfo::getPICJumpTableEntry(uintptr_t BB, uintptr_t Entry) {
  /dalvik/vm/alloc/
Copying.cpp 274 assert((uintptr_t)addr % SYSTEM_PAGE_SIZE == 0);
286 block = (uintptr_t)addr >> BLOCK_SHIFT;
353 return (((uintptr_t)addr) >> BLOCK_SHIFT) - heapSource->baseBlock;
361 addr = (u1 *) (((uintptr_t) heapSource->baseBlock + block) * BLOCK_SIZE);
459 heapSource->baseBlock = (uintptr_t) heapSource->blockBase >> BLOCK_SHIFT;
460 heapSource->limitBlock = ((uintptr_t) heapSource->blockBase + heapSource->maximumSize) >> BLOCK_SHIFT;
848 return (uintptr_t)addr & 0x1;
853 *(unsigned long *)fromObj = (uintptr_t)toObj | 0x1;
858 return (void *)((uintptr_t)fromObj & ~0x1);
863 return (uintptr_t)obj & 0x1
    [all...]
  /external/bison/src/
system.h 64 typedef size_t uintptr_t; typedef
  /external/clang/include/clang/AST/
TemplateBase.h 73 uintptr_t TypeOrValue;
96 TypeOrValue = reinterpret_cast<uintptr_t>(T.getAsOpaquePtr());
104 TypeOrValue = reinterpret_cast<uintptr_t>(D);
156 TypeOrValue = reinterpret_cast<uintptr_t>(E);
  /external/clang/include/clang/Analysis/
ProgramPoint.h 400 uintptr_t x =
401 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getEmptyKey()) & ~0x7;
406 uintptr_t x =
407 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getTombstoneKey()) & ~0x7;

Completed in 728 milliseconds

1 2 3 4 5 6 78 91011>>