HomeSort by relevance Sort by last modified time
    Searched refs:reinterpret_cast (Results 76 - 100 of 5335) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/ports/
SkAtomics_win.h 25 return _InterlockedIncrement(reinterpret_cast<long*>(addr)) - 1;
34 return _InterlockedExchangeAdd(reinterpret_cast<long*>(addr), static_cast<long>(inc));
39 return _InterlockedDecrement(reinterpret_cast<long*>(addr)) + 1;
45 return _InterlockedCompareExchange(reinterpret_cast<long*>(addr), after, before) == before;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap_allocator.h 66 free_list_ = *(reinterpret_cast<void**>(result));
71 free_area_ = reinterpret_cast<char*>(MetaDataAlloc(kAllocIncrement));
85 return reinterpret_cast<T*>(result);
89 *(reinterpret_cast<void**>(p)) = free_list_;
memory_region_map.cc 171 RegionSet* region_set() { return reinterpret_cast<RegionSet*>(rep); }
328 reinterpret_cast<void*>(stack_top),
329 reinterpret_cast<void*>(region->start_addr),
330 reinterpret_cast<void*>(region->end_addr));
353 reinterpret_cast<void*>(region.start_addr),
354 reinterpret_cast<void*>(region.end_addr),
355 reinterpret_cast<void*>(region.caller()));
377 reinterpret_cast<void*>(region.start_addr),
378 reinterpret_cast<void*>(region.end_addr));
417 reinterpret_cast<void*>(region.start_addr)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_posix_test.cc 29 uptr iter = reinterpret_cast<uptr>(arg);
31 ASSERT_EQ(0, pthread_setspecific(key, reinterpret_cast<void *>(iter - 1)));
39 return reinterpret_cast<void*>(pthread_setspecific(key, arg));
46 reinterpret_cast<void *>(iteration)));
  /external/compiler-rt/test/lsan/TestCases/
disabler.cc 17 *reinterpret_cast<void **>(p) = malloc(666);
  /external/skia/src/ports/
SkAtomics_win.h 25 return _InterlockedIncrement(reinterpret_cast<long*>(addr)) - 1;
29 return _InterlockedExchangeAdd(reinterpret_cast<long*>(addr), static_cast<long>(inc));
34 return _InterlockedDecrement(reinterpret_cast<long*>(addr)) + 1;
40 return _InterlockedCompareExchange(reinterpret_cast<long*>(addr), after, before) == before;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
util.h 35 return strm.read(reinterpret_cast<char *>(t), sizeof(T));
42 strm.read(reinterpret_cast<char *>(&ns), sizeof(ns));
56 return strm.write(reinterpret_cast<const char *>(&t), sizeof(T));
62 strm.write(reinterpret_cast<const char *>(&ns), sizeof(ns));
  /bionic/libc/bionic/
lfs64_support.cpp 32 return ftw(dirpath, reinterpret_cast<ftw_fn>(fn), nopenfd);
38 return nftw(dirpath, reinterpret_cast<nftw_fn>(fn), nopenfd, flags);
dl_iterate_phdr_static.cpp 39 ElfW(Ehdr)* ehdr = reinterpret_cast<ElfW(Ehdr)*>(&__executable_start);
53 exe_info.dlpi_phdr = reinterpret_cast<ElfW(Phdr)*>(reinterpret_cast<uintptr_t>(ehdr) + ehdr->e_phoff);
64 ElfW(Ehdr)* ehdr_vdso = reinterpret_cast<ElfW(Ehdr)*>(getauxval(AT_SYSINFO_EHDR));
73 vdso_info.dlpi_phdr = reinterpret_cast<ElfW(Phdr)*>(reinterpret_cast<char*>(ehdr_vdso) + ehdr_vdso->e_phoff);
  /external/chromium_org/mojo/public/cpp/bindings/lib/
bindings_serialization.cc 31 return reinterpret_cast<char*>(AlignImpl(reinterpret_cast<uintptr_t>(ptr)));
35 return !(reinterpret_cast<uintptr_t>(ptr) % kAlignment);
44 const char* p_obj = reinterpret_cast<const char*>(ptr);
45 const char* p_slot = reinterpret_cast<const char*>(offset);
54 return reinterpret_cast<const char*>(offset) + *offset;
59 return reinterpret_cast<uintptr_t>(offset) + *offset >=
60 reinterpret_cast<uintptr_t>(offset);
  /external/chromium_org/pdf/pdfium/
pdfium_mem_buffer_file_read.cc 16 data_ = reinterpret_cast<const unsigned char*>(data);
27 reinterpret_cast<const PDFiumMemBufferFileRead*>(param);
  /external/chromium_org/ppapi/shared_impl/
platform_file.cc 13 return reinterpret_cast<HANDLE>(static_cast<intptr_t>(handle));
23 return static_cast<int32_t>(reinterpret_cast<intptr_t>(handle));
  /external/chromium_org/sdch/open-vcdiff/src/
checksum.h 34 reinterpret_cast<const Bytef*>(buffer),
42 reinterpret_cast<const Bytef*>(buffer),
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_load_library_depends.cpp 34 library, "Bar", reinterpret_cast<void**>(&bar_func))) {
44 library, "Foo", reinterpret_cast<void**>(&foo_func))) {
  /frameworks/base/core/jni/android/graphics/
Typeface.cpp 31 TypefaceImpl* family = reinterpret_cast<TypefaceImpl*>(familyHandle);
41 return reinterpret_cast<jlong>(face);
45 TypefaceImpl* family = reinterpret_cast<TypefaceImpl*>(familyHandle);
47 return reinterpret_cast<jlong>(face);
51 TypefaceImpl* face = reinterpret_cast<TypefaceImpl*>(faceHandle);
56 TypefaceImpl* face = reinterpret_cast<TypefaceImpl*>(faceHandle);
62 return reinterpret_cast<jlong>(TypefaceImpl_createFromFamilies(families.get(), families.size()));
66 TypefaceImpl* face = reinterpret_cast<TypefaceImpl*>(faceHandle);
  /ndk/sources/android/crazy_linker/tests/
test_load_library_depends.cpp 34 library, "Bar", reinterpret_cast<void**>(&bar_func))) {
44 library, "Foo", reinterpret_cast<void**>(&foo_func))) {
  /art/runtime/
handle_scope_test.cc 45 test_table.SetReference(0, reinterpret_cast<mirror::Object*>(0x1234));
46 test_table.SetLink(reinterpret_cast<HandleScope*>(0x5678));
49 byte* table_base_ptr = reinterpret_cast<byte*>(&test_table);
52 uintptr_t* link_ptr = reinterpret_cast<uintptr_t*>(table_base_ptr +
58 uint32_t* num_ptr = reinterpret_cast<uint32_t*>(table_base_ptr +
68 uint32_t* ref_ptr = reinterpret_cast<uint32_t*>(table_base_ptr +
  /external/chromium_org/base/allocator/
tcmalloc_unittest.cc 17 char* p = reinterpret_cast<char*>(
26 char* p = reinterpret_cast<char*>(
40 char* p = reinterpret_cast<char*>(
52 char* p = reinterpret_cast<char*>(TCMallocDoMallocForTest(size));
65 char* p = reinterpret_cast<char*>(TCMallocDoMallocForTest(size));
71 char* p = reinterpret_cast<char*>(TCMallocDoMallocForTest(size));
  /external/llvm/lib/Support/
ThreadLocal.cpp 31 void **pd = reinterpret_cast<void**>(&data);
35 void **pd = reinterpret_cast<void**>(&data);
55 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
62 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
69 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
76 pthread_key_t* key = reinterpret_cast<pthread_key_t*>(&data);
  /art/runtime/gc/accounting/
card_table.cc 77 byte* biased_begin = reinterpret_cast<byte*>(reinterpret_cast<uintptr_t>(cardtable_begin) -
78 (reinterpret_cast<uintptr_t>(heap_begin) >> kCardShift));
79 uintptr_t biased_byte = reinterpret_cast<uintptr_t>(biased_begin) & 0xff;
85 CHECK_EQ(reinterpret_cast<uintptr_t>(biased_begin) & 0xff, kCardDirty);
97 memset(reinterpret_cast<void*>(card_start), kCardClean, card_end - card_start);
115 << " begin: " << reinterpret_cast<void*>(begin)
116 << " end: " << reinterpret_cast<void*>(end)
117 << " card_addr: " << reinterpret_cast<void*>(card_addr)
120 << " addr: " << reinterpret_cast<const void*>(addr)
    [all...]
  /art/runtime/arch/x86/
fault_handler_x86.cc 239 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
240 uc->CTX_JMP_BUF = reinterpret_cast<uintptr_t>(*self->GetNestedSignalState());
241 uc->CTX_EIP = reinterpret_cast<uintptr_t>(art_nested_signal_return);
247 struct ucontext* uc = reinterpret_cast<struct ucontext*>(context);
256 uintptr_t* fault_addr = reinterpret_cast<uintptr_t*>(siginfo->si_addr);
257 uintptr_t* overflow_addr = reinterpret_cast<uintptr_t*>(
259 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(kX86_64));
261 reinterpret_cast<uint8_t*>(*out_sp) - GetStackOverflowReservedBytes(kX86));
264 *out_method = reinterpret_cast<mirror::ArtMethod*>(uc->CTX_METHOD);
267 *out_method = (reinterpret_cast<StackReference<mirror::ArtMethod>* >(*out_sp)[0]).AsMirrorPtr()
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMiniData.cpp 27 uint64_t rep = reinterpret_cast<uint64_t>(s);
52 return *reinterpret_cast<uint64_t*>(&s);
68 sk_free(reinterpret_cast<void*>(fRep));
73 return is_long(fRep) ? reinterpret_cast<const LongData*>( fRep)->data
74 : reinterpret_cast<const ShortData*>(&fRep)->data;
78 return is_long(fRep) ? reinterpret_cast<const LongData*>( fRep)->len
79 : reinterpret_cast<const ShortData*>(&fRep)->len;
  /external/chromium_org/v8/src/
unbound-queue-inl.h 27 divider_ = last_ = reinterpret_cast<base::AtomicWord>(first_);
48 Node* next = reinterpret_cast<Node*>(divider_)->next;
50 base::Release_Store(&divider_, reinterpret_cast<base::AtomicWord>(next));
57 Node*& next = reinterpret_cast<Node*>(last_)->next;
59 base::Release_Store(&last_, reinterpret_cast<base::AtomicWord>(next));
61 while (first_ != reinterpret_cast<Node*>(base::Acquire_Load(&divider_))) {
76 Node* next = reinterpret_cast<Node*>(divider_)->next;
sampler.cc 237 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
238 state->sp = reinterpret_cast<Address>(simulator_->get_register(
240 state->fp = reinterpret_cast<Address>(simulator_->get_register(
250 state->pc = reinterpret_cast<Address>(simulator_->pc());
251 state->sp = reinterpret_cast<Address>(simulator_->sp());
252 state->fp = reinterpret_cast<Address>(simulator_->fp());
254 state->pc = reinterpret_cast<Address>(simulator_->get_pc());
255 state->sp = reinterpret_cast<Address>(simulator_->get_register(
257 state->fp = reinterpret_cast<Address>(simulator_->get_register(
260 state->pc = reinterpret_cast<Address>(simulator_->get_pc())
    [all...]
  /external/chromium_org/base/win/
pe_image.cc 41 return (*reinterpret_cast<const unsigned char*>(s1) -
42 *reinterpret_cast<const unsigned char*>(s2));
51 EnumAllImportsStorage &storage = *reinterpret_cast<EnumAllImportsStorage*>(
64 EnumAllImportsStorage &storage = *reinterpret_cast<EnumAllImportsStorage*>(
77 return reinterpret_cast<PIMAGE_DOS_HEADER>(module_);
83 return reinterpret_cast<PIMAGE_NT_HEADERS>(
84 reinterpret_cast<char*>(dos_header) + dos_header->e_lfanew);
115 PBYTE target = reinterpret_cast<PBYTE>(address);
120 PBYTE start = reinterpret_cast<PBYTE>(
142 if (0 == _strnicmp(reinterpret_cast<LPCSTR>(section->Name), section_name
    [all...]

Completed in 524 milliseconds

1 2 34 5 6 7 8 91011>>