Searched refs:intptr_t (Results 251 - 275 of 728) sorted by relevance

<<11121314151617181920>>

/external/swiftshader/src/Reactor/
H A DRoutineManager.cpp99 uint8_t *RoutineManager::allocateSpace(intptr_t Size, unsigned Alignment)
/external/syslinux/dos/
H A Dstdint.h46 typedef int32_t intptr_t; typedef
/external/syslinux/gpxe/src/include/gpxe/
H A Dio.h72 ( ( volatile _type * ) ( intptr_t ) (io_addr) ); \
90 ( ( volatile _type * ) ( intptr_t ) (io_addr) ); \
111 ( ( volatile _type * ) ( intptr_t ) (io_addr) ); \
140 ( ( volatile _type * ) ( intptr_t ) (io_addr) ); \
/external/v8/src/base/debug/
H A Dstack_trace_posix.cc57 char* itoa_r(intptr_t i, char* buf, size_t sz, int base, size_t padding);
137 internal::itoa_r(reinterpret_cast<intptr_t>(pointer), buf, sizeof(buf), 16,
255 internal::itoa_r(reinterpret_cast<intptr_t>(info->si_addr), buf,
397 char* itoa_r(intptr_t i, char* buf, size_t sz, int base, size_t padding) {
/external/v8/src/compiler/
H A Dcommon-node-cache.h48 Node** FindPointerConstant(intptr_t value) {
/external/v8/src/debug/
H A Ddebug-frames.h76 DCHECK(IsAligned(OffsetFrom(id), static_cast<intptr_t>(4)));
/external/v8/src/heap/
H A Darray-buffer-tracker-inl.h47 heap->update_external_memory(-static_cast<intptr_t>(length));
H A Dspaces.h314 static const intptr_t kAlignment =
317 static const intptr_t kAlignmentMask = kAlignment - 1;
319 static const intptr_t kSizeOffset = 0;
321 static const intptr_t kFlagsOffset = kSizeOffset + kPointerSize;
366 static const intptr_t kPageAlignmentMask = (1 << kPageSizeBits) - 1;
386 intptr_t new_mark = static_cast<intptr_t>(mark - chunk->address());
387 intptr_t old_mark = 0;
556 if ((reinterpret_cast<intptr_t>(owner_) & kPageHeaderTagMask) ==
558 return reinterpret_cast<Space*>(reinterpret_cast<intptr_t>(owner
[all...]
/external/libbrillo/brillo/http/
H A Dcurl_api.h40 intptr_t address) = 0;
51 curl, option, reinterpret_cast<intptr_t>(callback));
150 intptr_t address) override;
/external/ltp/tools/pounder21/src/mem_alloc_test/
H A Dmem_alloc.c224 intptr_t incr = MALLOC_SIZE; // 64KB
255 intptr_t incr = MALLOC_SIZE; // 64KB
290 intptr_t incr = MALLOC_SIZE; // 64KB
/external/v8/include/
H A Dv8-profiler.h843 virtual intptr_t GetHash() = 0;
866 virtual intptr_t GetElementCount() { return -1; }
869 virtual intptr_t GetSizeInBytes() { return -1; }
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dbpf_dsl_unittest.cc171 const intptr_t kFakeSV = 0x12345;
297 static intptr_t count_;
299 static intptr_t UnameTrap(const struct arch_seccomp_data& data, void* aux) {
307 intptr_t TrappingPolicy::count_;
434 static intptr_t DummyTrap(const struct arch_seccomp_data& data, void* aux) {
/external/skia/include/core/
H A DSkPathRef.h456 reinterpret_cast<intptr_t>(fPoints) + newSize - oldVerbSize);
458 reinterpret_cast<intptr_t>(fPoints) + oldSize - oldVerbSize);
460 fVerbs = reinterpret_cast<uint8_t*>(reinterpret_cast<intptr_t>(fPoints) + newSize);
477 return reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints);
/external/skia/src/gpu/ops/
H A DGrDrawVerticesOp.cpp219 *(uint32_t*)((intptr_t)verts + kColorOffset) = colors[j];
221 *(uint32_t*)((intptr_t)verts + kColorOffset) = mesh.fColor;
226 *(SkPoint*)((intptr_t)verts + localCoordOffset) = localCoords[j];
228 *(SkPoint*)((intptr_t)verts + localCoordOffset) = positions[j];
231 verts = (void*)((intptr_t)verts + vertexStride);
/external/v8/src/arm/
H A Ddeoptimizer-arm.cc89 intptr_t handler = reinterpret_cast<intptr_t>(xref.address());
357 void FrameDescription::SetCallerPc(unsigned offset, intptr_t value) {
362 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) {
367 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) {
/external/v8/src/mips/
H A Ddeoptimizer-mips.cc87 intptr_t handler = reinterpret_cast<intptr_t>(xref.address());
371 void FrameDescription::SetCallerPc(unsigned offset, intptr_t value) {
376 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) {
381 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) {
/external/v8/src/mips64/
H A Ddeoptimizer-mips64.cc87 intptr_t handler = reinterpret_cast<intptr_t>(xref.address());
370 void FrameDescription::SetCallerPc(unsigned offset, intptr_t value) {
375 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) {
380 void FrameDescription::SetCallerConstantPool(unsigned offset, intptr_t value) {
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h57 void RelocInfo::apply(intptr_t delta) {
332 x_ = reinterpret_cast<intptr_t>(handle.location());
336 x_ = reinterpret_cast<intptr_t>(obj);
343 x_ = reinterpret_cast<intptr_t>(value);
371 emit(reinterpret_cast<intptr_t>(handle.location()),
375 emit(reinterpret_cast<intptr_t>(obj));
395 emit(reinterpret_cast<intptr_t>(code.location()), rmode, id);
/external/v8/src/x87/
H A Dassembler-x87-inl.h57 void RelocInfo::apply(intptr_t delta) {
332 x_ = reinterpret_cast<intptr_t>(handle.location());
336 x_ = reinterpret_cast<intptr_t>(obj);
343 x_ = reinterpret_cast<intptr_t>(value);
371 emit(reinterpret_cast<intptr_t>(handle.location()),
375 emit(reinterpret_cast<intptr_t>(obj));
395 emit(reinterpret_cast<intptr_t>(code.location()), rmode, id);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_gcc.cc951 : "r"((intptr_t)(src_stride_argb)), // %4
1015 : "r"((intptr_t)(src_stride_argb)), // %4
1076 : "r"((intptr_t)(src_stride_argb)), // %4
1141 : "r"((intptr_t)(src_stride_argb)), // %4
1294 : "r"((intptr_t)(src_stride_bgra)), // %4
1423 : "r"((intptr_t)(src_stride_abgr)), // %4
1484 : "r"((intptr_t)(src_stride_rgba)), // %4
2533 intptr_t temp_width = (intptr_t)(width);
2556 intptr_t temp_widt
[all...]
/external/libyuv/files/source/
H A Drow_gcc.cc927 : "r"((intptr_t)(src_stride_argb)), // %4
994 : "r"((intptr_t)(src_stride_argb)), // %4
1059 : "r"((intptr_t)(src_stride_argb)), // %4
1128 : "r"((intptr_t)(src_stride_argb)), // %4
1289 : "r"((intptr_t)(src_stride_bgra)), // %4
1424 : "r"((intptr_t)(src_stride_abgr)), // %4
1489 : "r"((intptr_t)(src_stride_rgba)), // %4
2477 intptr_t temp_width = (intptr_t)(width);
2501 intptr_t temp_widt
[all...]
/external/v8/src/
H A Dassembler.h453 RelocInfo(Isolate* isolate, byte* pc, Mode rmode, intptr_t data, Code* host)
546 intptr_t data() const { return data_; }
554 INLINE(void apply(intptr_t delta));
692 intptr_t data_;
728 inline void WriteShortTaggedData(intptr_t data_delta, int tag);
733 inline void WriteData(intptr_t data_delta);
1176 ConstantPoolEntry(int position, intptr_t value, bool sharing_ok)
1202 intptr_t value() const { return value_; }
1217 intptr_t value_;
1232 ConstantPoolEntry::Access AddEntry(int position, intptr_t valu
[all...]
/external/compiler-rt/lib/builtins/
H A Datomic.c110 intptr_t hash = (intptr_t)ptr;
116 intptr_t low = hash & SPINLOCK_MASK;
/external/llvm/lib/Support/Windows/
H A DSignals.inc253 intptr_t *Offsets;
262 intptr_t Beg = ModuleBase;
263 intptr_t End = Beg + ModuleSize;
267 intptr_t Addr = (intptr_t)Data->StackTrace[I];
277 const char **Modules, intptr_t *Offsets,
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DDIE.cpp88 << format("0x%lx", (long)(intptr_t)this)
133 << format("0x%lx", (long)(intptr_t)this)
314 O << format("Die: 0x%lx", (long)(intptr_t)Entry);

Completed in 700 milliseconds

<<11121314151617181920>>