Home
last modified time | relevance | path

Searched refs:ALWAYS_INLINE (Results 1 – 25 of 2052) sorted by relevance

12345678910>>...83

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/partition_allocator/
H A Daddress_space_randomization.h61 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
68 constexpr ALWAYS_INLINE uintptr_t ASLROffset() { in ASLROffset()
102 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
105 constexpr ALWAYS_INLINE uintptr_t ASLROffset() { in ASLROffset()
115 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
126 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
176 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
187 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
198 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
247 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
[all …]
H A Dpartition_tag.h43 ALWAYS_INLINE size_t PartitionTagSizeAdjustAdd(size_t size) { in PartitionTagSizeAdjustAdd()
53 ALWAYS_INLINE PartitionTag* PartitionTagPointer(void* ptr) { in PartitionTagPointer()
63 ALWAYS_INLINE void* PartitionTagPointerAdjustAdd(void* ptr) { in PartitionTagPointerAdjustAdd()
72 ALWAYS_INLINE PartitionTag PartitionTagGetValue(void* ptr) { in PartitionTagGetValue()
76 ALWAYS_INLINE void PartitionTagClearValue(void* ptr, size_t) { in PartitionTagClearValue()
93 ALWAYS_INLINE size_t PartitionTagSizeAdjustAdd(size_t size) {
101 ALWAYS_INLINE PartitionTag* PartitionTagPointer(void* ptr) {
127 ALWAYS_INLINE void PartitionTagSetValue(void* ptr,
141 ALWAYS_INLINE PartitionTag PartitionTagGetValue(void* ptr) {
195 ALWAYS_INLINE PartitionTag* PartitionTagPointer(void*) {
[all …]
H A Dpartition_page.h48 ALWAYS_INLINE void Run();
115 ALWAYS_INLINE bool CanStoreRawSize() const;
119 ALWAYS_INLINE size_t GetRawSize() const;
136 ALWAYS_INLINE void Reset();
150 ALWAYS_INLINE bool is_active() const;
151 ALWAYS_INLINE bool is_full() const;
152 ALWAYS_INLINE bool is_empty() const;
153 ALWAYS_INLINE bool is_decommitted() const;
318 ALWAYS_INLINE SlotSpanMetadata<thread_safe>*
326 ALWAYS_INLINE PartitionPage<thread_safe>*
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/base/allocator/partition_allocator/
H A Daddress_space_randomization.h62 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
69 constexpr ALWAYS_INLINE uintptr_t ASLROffset() { in ASLROffset()
103 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
106 constexpr ALWAYS_INLINE uintptr_t ASLROffset() { in ASLROffset()
116 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
127 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
177 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
188 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
199 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
248 constexpr ALWAYS_INLINE uintptr_t ASLRMask() { in ASLRMask()
[all …]
H A Dpartition_page.h30 ALWAYS_INLINE void Run();
94 ALWAYS_INLINE size_t* get_raw_size_ptr() { in get_raw_size_ptr()
99 ALWAYS_INLINE size_t get_raw_size() const;
100 ALWAYS_INLINE void set_raw_size(size_t size);
102 ALWAYS_INLINE void Reset();
116 ALWAYS_INLINE bool is_active() const;
117 ALWAYS_INLINE bool is_full() const;
118 ALWAYS_INLINE bool is_empty() const;
119 ALWAYS_INLINE bool is_decommitted() const;
298 ALWAYS_INLINE void PartitionPage::Reset() { in Reset()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/memory/
H A Dchecked_ptr.h155 static ALWAYS_INLINE void* TagPointer(void* ptr) { in TagPointer()
449 constexpr ALWAYS_INLINE CheckedPtr() noexcept in CheckedPtr()
477 ALWAYS_INLINE ~CheckedPtr() noexcept { in ~CheckedPtr()
580 explicit ALWAYS_INLINE operator bool() const {
587 ALWAYS_INLINE U& operator*() const {
595 explicit ALWAYS_INLINE operator U*() const {
599 ALWAYS_INLINE CheckedPtr& operator++() {
603 ALWAYS_INLINE CheckedPtr& operator--() {
706 ALWAYS_INLINE T* GetForDereference() const { in GetForDereference()
716 ALWAYS_INLINE T* GetForExtraction() const { in GetForExtraction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dpaint_flags.h38 ALWAYS_INLINE Style getStyle() const { in getStyle()
42 ALWAYS_INLINE SkColor getColor() const { return color_; } in getColor()
45 ALWAYS_INLINE void setAlpha(uint8_t a) { in setAlpha()
49 ALWAYS_INLINE void setBlendMode(SkBlendMode mode) { in setBlendMode()
52 ALWAYS_INLINE SkBlendMode getBlendMode() const { in getBlendMode()
62 ALWAYS_INLINE SkFilterQuality getFilterQuality() const { in getFilterQuality()
65 ALWAYS_INLINE bool useDarkModeForImage() const { in useDarkModeForImage()
84 ALWAYS_INLINE Cap getStrokeCap() const { in getStrokeCap()
95 ALWAYS_INLINE Join getStrokeJoin() const { in getStrokeJoin()
116 ALWAYS_INLINE bool HasShader() const { return !!shader_; } in HasShader()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dpaint_flags.h39 ALWAYS_INLINE Style getStyle() const { in getStyle()
43 ALWAYS_INLINE SkColor getColor() const { return color_; } in getColor()
46 ALWAYS_INLINE void setAlpha(uint8_t a) { in setAlpha()
50 ALWAYS_INLINE void setBlendMode(SkBlendMode mode) { in setBlendMode()
53 ALWAYS_INLINE SkBlendMode getBlendMode() const { in getBlendMode()
63 ALWAYS_INLINE SkFilterQuality getFilterQuality() const { in getFilterQuality()
79 ALWAYS_INLINE Cap getStrokeCap() const { in getStrokeCap()
90 ALWAYS_INLINE Join getStrokeJoin() const { in getStrokeJoin()
111 ALWAYS_INLINE bool HasShader() const { return !!shader_; } in HasShader()
117 ALWAYS_INLINE void setShader(sk_sp<PaintShader> shader) { in setShader()
[all …]
/dports/math/mpdecimal/mpdecimal-2.5.1/libmpdec++/
H A Ddecimal.hh68 #define ALWAYS_INLINE __forceinline macro
331 ALWAYS_INLINE void round(int v) { in round()
352 ALWAYS_INLINE void clamp(int v) { in clamp()
358 ALWAYS_INLINE void allcr(int v) { in allcr()
406 ALWAYS_INLINE void clear_traps() { in clear_traps()
541 ALWAYS_INLINE void reset() { in reset()
553 ALWAYS_INLINE uint8_t
559 ALWAYS_INLINE void
582 ALWAYS_INLINE void
620 ALWAYS_INLINE Decimal unary_func( in unary_func()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSImmediate.h204 static ALWAYS_INLINE bool isNumber(JSValue v) in isNumber()
219 static ALWAYS_INLINE bool isDouble(JSValue v) in isDouble()
231 static ALWAYS_INLINE bool isBoolean(JSValue v) in isBoolean()
325 static ALWAYS_INLINE JSValue makeBool(bool b) in makeBool()
330 static ALWAYS_INLINE JSValue makeUndefined() in makeUndefined()
335 static ALWAYS_INLINE JSValue makeNull() in makeNull()
419 ALWAYS_INLINE JSValue JSImmediate::from(char i) in from()
434 ALWAYS_INLINE JSValue JSImmediate::from(short i) in from()
444 ALWAYS_INLINE JSValue JSImmediate::from(int i) in from()
460 ALWAYS_INLINE JSValue JSImmediate::from(long i) in from()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSImmediate.h206 static ALWAYS_INLINE bool isNumber(JSValue v) in isNumber()
221 static ALWAYS_INLINE bool isDouble(JSValue v) in isDouble()
233 static ALWAYS_INLINE bool isBoolean(JSValue v) in isBoolean()
327 static ALWAYS_INLINE JSValue makeBool(bool b) in makeBool()
332 static ALWAYS_INLINE JSValue makeUndefined() in makeUndefined()
337 static ALWAYS_INLINE JSValue makeNull() in makeNull()
421 ALWAYS_INLINE JSValue JSImmediate::from(char i) in from()
436 ALWAYS_INLINE JSValue JSImmediate::from(short i) in from()
446 ALWAYS_INLINE JSValue JSImmediate::from(int i) in from()
462 ALWAYS_INLINE JSValue JSImmediate::from(long i) in from()
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSImmediate.h206 static ALWAYS_INLINE bool isNumber(JSValue v) in isNumber()
221 static ALWAYS_INLINE bool isDouble(JSValue v) in isDouble()
233 static ALWAYS_INLINE bool isBoolean(JSValue v) in isBoolean()
327 static ALWAYS_INLINE JSValue makeBool(bool b) in makeBool()
332 static ALWAYS_INLINE JSValue makeUndefined() in makeUndefined()
337 static ALWAYS_INLINE JSValue makeNull() in makeNull()
421 ALWAYS_INLINE JSValue JSImmediate::from(char i) in from()
436 ALWAYS_INLINE JSValue JSImmediate::from(short i) in from()
446 ALWAYS_INLINE JSValue JSImmediate::from(int i) in from()
462 ALWAYS_INLINE JSValue JSImmediate::from(long i) in from()
[all …]
/dports/science/ergo/ergo-3.8/source/matrix/gemm_sse/
H A Dvector_intrin.h62 inline void ALWAYS_INLINE load_p(Treal const * ptr) { in load_p()
65 inline void ALWAYS_INLINE load1_p(Treal const * ptr) { in load1_p()
68 inline void ALWAYS_INLINE store_p(Treal * ptr) const { in store_p()
90 inline void ALWAYS_INLINE set_to_zero() { in set_to_zero()
101 inline void ALWAYS_INLINE load_p(Treal const * ptr) { in load_p()
104 inline void ALWAYS_INLINE load1_p(Treal const * ptr) { in load1_p()
107 inline void ALWAYS_INLINE store_p(Treal * ptr) const { in store_p()
127 inline void ALWAYS_INLINE set_to_zero() { in set_to_zero()
144 inline void ALWAYS_INLINE load_p(double const * ptr) {
148 inline void ALWAYS_INLINE load1_p(double const * ptr) {
[all …]
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A DJSImmediate.h83 static ALWAYS_INLINE bool isNumber(const JSValue *v) in isNumber()
169 ALWAYS_INLINE JSValue *JSImmediate::trueImmediate() in trueImmediate()
173 ALWAYS_INLINE JSValue *JSImmediate::falseImmediate() in falseImmediate()
181 ALWAYS_INLINE JSValue *JSImmediate::nullImmediate() in nullImmediate()
193 ALWAYS_INLINE JSValue *JSImmediate::from(char i) in from()
208 ALWAYS_INLINE JSValue *JSImmediate::from(short i) in from()
218 ALWAYS_INLINE JSValue *JSImmediate::from(int i) in from()
226 ALWAYS_INLINE JSValue *JSImmediate::from(unsigned i) in from()
234 ALWAYS_INLINE JSValue *JSImmediate::from(long i) in from()
250 ALWAYS_INLINE JSValue *JSImmediate::from(long long i) in from()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/vulkan/
H A Dvulkan_function_pointers.h309 ALWAYS_INLINE VkResult
317 ALWAYS_INLINE VkResult
337 ALWAYS_INLINE VkResult
345 ALWAYS_INLINE VkResult
352 ALWAYS_INLINE VkResult
444 ALWAYS_INLINE VkResult
452 ALWAYS_INLINE VkResult
462 ALWAYS_INLINE VkResult
470 ALWAYS_INLINE VkBool32
482 ALWAYS_INLINE VkResult
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/allocator/partition_allocator/
H A Dpartition_page.h30 ALWAYS_INLINE void Run();
94 ALWAYS_INLINE size_t* get_raw_size_ptr() { in get_raw_size_ptr()
99 ALWAYS_INLINE size_t get_raw_size() const;
100 ALWAYS_INLINE void set_raw_size(size_t size);
102 ALWAYS_INLINE void Reset();
116 ALWAYS_INLINE bool is_active() const;
117 ALWAYS_INLINE bool is_full() const;
118 ALWAYS_INLINE bool is_empty() const;
119 ALWAYS_INLINE bool is_decommitted() const;
297 ALWAYS_INLINE void PartitionPage::Reset() { in Reset()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dpaint_property_tree_builder.h276 ALWAYS_INLINE void InitFragmentPaintProperties(
280 ALWAYS_INLINE void InitFragmentPaintPropertiesForLegacy(
285 ALWAYS_INLINE void InitFragmentPaintPropertiesForNG(
289 ALWAYS_INLINE bool ObjectTypeMightNeedPaintProperties() const;
290 ALWAYS_INLINE void UpdateCompositedLayerPaginationOffset();
291 ALWAYS_INLINE PaintPropertyTreeBuilderFragmentContext
294 ALWAYS_INLINE void CreateFragmentContextsInFlowThread(
296 ALWAYS_INLINE bool IsRepeatingInPagedMedia() const;
299 ALWAYS_INLINE void
304 ALWAYS_INLINE bool UpdateFragments();
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dpaint_property_tree_builder.h238 ALWAYS_INLINE void InitFragmentPaintProperties(FragmentData&,
240 ALWAYS_INLINE void InitFragmentPaintPropertiesForLegacy(
245 ALWAYS_INLINE void InitFragmentPaintPropertiesForNG(
249 ALWAYS_INLINE bool ObjectTypeMightNeedPaintProperties() const;
250 ALWAYS_INLINE void UpdateCompositedLayerPaginationOffset();
251 ALWAYS_INLINE PaintPropertyTreeBuilderFragmentContext
254 ALWAYS_INLINE void CreateFragmentContextsInFlowThread(
256 ALWAYS_INLINE bool IsRepeatingInPagedMedia() const;
259 ALWAYS_INLINE void
264 ALWAYS_INLINE bool UpdateFragments();
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/wtf/
H A DEnumClass.h92 ALWAYS_INLINE EnumClass() { }
93 ALWAYS_INLINE EnumClass(Value value) : m_value(value) { }
95 ALWAYS_INLINE Value value() const { return m_value; }
99 ALWAYS_INLINE bool operator<(const EnumClass other) { return m_value < other.m_value; }
104 ALWAYS_INLINE bool operator==(const Value value) { return m_value == value; }
105 ALWAYS_INLINE bool operator!=(const Value value) { return m_value != value; }
106 ALWAYS_INLINE bool operator<(const Value value) { return m_value < value; }
107 ALWAYS_INLINE bool operator<=(const Value value) { return m_value <= value; }
108 ALWAYS_INLINE bool operator>(const Value value) { return m_value > value; }
109 ALWAYS_INLINE bool operator>=(const Value value) { return m_value >= value; }
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/wtf/
H A DEnumClass.h92 ALWAYS_INLINE EnumClass() { }
93 ALWAYS_INLINE EnumClass(Value value) : m_value(value) { }
95 ALWAYS_INLINE Value value() const { return m_value; }
99 ALWAYS_INLINE bool operator<(const EnumClass other) { return m_value < other.m_value; }
104 ALWAYS_INLINE bool operator==(const Value value) { return m_value == value; }
105 ALWAYS_INLINE bool operator!=(const Value value) { return m_value != value; }
106 ALWAYS_INLINE bool operator<(const Value value) { return m_value < value; }
107 ALWAYS_INLINE bool operator<=(const Value value) { return m_value <= value; }
108 ALWAYS_INLINE bool operator>(const Value value) { return m_value > value; }
109 ALWAYS_INLINE bool operator>=(const Value value) { return m_value >= value; }
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/base/allocator/partition_allocator/
H A Dpartition_page.h66 ALWAYS_INLINE void Free(void* ptr);
79 ALWAYS_INLINE size_t* get_raw_size_ptr() { in get_raw_size_ptr()
84 ALWAYS_INLINE size_t get_raw_size() const;
85 ALWAYS_INLINE void set_raw_size(size_t size);
87 ALWAYS_INLINE void Reset();
101 ALWAYS_INLINE bool is_active() const;
102 ALWAYS_INLINE bool is_full() const;
103 ALWAYS_INLINE bool is_empty() const;
104 ALWAYS_INLINE bool is_decommitted() const;
204 ALWAYS_INLINE void PartitionPage::Free(void* ptr) { in Free()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/jit/
H A DJITInlineMethods.h47 ALWAYS_INLINE JSValue JIT::getConstantOperand(unsigned src) in getConstantOperand()
103 ALWAYS_INLINE JIT::Call JIT::emitNakedCall(CodePtr function) in emitNakedCall()
112 ALWAYS_INLINE bool JIT::atJumpTarget() in atJumpTarget()
250 ALWAYS_INLINE void JIT::restoreArgumentReference() in restoreArgumentReference()
280 ALWAYS_INLINE void JIT::addSlowCase(Jump jump) in addSlowCase()
287 ALWAYS_INLINE void JIT::addSlowCase(JumpList jumpList) in addSlowCase()
312 ALWAYS_INLINE void JIT::setSamplingFlag(int32_t flag) in setSamplingFlag()
319 ALWAYS_INLINE void JIT::clearSamplingFlag(int32_t flag) in clearSamplingFlag()
519 ALWAYS_INLINE void JIT::emitInitRegister(unsigned dst) in emitInitRegister()
646 ALWAYS_INLINE void JIT::killLastResultRegister() in killLastResultRegister()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITInlineMethods.h73 ALWAYS_INLINE JSValue JIT::getConstantOperand(unsigned src) in getConstantOperand()
105 ALWAYS_INLINE JIT::Call JIT::emitNakedCall(CodePtr function) in emitNakedCall()
184 ALWAYS_INLINE void JIT::restoreArgumentReference() in restoreArgumentReference()
190 ALWAYS_INLINE void JIT::restoreArgumentReference() in restoreArgumentReference()
218 ALWAYS_INLINE void JIT::addSlowCase(Jump jump) in addSlowCase()
225 ALWAYS_INLINE void JIT::addSlowCase(JumpList jumpList) in addSlowCase()
250 ALWAYS_INLINE void JIT::setSamplingFlag(int32_t flag) in setSamplingFlag()
257 ALWAYS_INLINE void JIT::clearSamplingFlag(int32_t flag) in clearSamplingFlag()
467 ALWAYS_INLINE void JIT::emitInitRegister(unsigned dst) in emitInitRegister()
611 ALWAYS_INLINE void JIT::killLastResultRegister() in killLastResultRegister()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITInlineMethods.h73 ALWAYS_INLINE JSValue JIT::getConstantOperand(unsigned src) in getConstantOperand()
105 ALWAYS_INLINE JIT::Call JIT::emitNakedCall(CodePtr function) in emitNakedCall()
184 ALWAYS_INLINE void JIT::restoreArgumentReference() in restoreArgumentReference()
190 ALWAYS_INLINE void JIT::restoreArgumentReference() in restoreArgumentReference()
218 ALWAYS_INLINE void JIT::addSlowCase(Jump jump) in addSlowCase()
225 ALWAYS_INLINE void JIT::addSlowCase(JumpList jumpList) in addSlowCase()
250 ALWAYS_INLINE void JIT::setSamplingFlag(int32_t flag) in setSamplingFlag()
257 ALWAYS_INLINE void JIT::clearSamplingFlag(int32_t flag) in clearSamplingFlag()
467 ALWAYS_INLINE void JIT::emitInitRegister(unsigned dst) in emitInitRegister()
611 ALWAYS_INLINE void JIT::killLastResultRegister() in killLastResultRegister()
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITInlineMethods.h73 ALWAYS_INLINE JSValue JIT::getConstantOperand(unsigned src) in getConstantOperand()
105 ALWAYS_INLINE JIT::Call JIT::emitNakedCall(CodePtr function) in emitNakedCall()
184 ALWAYS_INLINE void JIT::restoreArgumentReference() in restoreArgumentReference()
190 ALWAYS_INLINE void JIT::restoreArgumentReference() in restoreArgumentReference()
218 ALWAYS_INLINE void JIT::addSlowCase(Jump jump) in addSlowCase()
225 ALWAYS_INLINE void JIT::addSlowCase(JumpList jumpList) in addSlowCase()
250 ALWAYS_INLINE void JIT::setSamplingFlag(int32_t flag) in setSamplingFlag()
257 ALWAYS_INLINE void JIT::clearSamplingFlag(int32_t flag) in clearSamplingFlag()
467 ALWAYS_INLINE void JIT::emitInitRegister(unsigned dst) in emitInitRegister()
611 ALWAYS_INLINE void JIT::killLastResultRegister() in killLastResultRegister()
[all …]

12345678910>>...83