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

<<111213141516171819

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc619 set_read_fd(::_open_osfhandle(reinterpret_cast<intptr_t>(read_handle),
1108 ::_open_osfhandle(reinterpret_cast<intptr_t>(dup_write_handle), O_APPEND);
/external/skia/src/core/
H A DSkPathRef.cpp443 SkASSERT(reinterpret_cast<intptr_t>(fVerbs) - reinterpret_cast<intptr_t>(fPoints) >= 0);
/external/v8/src/arm/
H A Dassembler-arm-inl.h94 void RelocInfo::apply(intptr_t delta, ICacheFlushMode icache_flush_mode) {
385 imm32_ = reinterpret_cast<intptr_t>(value);
/external/v8/src/compiler/
H A Draw-machine-assembler.h67 return IntPtrConstant(reinterpret_cast<intptr_t>(value));
69 Node* IntPtrConstant(intptr_t value) {
/external/v8/src/heap/
H A Dmark-compact.h359 intptr_t idx_;
360 intptr_t chain_length_;
H A Dstore-buffer.cc122 bool StoreBuffer::SpaceAvailable(intptr_t space_needed) {
127 void StoreBuffer::EnsureSpace(intptr_t space_needed) {
H A Dspaces-inl.h298 intptr_t LargeObjectSpace::Available() {
/external/v8/src/
H A Dinterpreter-irregexp.cc122 DCHECK((reinterpret_cast<intptr_t>(pc) & 3) == 0);
128 DCHECK((reinterpret_cast<intptr_t>(pc) & 1) == 0);
H A Dallocation-tracker.cc290 return static_cast<unsigned>(reinterpret_cast<intptr_t>((entry->value)));
H A Dassembler.cc272 // signed intptr_t, lowest byte written first
274 // is followed by a signed int, not intptr_t.)
358 void RelocInfoWriter::WriteTaggedData(intptr_t data_delta, int tag) {
398 void RelocInfoWriter::WriteExtraTaggedData(intptr_t data_delta, int top_tag) {
536 intptr_t x = 0;
538 x |= static_cast<intptr_t>(*--pos_) << i * kBitsPerByte;
H A Dregexp-macro-assembler-tracer.cc33 return static_cast<int>(reinterpret_cast<intptr_t>(label));
H A Dregexp-macro-assembler.cc252 intptr_t stack_content_size = old_stack_base - stack_pointer;
/external/elfutils/src/libdwfl/
H A Dlinux-pid-attach.c264 (void *) (intptr_t) (tid_was_stopped ? SIGSTOP : 0));
/external/google-breakpad/src/client/mac/tests/
H A Dcrash_generation_server_test.cc191 exit(reinterpret_cast<intptr_t>(result));
/external/harfbuzz_ng/src/
H A Dhb-shape-plan.cc334 shape_plan->default_shaper_list ? 0 : (intptr_t) shape_plan->shaper_func;
/external/libnfc-nxp/inc/
H A DphNfcTypes.h235 intptr_t nClientId;
/external/llvm/lib/Support/Windows/
H A DPath.inc601 it.IterationHandle = intptr_t(FindHandle.take());
666 int FD = ::_open_osfhandle(intptr_t(H), 0);
723 int FD = ::_open_osfhandle(intptr_t(H), OpenFlags);
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h757 return (unsigned)(intptr_t)&Pattern ^ MatchNumber;
901 return ((unsigned)(intptr_t)Reg) << 4 | VT;
981 return SrcSlot ^ ((unsigned)(intptr_t)DestPhysReg << 4);
1010 return Slot ^ ((unsigned)(intptr_t)NodeXForm << 4);
/external/skia/include/gpu/gl/
H A DGrGLInterface.h72 typedef intptr_t GrGLInterfaceCallbackData;
/external/v8/src/base/platform/
H A Dplatform-freebsd.cc187 static_cast<intptr_t>(OS::AllocateAlignment()));
H A Dplatform-linux.cc311 static_cast<intptr_t>(OS::AllocateAlignment()));
H A Dplatform-macos.cc189 static_cast<intptr_t>(OS::AllocateAlignment()));
H A Dplatform-openbsd.cc218 static_cast<intptr_t>(OS::AllocateAlignment()));
H A Dplatform-qnx.cc254 static_cast<intptr_t>(OS::AllocateAlignment()));
/external/gtest/src/
H A Dgtest-death-test.cc707 set_read_fd(::_open_osfhandle(reinterpret_cast<intptr_t>(read_handle),
1072 reinterpret_cast<intptr_t>(stack_top) % kMaxStackAlignment == 0);
1278 ::_open_osfhandle(reinterpret_cast<intptr_t>(dup_write_handle), O_APPEND);

Completed in 2338 milliseconds

<<111213141516171819