Searched refs:intptr_t (Results 126 - 150 of 452) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dinit.c120 { (intptr_t)bbb }
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_error_intrin_avx2.c17 intptr_t block_size,
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_flush.c100 *fence = (void*)(intptr_t)1;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.c97 intptr_t offset,
177 intptr_t offset,
343 intptr_t src_offset,
351 intptr_t dst_offset,
/external/v8/src/
H A Dchecks.cc12 intptr_t HeapObjectTagMask() { return kHeapObjectTagMask; }
H A Dpreparse-data.cc73 DCHECK(IsAligned(reinterpret_cast<intptr_t>(data), kPointerAlignment));
H A Dserialize.h319 static const intptr_t kUninitializedReservation = -1;
345 return static_cast<int>(reinterpret_cast<intptr_t>(
358 return static_cast<int32_t>(reinterpret_cast<intptr_t>(obj->address()));
403 intptr_t root_index_wave_front() { return root_index_wave_front_; }
404 void set_root_index_wave_front(intptr_t value) {
488 intptr_t root_index_wave_front_;
H A Ddisassembler.cc26 reinterpret_cast<intptr_t>(pc),
135 reinterpret_cast<intptr_t>(ptr),
148 List<intptr_t> datas(1);
/external/linux-tools-perf/src/tools/perf/util/
H A Dparse-options.h96 intptr_t defval;
121 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .callback = (f), .defval = (intptr_t)d, .flags = PARSE_OPT_LASTARG_DEFAULT }
124 .value = (v), (a), .help = (h), .callback = (f), .defval = (intptr_t)d,\
/external/skia/src/gpu/
H A DGrRectBatch.cpp132 intptr_t offset = GrTCast<intptr_t>(vertices) + kVerticesPerQuad * i * vertexStride;
154 vertColor = (GrColor*) ((intptr_t) vertColor + vertexStride);
/external/v8/include/
H A Dv8-profiler.h557 virtual intptr_t GetHash() = 0;
580 virtual intptr_t GetElementCount() { return -1; }
583 virtual intptr_t GetSizeInBytes() { return -1; }
/external/v8/src/heap/
H A Dincremental-marking.cc431 static const intptr_t kActivationThreshold = 8 * MB;
435 static const intptr_t kActivationThreshold = 0;
670 intptr_t IncrementalMarking::ProcessMarkingDeque(intptr_t bytes_to_process) {
671 intptr_t bytes_processed = 0;
818 void IncrementalMarking::OldSpaceStep(intptr_t allocated) {
867 intptr_t delay = marking_speed_ * MB;
868 intptr_t scavenge_slack = heap_->MaxSemiSpaceSize();
886 Min(kMaxMarkingSpeed, static_cast<intptr_t>(marking_speed_ * 1.3)));
895 void IncrementalMarking::Step(intptr_t allocated_byte
[all...]
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_posix.cc955 : "r"((intptr_t)(src_stride_argb)) // %4
1023 : "r"((intptr_t)(src_stride_argb)) // %4
1093 : "r"((intptr_t)(src_stride_argb)) // %4
1164 : "r"((intptr_t)(src_stride_argb))
1556 : "r"((intptr_t)(src_stride_bgra)) // %4
1626 : "r"((intptr_t)(src_stride_bgra)) // %4
1840 : "r"((intptr_t)(src_stride_abgr)) // %4
1910 : "r"((intptr_t)(src_stride_abgr)) // %4
1976 : "r"((intptr_t)(src_stride_rgba))
2046 : "r"((intptr_t)(src_stride_rgb
[all...]
/external/libyuv/files/source/
H A Dscale_argb.cc415 : "r"(static_cast<intptr_t>(src_stride)) // %3
429 intptr_t src_stepx_x4 = static_cast<intptr_t>(src_stepx);
430 intptr_t src_stepx_x12 = 0;
466 intptr_t src_stepx_x4 = static_cast<intptr_t>(src_stepx);
467 intptr_t src_stepx_x12 = 0;
468 intptr_t row1 = static_cast<intptr_t>(src_stride);
573 : "r"(static_cast<intptr_t>(src_strid
[all...]
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h56 void RelocInfo::apply(intptr_t delta, ICacheFlushMode icache_flush_mode) {
370 x_ = reinterpret_cast<intptr_t>(handle.location());
374 x_ = reinterpret_cast<intptr_t>(obj);
381 x_ = reinterpret_cast<intptr_t>(value);
404 emit(reinterpret_cast<intptr_t>(handle.location()),
408 emit(reinterpret_cast<intptr_t>(obj));
428 emit(reinterpret_cast<intptr_t>(code.location()), rmode, id);
/external/v8/src/x87/
H A Dassembler-x87-inl.h56 void RelocInfo::apply(intptr_t delta, ICacheFlushMode icache_flush_mode) {
371 x_ = reinterpret_cast<intptr_t>(handle.location());
375 x_ = reinterpret_cast<intptr_t>(obj);
382 x_ = reinterpret_cast<intptr_t>(value);
405 emit(reinterpret_cast<intptr_t>(handle.location()),
409 emit(reinterpret_cast<intptr_t>(obj));
429 emit(reinterpret_cast<intptr_t>(code.location()), rmode, id);
/external/v8/src/arm/
H A Dsimulator-arm.cc235 intptr_t last_pc = -1;
390 reinterpret_cast<intptr_t>(cur), *cur, *cur);
451 reinterpret_cast<intptr_t>(prev), buffer.start());
486 intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize;
611 DCHECK((reinterpret_cast<intptr_t>(one) & CachePage::kPageMask) == 0);
612 DCHECK((reinterpret_cast<intptr_t>(two) & CachePage::kPageMask) == 0);
623 intptr_t start_page = (start & ~CachePage::kPageMask);
624 intptr_t end_page = ((start + size) & ~CachePage::kPageMask);
638 intptr_t start = reinterpret_cast<intptr_t>(start_add
[all...]
/external/skia/src/gpu/gl/
H A DGrGLCreateNullInterface.cpp62 intptr_t curr = fFreeListHead;
64 intptr_t next = reinterpret_cast<intptr_t>(fBuffers[SkToS32(curr)]);
90 fFreeListHead = reinterpret_cast<intptr_t>(fBuffers[id]);
110 static const intptr_t kFreeListEnd = -1;
113 intptr_t fFreeListHead;
H A DSkNullGLContext.cpp60 intptr_t curr = fFreeListHead;
62 intptr_t next = reinterpret_cast<intptr_t>(fBuffers[SkToS32(curr)]);
88 fFreeListHead = reinterpret_cast<intptr_t>(fBuffers[id]);
108 static const intptr_t kFreeListEnd = -1;
111 intptr_t fFreeListHead;
/external/compiler-rt/lib/builtins/
H A Datomic.c110 intptr_t hash = (intptr_t)ptr;
116 intptr_t low = hash & SPINLOCK_MASK;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_convolve.c152 return (const InterpKernel *)(((intptr_t)filter) & ~((intptr_t)0xFF));
156 return (int)((const InterpKernel *)(intptr_t)f - base);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp67 (RegisterCheckersFn) (intptr_t) lib.getAddressOfSymbol(
/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp32 // typedef atomic<intptr_t> atomic_intptr_t;
63 static_assert((std::is_same<std::atomic< std::intptr_t>, std::atomic_intptr_t>::value), "");
/external/libvpx/libvpx/vp9/encoder/arm/neon/
H A Dvp9_quantize_neon.c24 void vp9_quantize_fp_neon(const int16_t *coeff_ptr, intptr_t count,
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h69 Ret (*callback)(intptr_t callable, Params ...params);
70 intptr_t callable;
73 static Ret callback_fn(intptr_t callable, Params ...params) {
85 callable(reinterpret_cast<intptr_t>(&callable)) {}

Completed in 1860 milliseconds

1234567891011>>