Searched refs:intptr_t (Results 151 - 175 of 452) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_blit.c103 intptr_t offset,
299 intptr_t offset,
465 intptr_t src_offset,
473 intptr_t dst_offset,
/external/skia/include/core/
H A DSkPoint.h219 ((SkPoint*)((intptr_t)this + 0 * stride))->set(l, t);
220 ((SkPoint*)((intptr_t)this + 1 * stride))->set(l, b);
221 ((SkPoint*)((intptr_t)this + 2 * stride))->set(r, b);
222 ((SkPoint*)((intptr_t)this + 3 * stride))->set(r, t);
/external/skia/tests/
H A DReadPixelsTest.cpp100 intptr_t pixels = reinterpret_cast<intptr_t>(bmp.getPixels());
122 intptr_t pixels = reinterpret_cast<intptr_t>(bitmap->getPixels());
/external/v8/src/arm/
H A Dsimulator-arm.h185 return reinterpret_cast<Address>(static_cast<intptr_t>(get_register(sp)));
278 intptr_t* start_address,
279 intptr_t* end_address);
336 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start,
/external/v8/src/
H A Dlog.h182 void IntPtrTEvent(const char* name, intptr_t value);
289 intptr_t capacity, intptr_t used);
381 void UncheckedIntPtrTEvent(const char* name, intptr_t value);
H A Dgdb-jit.cc131 void WriteSLEB128(intptr_t value) {
903 void SetPosition(intptr_t pc, int pos, bool is_statement) {
908 PCInfo(intptr_t pc, int pos, bool is_statement)
911 intptr_t pc_;
1085 w->Write<uint8_t>(sizeof(intptr_t));
1089 w->Write<intptr_t>(desc_->CodeStart());
1090 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize());
1102 w->Write<intptr_t>(desc_->CodeStart());
1103 w->Write<intptr_t>(desc_->CodeStart() + desc_->CodeSize());
1463 WriteExtendedOpcode(w, DW_LNE_SET_ADDRESS, sizeof(intptr_t));
[all...]
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_uart.c100 gComPortContext.nHandle = (int)(intptr_t) pDalHwContext->p_board_driver;
179 *pLinkHandle = (void*)(intptr_t)gComPortContext.nHandle;
/external/libpcap/pcap/
H A Dpcap.h355 pcap_t *pcap_hopen_offline_with_tstamp_precision(intptr_t, u_int, char *);
356 pcap_t *pcap_hopen_offline(intptr_t, char *);
/external/libpcap/
H A Dsavefile.c219 pcap_t* pcap_hopen_offline_with_tstamp_precision(intptr_t osfd, u_int precision,
243 pcap_t* pcap_hopen_offline(intptr_t osfd, char *errbuf)
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h323 intptr_t getRawBits() const {
327 return (intptr_t)(LLVMTy);
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c375 FUNC_NotifyEvent = (TPNotify)(intptr_t)dlsym(m_libHandle, "NotifyEvent");
386 FUNC_Initialize = (TPInitialize)(intptr_t)dlsym(m_libHandle, "Initialize");
/external/v8/src/mips64/
H A Dsimulator-mips64.cc357 intptr_t last_pc = -1;
520 reinterpret_cast<intptr_t>(cur), *cur, *cur);
582 reinterpret_cast<intptr_t>(cur), buffer.start());
610 intptr_t stop_pc = sim_->get_pc() -
704 reinterpret_cast<intptr_t>(cur), buffer.start());
773 DCHECK((reinterpret_cast<intptr_t>(one) & CachePage::kPageMask) == 0);
774 DCHECK((reinterpret_cast<intptr_t>(two) & CachePage::kPageMask) == 0);
785 intptr_t start_page = (start & ~CachePage::kPageMask);
786 intptr_t end_page = ((start + size) & ~CachePage::kPageMask);
834 intptr_t star
[all...]
/external/v8/src/third_party/vtune/
H A Djitprofiling.cc391 FUNC_NotifyEvent = reinterpret_cast<TPNotify>(reinterpret_cast<intptr_t>(dlsym(m_libHandle, "NotifyEvent")));
402 FUNC_Initialize = reinterpret_cast<TPInitialize>(reinterpret_cast<intptr_t>(dlsym(m_libHandle, "Initialize")));
/external/v8/test/cctest/compiler/
H A Dsimplified-graph-builder.h41 intptr_t intptr_value = reinterpret_cast<intptr_t>(value);
/external/vixl/src/vixl/
H A Dutils.h205 VIXL_ASSERT(sizeof(pointer) == sizeof(intptr_t)); // NOLINT(runtime/sizeof)
206 return ((intptr_t)(pointer) & 3) == 0;
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp601 typedef __INTPTR_TYPE__ intptr_t;
603 constexpr intptr_t f(intptr_t x) {
609 constexpr intptr_t i = f((intptr_t)&foo - 10); // expected-error{{constexpr variable 'i' must be initialized by a constant expression}} \
/external/v8/src/heap/
H A Dspaces.cc262 bool MemoryAllocator::SetUp(intptr_t capacity, intptr_t capacity_executable) {
548 MemoryChunk* MemoryAllocator::AllocateChunk(intptr_t reserve_area_size,
549 intptr_t commit_area_size,
612 IsAligned(reinterpret_cast<intptr_t>(base), MemoryChunk::kAlignment));
680 Page* MemoryAllocator::AllocatePage(intptr_t size, PagedSpace* owner,
690 LargePage* MemoryAllocator::AllocateLargePage(intptr_t object_size,
880 PagedSpace::PagedSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id,
968 intptr_t size = AreaSize();
986 intptr_t PagedSpac
[all...]
/external/libyuv/files/source/
H A Dscale.cc1177 : "r"(static_cast<intptr_t>(src_stride)) // %3
1244 : "r"(static_cast<intptr_t>(src_stride)) // %3
1284 intptr_t stridex3 = 0;
1328 : "r"(static_cast<intptr_t>(src_stride)) // %4
1369 intptr_t stridex3 = 0;
1370 intptr_t row4 = 0;
1425 : "r"(static_cast<intptr_t>(src_stride)) // %5
1531 : "r"(static_cast<intptr_t>(src_stride)), // %3
1602 : "r"(static_cast<intptr_t>(src_stride)), // %3
1681 : "r"(static_cast<intptr_t>(src_strid
[all...]
H A Drotate.cc363 : "r"(static_cast<intptr_t>(src_stride)), // %3
364 "r"(static_cast<intptr_t>(dst_stride)) // %4
627 : "r"(static_cast<intptr_t>(src_stride)), // %3
628 "r"(static_cast<intptr_t>(dst_stride)) // %4
737 : "r"(static_cast<intptr_t>(src_stride)), // %4
738 "r"(static_cast<intptr_t>(dst_stride_a)), // %5
739 "r"(static_cast<intptr_t>(dst_stride_b)) // %6
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drotate.cc380 : "r"((intptr_t)(src_stride)), // %3
381 "r"((intptr_t)(dst_stride)) // %4
651 : "r"((intptr_t)(src_stride)), // %3
652 "r"((intptr_t)(dst_stride)) // %4
761 : "r"((intptr_t)(src_stride)), // %4
762 "r"((intptr_t)(dst_stride_a)), // %5
763 "r"((intptr_t)(dst_stride_b)) // %6
/external/llvm/include/llvm/ADT/
H A DPointerUnion.h498 intptr_t key = (intptr_t)PairVal.getOpaqueValue();
499 return DenseMapInfo<intptr_t>::getHashValue(key);
/external/bison/lib/
H A Dfcntl.c97 duplicated_fd = _open_osfhandle ((intptr_t) new_handle, flags);
/external/clang/lib/Headers/
H A Dstdatomic.h122 typedef _Atomic(intptr_t) atomic_intptr_t;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_quantize.c65 void vp9_quantize_fp_c(const int16_t *coeff_ptr, intptr_t count,
108 void vp9_quantize_fp_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs,
149 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t count,
202 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs,
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_span.c67 intptr_t

Completed in 3185 milliseconds

1234567891011>>