Searched refs:intptr_t (Results 201 - 225 of 452) sorted by relevance

1234567891011>>

/external/e2fsprogs/e2fsck/
H A Dpass1b.c40 typedef long intptr_t; typedef
44 #define INT_TO_VOIDPTR(val) ((void *)(intptr_t)(val))
45 #define VOIDPTR_TO_INT(ptr) ((int)(intptr_t)(ptr))
108 intptr_t ia, ib;
110 ia = (intptr_t)a;
111 ib = (intptr_t)b;
/external/v8/src/
H A Dassembler.h380 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host)
460 intptr_t data() const { return data_; }
467 INLINE(void apply(intptr_t delta,
601 intptr_t data_;
652 inline void WriteExtraTaggedData(intptr_t data_delta, int top_tag);
653 inline void WriteTaggedData(intptr_t data_delta, int tag);
H A Dheap-snapshot-generator.cc396 static_cast<int>(reinterpret_cast<intptr_t>(to_value));
409 static_cast<int>(reinterpret_cast<intptr_t>(to_entry->value));
413 static_cast<int>(reinterpret_cast<intptr_t>(from_value));
441 int entry_index = static_cast<int>(reinterpret_cast<intptr_t>(entry->value));
456 static_cast<int>(reinterpret_cast<intptr_t>(entry->value));
572 reinterpret_cast<intptr_t>(entry->value));
702 intptr_t element_count = info->GetElementCount();
727 return static_cast<int>(reinterpret_cast<intptr_t>(cache_entry->value));
734 cache_entry->value = reinterpret_cast<void*>(static_cast<intptr_t>(entry));
1012 intptr_t
[all...]
H A Dtypes-inl.h156 return static_cast<int>(reinterpret_cast<intptr_t>(structure[0]));
162 return static_cast<int>(reinterpret_cast<intptr_t>(structure[1]));
H A Dunique.h84 inline intptr_t Hashcode() const {
86 return reinterpret_cast<intptr_t>(raw_address_);
/external/v8/src/base/platform/
H A Dplatform-win32.cc743 static const intptr_t kAllocationRandomAddressMin = 0x0000000080000000;
744 static const intptr_t kAllocationRandomAddressMax = 0x000003FFFFFF0000;
746 static const intptr_t kAllocationRandomAddressMin = 0x04000000;
747 static const intptr_t kAllocationRandomAddressMax = 0x3FFF0000;
803 intptr_t OS::CommitPageSize() {
1210 static_cast<intptr_t>(OS::AllocateAlignment()));
/external/selinux/libsepol/cil/src/
H A Dcil_verify.c827 ckey.key1 = (intptr_t)roletrans->src;
828 ckey.key2 = (intptr_t)roletrans->tgt;
829 ckey.key3 = (intptr_t)roletrans->obj;
835 ckey.key1 = (intptr_t)typerule->src;
836 ckey.key2 = (intptr_t)typerule->tgt;
837 ckey.key3 = (intptr_t)typerule->obj;
838 ckey.key4 = (intptr_t)typerule->rule_kind;
895 ckey.key1 = (intptr_t)typerule->src;
896 ckey.key2 = (intptr_t)typerule->tgt;
897 ckey.key3 = (intptr_t)typerul
[all...]
/external/skia/include/core/
H A DSkCanvas.h1137 // (though needs to be a compile-time-assert!). We use intptr_t to work
1139 intptr_t fStorage[32];
1266 intptr_t fMCRecStorage[kMCRecSize * kMCRecCount / sizeof(intptr_t)];
1267 intptr_t fDeviceCMStorage[kDeviceCMSize / sizeof(intptr_t)];
H A DSkMatrix.h448 pts = (SkPoint*)((intptr_t)pts + stride);
460 src = (SkPoint*)((intptr_t)src + stride);
461 dst = (SkPoint*)((intptr_t)dst + stride);
/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h61 intptr_t tmp = reinterpret_cast<intptr_t>(mi);
67 bool isPoisoned() const { return (reinterpret_cast<intptr_t>(mi) & 0x1) == 0x1; }
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp92 << format("0x%lx", (long)(intptr_t)this)
151 << format("0x%lx", (long)(intptr_t)this)
422 O << format("Die: 0x%lx", (long)(intptr_t)&Entry);
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp105 FnPtr = (ExFunc)(intptr_t)sys::DynamicLibrary::SearchForAddressOfSymbol(
266 RawFn = (RawFunc)(intptr_t)
269 RawFn = (RawFunc)(intptr_t)getPointerToGlobalIfAvailable(F);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale_common.cc153 intptr_t stride = src_stride;
189 intptr_t stride = src_stride;
534 intptr_t stride = src_stride;
560 intptr_t stride = src_stride;
586 intptr_t stride = src_stride;
606 intptr_t stride = src_stride;
/external/v8/src/heap/
H A Dheap.cc160 intptr_t Heap::Capacity() {
170 intptr_t Heap::CommittedMemory() {
194 intptr_t Heap::CommittedMemoryExecutable() {
204 intptr_t current_committed_memory = CommittedMemory();
211 intptr_t Heap::Available() {
387 static_cast<intptr_t>(amount_of_external_allocated_memory_ / KB));
460 intptr_t Heap::SizeOfObjects() {
461 intptr_t total = 0;
814 const intptr_t kStepSizeWhenDelayedByScavenge = 1 * MB;
1360 // entries (where each is a pair of intptr_t)
[all...]
H A Dmark-compact.cc345 intptr_t reserved = (number_of_pages * space->AreaSize());
346 intptr_t free = reserved - space->SizeOfObjects();
640 intptr_t freed_bytes = space->free_list()->Concatenate(free_list);
733 intptr_t ratio;
734 intptr_t ratio_threshold;
735 intptr_t area_size = space->AreaSize();
799 intptr_t reserved = number_of_pages * space->AreaSize();
800 intptr_t over_reserved = reserved - space->SizeOfObjects();
801 static const intptr_t kFreenessThreshold = 50;
829 intptr_t estimated_releas
[all...]
/external/boringssl/src/crypto/bn/
H A Dmontgomery.c389 nrp = (BN_ULONG *)(((intptr_t)rp & ~m) | ((intptr_t)ap & m));
/external/clang/tools/driver/
H A Ddriver.cpp62 void *P = (void*) (intptr_t) GetExecutablePath;
367 void *GetExecutablePathVP = (void *)(intptr_t) GetExecutablePath;
/external/e2fsprogs/lib/quota/
H A Dmkquota.c24 #define UINT_TO_VOIDPTR(val) ((void *)(intptr_t)(val))
25 #define VOIDPTR_TO_UINT(ptr) ((unsigned int)(intptr_t)(ptr))
/external/elfutils/src/tests/
H A Dbacktrace.c265 (void *) (intptr_t) offsetof (struct user_regs_struct, rip), jmp);
268 l = ptrace (PTRACE_CONT, pid2, NULL, (void *) (intptr_t) SIGUSR2);
/external/v8/src/mips/
H A Dassembler-mips-inl.h72 imm32_ = reinterpret_cast<intptr_t>(value);
115 void RelocInfo::apply(intptr_t delta, ICacheFlushMode icache_flush_mode) {
/external/v8/src/mips64/
H A Dassembler-mips64-inl.h72 imm64_ = reinterpret_cast<intptr_t>(value);
115 void RelocInfo::apply(intptr_t delta, ICacheFlushMode icache_flush_mode) {
H A Dsimulator-mips64.h216 return reinterpret_cast<Address>(static_cast<intptr_t>(get_register(sp)));
367 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start,
/external/v8/test/cctest/
H A Dtest-constantpool.cc249 intptr_t invalid_ptr = reinterpret_cast<intptr_t>(raw_ptr) + kInt32Size;
/external/skia/src/gpu/
H A DGrAtlasTextContext.cpp1374 intptr_t vertex = reinterpret_cast<intptr_t>(blob->fVertices + subRun->fVertexEndIndex);
1673 intptr_t vertex = reinterpret_cast<intptr_t>(blob->fVertices);
1682 intptr_t vertex = reinterpret_cast<intptr_t>(blob->fVertices);
1689 intptr_t vertex = reinterpret_cast<intptr_t>(blob->fVertices);
1796 void regenerateTextureCoords(GrGlyph* glyph, intptr_t vertex, size_t vertexStride) {
1834 void regenerateColors(intptr_t verte
[all...]
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h508 DB.AddTaggedVal(reinterpret_cast<intptr_t>(NNS),

Completed in 687 milliseconds

1234567891011>>