Searched refs:intptr_t (Results 51 - 75 of 452) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrPathUtils.h78 intptr_t xyPtr = reinterpret_cast<intptr_t>(vertices);
79 intptr_t uvPtr = reinterpret_cast<intptr_t>(vertices) + UV_OFFSET;
H A DGrMemoryPool.cpp59 intptr_t ptr = fTail->fCurrPtr;
76 intptr_t ptr = reinterpret_cast<intptr_t>(p) - kPerAllocPad;
81 fHead->fCurrPtr = reinterpret_cast<intptr_t>(fHead) + kHeaderSize;
116 SkASSERT(!(reinterpret_cast<intptr_t>(block) % kAlignment));
119 block->fCurrPtr = reinterpret_cast<intptr_t>(block) + kHeaderSize;
120 block->fPrevPtr = 0; // gcc warns on assigning NULL to an intptr_t.
142 intptr_t b = reinterpret_cast<intptr_t>(block);
146 intptr_t userStar
[all...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale_posix.cc192 : "r"((intptr_t)(src_stride)) // %3
298 : "r"((intptr_t)(src_stride)) // %3
343 intptr_t stridex3 = 0;
390 : "r"((intptr_t)(src_stride)) // %4
499 : "r"((intptr_t)(src_stride)), // %3
573 : "r"((intptr_t)(src_stride)), // %3
655 : "r"((intptr_t)(src_stride)) // %3
723 : "r"((intptr_t)(src_stride)) // %3
737 intptr_t tmp_src = 0;
780 : "rm"((intptr_t)(src_strid
[all...]
/external/v8/src/
H A Ddeoptimizer.h62 void patch_slot_address(intptr_t slot) {
344 void AddObjectStart(intptr_t slot_address, int argc, bool is_arguments);
345 void AddObjectDuplication(intptr_t slot, int object_index);
346 void AddObjectTaggedValue(intptr_t value);
348 void AddDoubleValue(intptr_t slot_address, double value);
486 intptr_t GetFrameSlot(unsigned offset) {
491 intptr_t* ptr = GetFrameSlotPointer(offset);
495 void SetFrameSlot(unsigned offset, intptr_t value) {
499 void SetCallerPc(unsigned offset, intptr_t value);
501 void SetCallerFp(unsigned offset, intptr_t valu
[all...]
H A Dchecks.h23 intptr_t HeapObjectTagMask();
58 DCHECK((reinterpret_cast<intptr_t>(address) & HeapObjectTagMask()) == 0)
H A Dv8memory.h44 static intptr_t& intptr_at(Address addr) {
45 return *reinterpret_cast<intptr_t*>(addr);
H A Ddeoptimizer.cc323 " / %" V8PRIxPTR "]\n", reinterpret_cast<intptr_t>(function));
351 " / %" V8PRIxPTR "]\n", reinterpret_cast<intptr_t>(function));
474 reinterpret_cast<intptr_t>(object));
768 reinterpret_cast<intptr_t>(function_));
858 reinterpret_cast<intptr_t>(function));
918 intptr_t top_address;
957 intptr_t value;
983 intptr_t fp_value = top_address + output_offset;
1027 reinterpret_cast<intptr_t>(isolate_->heap()->arguments_marker()));
1029 reinterpret_cast<intptr_t>(isolate
[all...]
/external/mesa3d/src/egl/main/
H A Deglcompiler.h50 typedef __int64 intptr_t; typedef
53 typedef __int32 intptr_t; typedef
/external/mesa3d/src/gallium/targets/xorg-i915/
H A Dintel_xorg.c37 intptr_t match_data);
128 int entity_num, struct pci_device *device, intptr_t match_data)
/external/mesa3d/src/gallium/targets/xorg-r300/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
/external/mesa3d/src/gallium/targets/xorg-r600/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
/external/mesa3d/src/gallium/targets/xorg-radeonsi/
H A Dxorg.c38 intptr_t match_data);
129 int entity_num, struct pci_device *device, intptr_t match_data)
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_messageQueueLib.c70 intptr_t phDal4Nfc_msgget ( key_t key, int msgflg )
81 return ((intptr_t)pQueue);
96 int phDal4Nfc_msgctl ( intptr_t msqid, int cmd, void *buf )
139 int phDal4Nfc_msgsnd (intptr_t msqid, void * msgp, size_t msgsz, int msgflg)
190 int phDal4Nfc_msgrcv (intptr_t msqid, void * msgp, size_t msgsz, long msgtyp, int msgflg)
/external/libunwind/src/mips/
H A DGinit.c89 *dyn_info_list_addr = (unw_word_t) (intptr_t) &_U_dyn_info_list;
155 *(unw_word_t *) (intptr_t) addr = (mips_reg_t) *val;
160 *val = (mips_reg_t) *(unw_word_t *) (intptr_t) addr;
187 *(unw_fpreg_t *) (intptr_t) addr = *val;
191 *val = *(unw_fpreg_t *) (intptr_t) addr;
/external/v8/src/base/
H A Dmacros.h23 (reinterpret_cast<intptr_t>(&(reinterpret_cast<type*>(4)->field)) - 4)
383 inline intptr_t OffsetFrom(T x) {
392 inline T AddressFrom(intptr_t x) {
399 inline T RoundDown(T x, intptr_t m) {
407 inline T RoundUp(T x, intptr_t m) {
/external/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h76 : Leader(this), Next((ECValue*)(intptr_t)1), Data(Elt) {}
91 Next = (const ECValue*)((intptr_t)NewNext | (intptr_t)isLeader());
94 ECValue(const ECValue &RHS) : Leader(this), Next((ECValue*)(intptr_t)1),
102 bool isLeader() const { return (intptr_t)Next & 1; }
106 return (ECValue*)((intptr_t)Next & ~(intptr_t)1);
/external/jemalloc/src/
H A Dchunk_dss.c32 chunk_dss_sbrk(intptr_t increment)
82 if ((intptr_t)size < 0)
89 intptr_t incr;
/external/clang/test/Parser/
H A Drecovery.c85 typedef int intptr_t; // expected-note {{'intptr_t' declared here}}
86 void bar(intptr y); // expected-error {{unknown type name 'intptr'; did you mean 'intptr_t'?}}
/external/clang/test/Sema/
H A Di-c-e.c63 char pbcp[__builtin_constant_p(4) ? (intptr_t)&expr : 0]; // expected-error {{variable length array declaration not allowed at file scope}}
/external/compiler-rt/include/sanitizer/
H A Dmsan_interface.h58 intptr_t __msan_test_shadow(const volatile void *x, size_t size);
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test.cc37 __tsan_func_entry((void*)((intptr_t)&run_tests + 1));
/external/v8/src/third_party/vtune/
H A Dvtune-jit.cc92 void SetPosition(intptr_t pc, int pos) {
97 LineNumInfo(intptr_t pc, int pos)
100 intptr_t pc_;
144 return 0 != (reinterpret_cast<intptr_t>(ptr));
149 reinterpret_cast<intptr_t>(ptr));
251 line_info->SetPosition(static_cast<intptr_t>(event->line_info.offset),
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc76 intptr_t comment_string
77 = reinterpret_cast<intptr_t>(RelocInfo::kFillerCommentString);
146 reinterpret_cast<intptr_t>(deopt_entry),
183 input_->SetRegister(esp.code(), reinterpret_cast<intptr_t>(frame->sp()));
184 input_->SetRegister(ebp.code(), reinterpret_cast<intptr_t>(frame->fp()));
198 intptr_t handler =
199 reinterpret_cast<intptr_t>(descriptor->deoptimization_handler());
411 void FrameDescription::SetCallerPc(unsigned offset, intptr_t value) {
416 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) {
421 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t valu
[all...]
/external/libyuv/files/source/
H A Drow_posix.cc801 : "r"(static_cast<intptr_t>(src_stride_argb))
866 : "r"(static_cast<intptr_t>(src_stride_argb))
1001 : "r"(static_cast<intptr_t>(src_stride_bgra))
1066 : "r"(static_cast<intptr_t>(src_stride_bgra))
1201 : "r"(static_cast<intptr_t>(src_stride_abgr))
1266 : "r"(static_cast<intptr_t>(src_stride_abgr))
1948 intptr_t temp_width = static_cast<intptr_t>(width);
1974 intptr_t temp_width = static_cast<intptr_t>(widt
[all...]
/external/llvm/lib/Support/Unix/
H A DMemory.inc325 const intptr_t Mask = ~(LineSize - 1);
326 const intptr_t StartLine = ((intptr_t) Addr) & Mask;
327 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
329 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
333 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)

Completed in 4206 milliseconds

1234567891011>>