Home
last modified time | relevance | path

Searched refs:intptr_t (Results 1 - 25 of 761) sorted by relevance

12345678910>>...31

/third_party/ffmpeg/compat/atomics/suncc/
H A Dstdatomic.h46 typedef intptr_t atomic_flag;
47 typedef intptr_t atomic_bool;
48 typedef intptr_t atomic_char;
49 typedef intptr_t atomic_schar;
50 typedef intptr_t atomic_uchar;
51 typedef intptr_t atomic_short;
52 typedef intptr_t atomic_ushort;
53 typedef intptr_t atomic_int;
54 typedef intptr_t atomic_uint;
55 typedef intptr_t atomic_lon
[all...]
/third_party/ffmpeg/compat/atomics/pthread/
H A Dstdatomic.h45 typedef intptr_t atomic_flag;
46 typedef intptr_t atomic_bool;
47 typedef intptr_t atomic_char;
48 typedef intptr_t atomic_schar;
49 typedef intptr_t atomic_uchar;
50 typedef intptr_t atomic_short;
51 typedef intptr_t atomic_ushort;
52 typedef intptr_t atomic_int;
53 typedef intptr_t atomic_uint;
54 typedef intptr_t atomic_lon
[all...]
/third_party/ffmpeg/compat/atomics/dummy/
H A Dstdatomic.h48 typedef intptr_t atomic_flag;
49 typedef intptr_t atomic_bool;
50 typedef intptr_t atomic_char;
51 typedef intptr_t atomic_schar;
52 typedef intptr_t atomic_uchar;
53 typedef intptr_t atomic_short;
54 typedef intptr_t atomic_ushort;
55 typedef intptr_t atomic_int;
56 typedef intptr_t atomic_uint;
57 typedef intptr_t atomic_lon
[all...]
/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h46 typedef intptr_t atomic_flag;
47 typedef intptr_t atomic_bool;
48 typedef intptr_t atomic_char;
49 typedef intptr_t atomic_schar;
50 typedef intptr_t atomic_uchar;
51 typedef intptr_t atomic_short;
52 typedef intptr_t atomic_ushort;
53 typedef intptr_t atomic_int;
54 typedef intptr_t atomic_uint;
55 typedef intptr_t atomic_lon
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Dframe-description.h26 intptr_t GetRegister(unsigned n) const { in GetRegister()
46 void SetRegister(unsigned n, intptr_t value) {
51 intptr_t registers_[Register::kNumRegisters];
109 intptr_t GetFrameSlot(unsigned offset) {
133 void SetFrameSlot(unsigned offset, intptr_t value) {
137 void SetCallerPc(unsigned offset, intptr_t value);
139 void SetCallerFp(unsigned offset, intptr_t value);
141 void SetCallerConstantPool(unsigned offset, intptr_t value);
143 intptr_t GetRegister(unsigned n) const {
151 void SetRegister(unsigned n, intptr_t valu
[all...]
H A Ddeoptimizer.cc52 void PushRawValue(intptr_t value, const char* debug_hint) { in PushRawValue()
60 intptr_t value = obj.ptr(); in PushRawObject()
70 void PushBottommostCallerPc(intptr_t pc) { in PushBottommostCallerPc()
76 void PushApprovedCallerPc(intptr_t pc) { in PushApprovedCallerPc()
82 void PushCallerFp(intptr_t fp) { in PushCallerFp()
88 void PushCallerConstantPool(intptr_t cp) { in PushCallerConstantPool()
122 void PushValue(intptr_t value) { in PushValue()
134 void DebugPrintOutputValue(intptr_t value, const char* debug_hint = "") { in DebugPrintOutputValue()
142 void DebugPrintOutputPc(intptr_t value, const char* debug_hint = "") { in DebugPrintOutputPc()
799 caller_fp_ = Memory<intptr_t>(fp_addres in DoComputeOutputFrames()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dhevcdsp.h41 void ff_hevc_put_hevc_ ## name ## _ ## D ## _##opt(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); \
42 void ff_hevc_put_hevc_bi_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width); \
43 void ff_hevc_put_hevc_uni_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width); \
44 void ff_hevc_put_hevc_uni_w_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width); \
45 void ff_hevc_put_hevc_bi_w_ ## name ## _ ## D ## _##opt(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, int denom, int wx0, int wx1, int ox0, int ox1, intptr_t mx, intptr_t m
[all...]
/third_party/node/deps/v8/src/torque/
H A Druntime-macro-shims.h22 inline intptr_t ChangeInt32ToIntPtr(int32_t i) { return i; } in ChangeInt32ToIntPtr()
24 inline intptr_t IntPtrAdd(intptr_t a, intptr_t b) { return a + b; } in IntPtrAdd()
25 inline intptr_t IntPtrMul(intptr_t a, intptr_t b) { return a * b; } in IntPtrMul()
26 inline bool IntPtrLessThan(intptr_t a, intptr_t b) { return a < b; } in IntPtrLessThan()
27 inline bool IntPtrLessThanOrEqual(intptr_t in IntPtrLessThan()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhevcdsp.h75 int height, intptr_t mx, intptr_t my, int width);
77 int height, intptr_t mx, intptr_t my, int width);
79 int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width);
83 int height, intptr_t mx, intptr_t my, int width);
87 int ox0, int ox1, intptr_t mx, intptr_t m
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssembler.h58 intptr_t getEncodedPosition() const { return Position; } in getEncodedPosition()
62 intptr_t getPosition() const { in getPosition()
72 intptr_t getLinkPosition() const { in getLinkPosition()
77 void setPosition(intptr_t NewValue) { Position = NewValue; } in setPosition()
84 void bindTo(intptr_t position) { in bindTo()
90 void linkTo(const Assembler &Asm, intptr_t position);
93 intptr_t Position = 0;
119 template <typename T> T load(intptr_t Position) const { in load()
121 Position <= (size() - static_cast<intptr_t>(sizeof(T)))); in load()
127 template <typename T> void store(intptr_t Positio
[all...]
H A DIceAssembler.cpp33 static uintptr_t NewContents(Assembler &Assemblr, intptr_t Capacity) { in NewContents()
38 void Label::linkTo(const Assembler &Asm, intptr_t Pos) { in linkTo()
92 intptr_t delta = Gap - computeGap(); in ~EnsureCapacity()
98 constexpr intptr_t OneKB = 1024; in AssemblerBuffer()
99 static constexpr intptr_t kInitialBufferCapacity = 4 * OneKB; in AssemblerBuffer()
114 intptr_t old_size = size(); in extendCapacity()
115 intptr_t old_capacity = capacity(); in extendCapacity()
116 constexpr intptr_t OneMB = 1 << 20; in extendCapacity()
117 intptr_t new_capacity = std::min(old_capacity * 2, old_capacity + OneMB); in extendCapacity()
129 intptr_t delt in extendCapacity()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DPointerIntPair.h47 intptr_t Value;
67 Value = Info::updateInt(Value, static_cast<intptr_t>(IntVal)); in setInt()
76 static_cast<intptr_t>(IntVal)); in setPointerAndInt()
84 assert(Value == reinterpret_cast<intptr_t>(getPointer()) && in getAddrOfPointer()
92 Value = reinterpret_cast<intptr_t>(Val); in setFromOpaqueValue()
134 ~(uintptr_t)(((intptr_t)1 << PtrTraits::NumLowBitsAvailable) - 1),
141 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
147 static PointerT getPointer(intptr_t Value) {
152 static intptr_t getInt(intptr_t Valu
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPointerIntPair.h48 intptr_t Value = 0;
68 Value = Info::updateInt(Value, static_cast<intptr_t>(IntVal));
77 static_cast<intptr_t>(IntVal));
85 assert(Value == reinterpret_cast<intptr_t>(getPointer()) && in getAddrOfPointer()
94 Value = reinterpret_cast<intptr_t>(Val);
153 ~(uintptr_t)(((intptr_t)1 << PtrTraits::NumLowBitsAvailable) - 1),
160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1),
166 static PointerT getPointer(intptr_t Value) {
171 static intptr_t getInt(intptr_t Valu
[all...]
/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-macro-shims.h54 inline Value<intptr_t> ChangeInt32ToIntPtr(d::MemoryAccessor accessor, in ChangeInt32ToIntPtr()
62 inline Value<intptr_t> IntPtrAdd(d::MemoryAccessor accessor, intptr_t a, in IntPtrAdd()
63 intptr_t b) { in IntPtrAdd()
66 inline Value<intptr_t> IntPtrMul(d::MemoryAccessor accessor, intptr_t a, in IntPtrMul()
67 intptr_t b) { in IntPtrMul()
70 inline Value<bool> IntPtrLessThan(d::MemoryAccessor accessor, intptr_t a, in IntPtrLessThan()
71 intptr_t b) { in IntPtrLessThan()
74 inline Value<bool> IntPtrLessThanOrEqual(d::MemoryAccessor accessor, intptr_t in IntPtrLessThan()
[all...]
/third_party/node/deps/v8/src/execution/
H A Dsimulator-base.h46 // Convert all arguments to intptr_t. Fails if any argument is not integral in VariadicCall()
48 std::array<intptr_t, sizeof...(args)> args_arr{{ConvertArg(args)...}}; in VariadicCall()
49 intptr_t ret = (sim->*call)(entry, args_arr.size(), args_arr.data()); in VariadicCall()
56 ConvertReturn(intptr_t ret) { in ConvertReturn()
57 static_assert(sizeof(T) <= sizeof(intptr_t), "type bigger than ptrsize"); in ConvertReturn()
64 ConvertReturn(intptr_t ret) { in ConvertReturn()
70 ConvertReturn(intptr_t ret) { in ConvertReturn()
77 ConvertReturn(intptr_t ret) { in ConvertReturn()
87 intptr_t ret) {} in ConvertReturn()
97 // needed generic argument type intptr_t
[all...]
H A Dmicrotask-queue.h36 intptr_t microtask_queue_pointer,
99 intptr_t capacity() const { return capacity_; } in capacity()
100 intptr_t size() const { return size_; } in size()
101 intptr_t start() const { return start_; } in start()
103 Microtask get(intptr_t index) const;
114 static const intptr_t kMinimumCapacity;
122 void ResizeBuffer(intptr_t new_capacity);
127 intptr_t size_ = 0;
128 intptr_t capacity_ = 0;
129 intptr_t start
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp50 (int (*)(int, char **, const char **))(intptr_t)FPtr; in runFunction()
63 int (*PF)(int, char **) = (int (*)(int, char **))(intptr_t)FPtr; in runFunction()
75 int (*PF)(int) = (int (*)(int))(intptr_t)FPtr; in runFunction()
92 rv.IntVal = APInt(BitWidth, ((bool (*)())(intptr_t)FPtr)()); in runFunction()
94 rv.IntVal = APInt(BitWidth, ((char (*)())(intptr_t)FPtr)()); in runFunction()
96 rv.IntVal = APInt(BitWidth, ((short (*)())(intptr_t)FPtr)()); in runFunction()
98 rv.IntVal = APInt(BitWidth, ((int (*)())(intptr_t)FPtr)()); in runFunction()
100 rv.IntVal = APInt(BitWidth, ((int64_t (*)())(intptr_t)FPtr)()); in runFunction()
106 rv.IntVal = APInt(32, ((int (*)())(intptr_t)FPtr)()); in runFunction()
109 rv.FloatVal = ((float (*)())(intptr_t)FPt in runFunction()
[all...]
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc57 intptr_t GetRegisterValue(int regnum);
60 bool GetValue(const char* desc, intptr_t* value);
79 intptr_t PPCDebugger::GetRegisterValue(int regnum) { in GetRegisterValue()
91 bool PPCDebugger::GetValue(const char* desc, intptr_t* value) { in GetValue()
158 intptr_t last_pc = -1; in Debug()
213 intptr_t value; in Debug()
252 intptr_t value; in Debug()
332 intptr_t value; in Debug()
350 intptr_t value; in Debug()
359 intptr_t* cu in Debug()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dtagged-index.h45 inline intptr_t value() const { in value()
47 return static_cast<intptr_t>(ptr()) >> kSmiTagSize; in value()
51 static inline TaggedIndex FromIntptr(intptr_t value) { in FromIntptr()
57 static inline bool constexpr IsValid(intptr_t value) { in IsValid()
68 static constexpr intptr_t kMinValue =
69 static_cast<intptr_t>(kUintptrAllBitsSet << (kTaggedValueSize - 1));
70 static constexpr intptr_t kMaxValue = -(kMinValue + 1);
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.cc193 static void AtomicSetBits(std::atomic<intptr_t>* pv, intptr_t bits, in AtomicSetBits()
194 intptr_t wait_until_clear) { in AtomicSetBits()
195 intptr_t v; in AtomicSetBits()
209 static void AtomicClearBits(std::atomic<intptr_t>* pv, intptr_t bits, in AtomicClearBits()
210 intptr_t wait_until_clear) { in AtomicClearBits()
211 intptr_t v; in AtomicClearBits()
325 static SynchEvent *EnsureSynchEvent(std::atomic<intptr_t> *addr, in EnsureSynchEvent()
326 const char *name, intptr_t bit in EnsureSynchEvent()
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform.h74 V8_INLINE intptr_t InternalGetExistingThreadLocal(intptr_t index);
76 inline intptr_t InternalGetExistingThreadLocal(intptr_t index) { in InternalGetExistingThreadLocal()
77 const intptr_t kTibInlineTlsOffset = 0xE10; in InternalGetExistingThreadLocal()
78 const intptr_t kTibExtraTlsOffset = 0xF94; in InternalGetExistingThreadLocal()
79 const intptr_t kMaxInlineSlots = 64; in InternalGetExistingThreadLocal()
80 const intptr_t kMaxSlots = kMaxInlineSlots + 1024; in InternalGetExistingThreadLocal()
81 const intptr_t kSystemPointerSize = sizeof(void*); in InternalGetExistingThreadLocal()
85 return static_cast<intptr_t>( in InternalGetExistingThreadLocal()
[all...]
/third_party/skia/tests/
H A DImageCacheTest.cpp15 intptr_t fValue;
17 TestingKey(intptr_t value, uint64_t sharedID = 0) : fValue(value) { in TestingKey()
25 intptr_t fValue;
34 intptr_t* result = (intptr_t*)context; in Visitor()
48 intptr_t value = -1; in test_cache()
69 intptr_t value; in test_cache()
85 intptr_t value = -1; in test_cache_purge_shared_id()
97 intptr_t value = -1; in test_cache_purge_shared_id()
149 intptr_t valu in DEF_TEST()
[all...]
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_gradfun_init.c27 void ff_gradfun_filter_line_mmxext(intptr_t x, uint8_t *dst, const uint8_t *src,
30 void ff_gradfun_filter_line_ssse3(intptr_t x, uint8_t *dst, const uint8_t *src,
34 void ff_gradfun_blur_line_movdqa_sse2(intptr_t x, uint16_t *buf,
37 void ff_gradfun_blur_line_movdqu_sse2(intptr_t x, uint16_t *buf,
47 intptr_t x; in gradfun_filter_line_mmxext()
63 intptr_t x; in gradfun_filter_line_ssse3()
79 intptr_t x = -2 * width; in gradfun_blur_line_sse2()
80 if (((intptr_t) src | src_linesize) & 15) in gradfun_blur_line_sse2()
/third_party/node/deps/v8/src/heap/
H A Dbasic-memory-chunk.h127 static const intptr_t kAlignment =
130 static const intptr_t kAlignmentMask = kAlignment - 1;
265 static const intptr_t kSizeOffset = MemoryChunkLayout::kSizeOffset;
266 static const intptr_t kFlagsOffset = MemoryChunkLayout::kFlagsOffset;
267 static const intptr_t kHeapOffset = MemoryChunkLayout::kHeapOffset;
268 static const intptr_t kAreaStartOffset = MemoryChunkLayout::kAreaStartOffset;
269 static const intptr_t kAreaEndOffset = MemoryChunkLayout::kAreaEndOffset;
270 static const intptr_t kMarkingBitmapOffset =
301 intptr_t new_mark = static_cast<intptr_t>(mar in UpdateHighWaterMark()
[all...]
/third_party/rust/crates/nix/src/sys/
H A Devent.rs6 use libc::{c_int, c_long, intptr_t, time_t, timespec, uintptr_t};
8 use libc::{c_long, intptr_t, size_t, time_t, timespec, uintptr_t};
30 type type_of_udata = intptr_t;
217 // as a void*. However, KEvent's public API always treats udata as an intptr_t,
228 data: intptr_t, in new()
229 udata: intptr_t, in new()
237 // data can be either i64 or intptr_t, depending on platform in new()
261 pub fn data(&self) -> intptr_t { in data()
262 self.kevent.data as intptr_t in data()
265 pub fn udata(&self) -> intptr_t { in udata()
[all...]

Completed in 25 milliseconds

12345678910>>...31