Searched refs:intptr_t (Results 276 - 300 of 452) sorted by relevance

<<111213141516171819

/external/jemalloc/include/jemalloc/internal/
H A Drb.h58 ((a_type *) (((intptr_t) (a_node)->a_field.rbn_right_red) \
70 (a_node)->a_field.rbn_right_red = (a_type *) ((((intptr_t) \
79 (a_node)->a_field.rbn_right_red = (a_type *) (((intptr_t) \
/external/llvm/tools/bugpoint/
H A DToolRunner.cpp273 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createLLI);
560 PrependMainExecutablePath("llc", Argv0, (void *)(intptr_t) & createLLC);
648 PrependMainExecutablePath("lli", Argv0, (void *)(intptr_t) & createJIT);
/external/v8/src/heap/
H A Dheap-inl.h34 rear_ = reinterpret_cast<intptr_t*>(rear_page->prev_page()->area_end());
43 *(--rear_) = reinterpret_cast<intptr_t>(target);
591 reinterpret_cast<intptr_t>(this) -
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h40 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz);
388 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
391 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
394 void vp9_quantize_fp_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
397 void vp9_quantize_fp_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
/external/lldb/source/Expression/
H A DDWARFExpression.cpp1422 intptr_t ptr;
1498 intptr_t ptr;
1509 // the casts are added to work around the case where intptr_t is a 32 bit quantity;
1511 case 5: ptr = (intptr_t) ptr & 0xffffffffffULL; break;
1512 case 6: ptr = (intptr_t) ptr & 0xffffffffffffULL; break;
1513 case 7: ptr = (intptr_t) ptr & 0xffffffffffffffULL; break;
H A DClangExpressionParser.cpp85 Argv0, (void *)(intptr_t) GetBuiltinIncludePath));
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc39 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
49 Jump(reinterpret_cast<intptr_t>(target), rmode, cond);
58 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
80 Operand mov_operand = Operand(reinterpret_cast<intptr_t>(target), rmode);
97 Operand mov_operand = Operand(reinterpret_cast<intptr_t>(target), rmode);
1756 intptr_t top =
1757 reinterpret_cast<intptr_t>(allocation_top.address());
1758 intptr_t limit =
1759 reinterpret_cast<intptr_t>(allocation_limit.address());
1870 intptr_t to
[all...]
/external/v8/src/
H A Dhydrogen-instructions.h767 virtual intptr_t Hashcode();
1091 data_ = reinterpret_cast<intptr_t>(positions);
1109 static const intptr_t kInstructionPosIndex = 0;
1110 static const intptr_t kFirstOperandPosIndex = 1;
1126 static const intptr_t kPositionTag = 1;
1127 static const intptr_t kPositionShift = 1;
1128 static bool IsTaggedPosition(intptr_t val) {
1131 static intptr_t UntagPosition(intptr_t val) {
1135 static intptr_t TagPositio
[all...]
H A Dobjects-inl.h1267 (*reinterpret_cast<const intptr_t*>(FIELD_ADDR_CONST(p, offset)))
1270 (*reinterpret_cast<intptr_t*>(FIELD_ADDR(p, offset)) = value)
1327 Smi* Smi::FromIntptr(intptr_t value) {
1334 bool Smi::IsValid(intptr_t value) {
3592 DCHECK(IsAligned(reinterpret_cast<intptr_t>(resource), kPointerSize));
3827 intptr_t ptr = READ_INTPTR_FIELD(this, kExternalPointerOffset);
3833 intptr_t ptr = reinterpret_cast<intptr_t>(value);
5847 WRITE_INTPTR_FIELD(this, kCodeEntryOffset, reinterpret_cast<intptr_t>(entry));
5858 WRITE_INTPTR_FIELD(this, kCodeEntryOffset, reinterpret_cast<intptr_t>(entr
[all...]
H A Dutils.h130 intptr_t alignment,
132 intptr_t offs = OffsetFrom(addr + offset);
276 static_cast<uint32_t>(reinterpret_cast<intptr_t>(ptr)),
/external/v8/src/arm64/
H A Dassembler-arm64.cc280 value_ = reinterpret_cast<intptr_t>(handle.location());
283 STATIC_ASSERT(sizeof(intptr_t) == sizeof(int64_t));
284 value_ = reinterpret_cast<intptr_t>(obj);
302 void ConstPool::RecordEntry(intptr_t data,
2808 intptr_t pc_delta = desc.buffer - buffer;
2809 intptr_t rc_delta = (desc.buffer + desc.buffer_size) -
2831 void Assembler::RecordRelocInfo(RelocInfo::Mode rmode, intptr_t data) {
2952 RelocInfo::VENEER_POOL, static_cast<intptr_t>(size),
3061 RecordRelocInfo(RelocInfo::COMMENT, reinterpret_cast<intptr_t>(msg));
3088 RecordRelocInfo(RelocInfo::CONST_POOL, static_cast<intptr_t>(siz
[all...]
H A Dmacro-assembler-arm64.cc2097 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode) {
2107 Jump(reinterpret_cast<intptr_t>(target), rmode);
2114 Jump(reinterpret_cast<intptr_t>(code.location()), rmode);
2175 Ldr(temp, Immediate(reinterpret_cast<intptr_t>(target), rmode));
3365 intptr_t top = reinterpret_cast<intptr_t>(heap_allocation_top.address());
3366 intptr_t limit = reinterpret_cast<intptr_t>(heap_allocation_limit.address());
3436 intptr_t top = reinterpret_cast<intptr_t>(heap_allocation_to
[all...]
/external/libvpx/x86/
H A Dvp9_rtcd.h40 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz);
41 int64_t vp9_block_error_sse2(const int16_t *coeff, const int16_t *dqcoeff, intptr_t block_size, int64_t *ssz);
407 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
410 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
413 void vp9_quantize_fp_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
416 void vp9_quantize_fp_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
/external/skia/src/gpu/
H A DGrAAConvexPathRenderer.cpp707 intptr_t verts = reinterpret_cast<intptr_t>(vertices);
710 *((SkPoint*)((intptr_t)verts + i * vertexStride)) = tess.point(i);
/external/libnfc-nci/halimpl/pn54x/tml/
H A DphTmlNfc.c951 intptr_t bPostStatus;
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMultipleModuleTest.cpp59 int32_t (*FPtr)(int32_t) = (int32_t (*)(int32_t))(intptr_t)ptr;
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp357 ((unsigned)(intptr_t)&Pattern << 8);
/external/skia/src/core/
H A DSkSpriteBlitter_RGB16.cpp167 static intptr_t asint(const void* ptr) {
/external/v8/test/cctest/
H A Dtest-assembler-x87.cc168 __ mov(eax, Operand(reinterpret_cast<intptr_t>(&baz), RelocInfo::NONE32));
H A Dtest-global-handles.cc67 virtual intptr_t GetHash() { return 0; }
H A Dtest-spaces.cc414 intptr_t available = lo->Available();
/external/expat/tests/
H A Druntests.c1258 intptr_t callno = 1 + (intptr_t)XML_GetUserData(parser);
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler_unittest.cc185 int fd = reinterpret_cast<intptr_t>(context);
878 const int fd = (intptr_t) context;
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc705 set_read_fd(::_open_osfhandle(reinterpret_cast<intptr_t>(read_handle),
1269 ::_open_osfhandle(reinterpret_cast<intptr_t>(dup_write_handle), O_APPEND);
/external/libcxxabi/src/
H A Dcxa_personality.cpp201 intptr_t
217 return static_cast<intptr_t>(result);

Completed in 1511 milliseconds

<<111213141516171819