Home
last modified time | relevance | path

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

123

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.h335 ALWAYS_INLINE PartitionBucket* buckets() { in buckets()
338 ALWAYS_INLINE const PartitionBucket* buckets() const { in buckets()
493 ALWAYS_INLINE PartitionFreelistEntry* PartitionFreelistMask( in PartitionFreelistMask()
511 ALWAYS_INLINE size_t PartitionCookieSizeAdjustAdd(size_t size) { in PartitionCookieSizeAdjustAdd()
522 ALWAYS_INLINE size_t PartitionCookieSizeAdjustSubtract(size_t size) { in PartitionCookieSizeAdjustSubtract()
531 ALWAYS_INLINE void* PartitionCookieFreePointerAdjust(void* ptr) { in PartitionCookieFreePointerAdjust()
539 ALWAYS_INLINE void PartitionCookieWriteValue(void* ptr) { in PartitionCookieWriteValue()
547 ALWAYS_INLINE void PartitionCookieCheckValue(void* ptr) { in PartitionCookieCheckValue()
555 ALWAYS_INLINE char* PartitionSuperPageToMetadataArea(char* ptr) { in PartitionSuperPageToMetadataArea()
563 ALWAYS_INLINE PartitionPage* PartitionPointerToPageNoAlignmentCheck(void* ptr) { in PartitionPointerToPageNoAlignmentCheck()
[all …]
Dpartition_alloc.cc292 static bool ALWAYS_INLINE
300 static bool ALWAYS_INLINE PartitionPageStateIsFull(const PartitionPage* page) { in PartitionPageStateIsFull()
311 static bool ALWAYS_INLINE PartitionPageStateIsEmpty(const PartitionPage* page) { in PartitionPageStateIsEmpty()
317 static bool ALWAYS_INLINE
345 static ALWAYS_INLINE void PartitionDecommitSystemPages(PartitionRootBase* root, in PartitionDecommitSystemPages()
352 static ALWAYS_INLINE void PartitionRecommitSystemPages(PartitionRootBase* root, in PartitionRecommitSystemPages()
359 static ALWAYS_INLINE void* PartitionAllocPartitionPages( in PartitionAllocPartitionPages()
457 static ALWAYS_INLINE uint16_t
464 static ALWAYS_INLINE void PartitionPageReset(PartitionPage* page) { in PartitionPageReset()
473 static ALWAYS_INLINE void PartitionPageSetup(PartitionPage* page, in PartitionPageSetup()
[all …]
Dspin_lock.h32 ALWAYS_INLINE void lock() { in lock()
40 ALWAYS_INLINE void unlock() { lock_.store(false, std::memory_order_release); } in unlock()
Dpage_allocator.h119 ALWAYS_INLINE uintptr_t RoundUpToSystemPage(uintptr_t address) { in RoundUpToSystemPage()
123 ALWAYS_INLINE uintptr_t RoundDownToSystemPage(uintptr_t address) { in RoundDownToSystemPage()
/external/libchrome/base/
Dbits.h58 ALWAYS_INLINE
70 ALWAYS_INLINE
82 ALWAYS_INLINE
93 ALWAYS_INLINE
103 ALWAYS_INLINE uint32_t CountLeadingZeroBits32(uint32_t x) { in CountLeadingZeroBits32()
110 ALWAYS_INLINE uint64_t CountLeadingZeroBits64(uint64_t x) { in CountLeadingZeroBits64()
123 ALWAYS_INLINE
136 ALWAYS_INLINE
146 ALWAYS_INLINE uint32_t CountLeadingZeroBits32(uint32_t x) { in CountLeadingZeroBits32()
152 ALWAYS_INLINE uint64_t CountLeadingZeroBits64(uint64_t x) { in CountLeadingZeroBits64()
[all …]
Dcompiler_specific.h92 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
94 #define ALWAYS_INLINE __forceinline macro
96 #define ALWAYS_INLINE inline macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_platform.h382 ALWAYS_INLINE
386 ALWAYS_INLINE
392 ALWAYS_INLINE
396 ALWAYS_INLINE
402 ALWAYS_INLINE
406 ALWAYS_INLINE
411 ALWAYS_INLINE
415 ALWAYS_INLINE
420 ALWAYS_INLINE
427 ALWAYS_INLINE
[all …]
Dtsan_rtl.h141 ALWAYS_INLINE
150 ALWAYS_INLINE
224 static ALWAYS_INLINE
230 static ALWAYS_INLINE bool TwoRangesIntersect(Shadow s1, Shadow s2, in TwoRangesIntersect()
248 u64 ALWAYS_INLINE addr0() const { return (x_ >> kClkBits) & 7; } in addr0()
249 u64 ALWAYS_INLINE size() const { return 1ull << size_log(); } in size()
250 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite()
251 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead()
276 bool ALWAYS_INLINE IsBothReadsOrAtomic(bool kIsWrite, bool kIsAtomic) const { in IsBothReadsOrAtomic()
283 bool ALWAYS_INLINE IsRWNotWeaker(bool kIsWrite, bool kIsAtomic) const { in IsRWNotWeaker()
[all …]
Dtsan_rtl.cc545 ALWAYS_INLINE
551 ALWAYS_INLINE
556 ALWAYS_INLINE
562 ALWAYS_INLINE
579 ALWAYS_INLINE
657 ALWAYS_INLINE
676 ALWAYS_INLINE
730 ALWAYS_INLINE
744 ALWAYS_INLINE USED
810 ALWAYS_INLINE USED
[all …]
/external/libchrome/base/allocator/
Dallocator_shim.cc151 ALWAYS_INLINE void* ShimCppNew(size_t size) { in ShimCppNew()
164 ALWAYS_INLINE void ShimCppDelete(void* address) { in ShimCppDelete()
173 ALWAYS_INLINE void* ShimMalloc(size_t size, void* context) { in ShimMalloc()
183 ALWAYS_INLINE void* ShimCalloc(size_t n, size_t size, void* context) { in ShimCalloc()
194 ALWAYS_INLINE void* ShimRealloc(void* address, size_t size, void* context) { in ShimRealloc()
206 ALWAYS_INLINE void* ShimMemalign(size_t alignment, size_t size, void* context) { in ShimMemalign()
217 ALWAYS_INLINE int ShimPosixMemalign(void** res, size_t alignment, size_t size) { in ShimPosixMemalign()
229 ALWAYS_INLINE void* ShimValloc(size_t size, void* context) { in ShimValloc()
233 ALWAYS_INLINE void* ShimPvalloc(size_t size) { in ShimPvalloc()
245 ALWAYS_INLINE void ShimFree(void* address, void* context) { in ShimFree()
[all …]
/external/pdfium/third_party/base/
Dbits.h64 ALWAYS_INLINE uint32_t CountLeadingZeroBits32(uint32_t x) { in CountLeadingZeroBits32()
72 ALWAYS_INLINE uint64_t CountLeadingZeroBits64(uint64_t x) { in CountLeadingZeroBits64()
86 ALWAYS_INLINE uint32_t CountLeadingZeroBits32(uint32_t x) { in CountLeadingZeroBits32()
90 ALWAYS_INLINE uint64_t CountLeadingZeroBits64(uint64_t x) { in CountLeadingZeroBits64()
98 ALWAYS_INLINE size_t CountLeadingZeroBitsSizeT(size_t x) { in CountLeadingZeroBitsSizeT()
104 ALWAYS_INLINE size_t CountLeadingZeroBitsSizeT(size_t x) { in CountLeadingZeroBitsSizeT()
Dcompiler_specific.h104 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
106 #define ALWAYS_INLINE __forceinline macro
108 #define ALWAYS_INLINE inline macro
/external/compiler-rt/lib/dfsan/
Ddfsan_platform.h85 ALWAYS_INLINE
90 ALWAYS_INLINE
95 ALWAYS_INLINE
100 ALWAYS_INLINE
/external/compiler-rt/lib/builtins/ppc/
DDD.h22 static __inline ALWAYS_INLINE double local_fabs(double x) { in local_fabs()
28 static __inline ALWAYS_INLINE double high26bits(double x) { in high26bits()
34 static __inline ALWAYS_INLINE int different_sign(double x, double y) { in different_sign()
/external/libunwind/include/
Dcompiler.h41 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
45 # define ALWAYS_INLINE macro
59 # define ALWAYS_INLINE macro
/external/mesa3d/src/util/
Dmacros.h140 #ifndef ALWAYS_INLINE
142 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
144 # define ALWAYS_INLINE __forceinline macro
146 # define ALWAYS_INLINE inline macro
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc51 #define ALWAYS_INLINE EIGEN_ALWAYS_INLINE macro
168 ALWAYS_INLINE bool IsZero(bfloat16 v) { in IsZero()
173 ALWAYS_INLINE bool IsZero(float v) { in IsZero()
285 ALWAYS_INLINE float ConvertBfloat16ToFloat(const bfloat16* src) { in ConvertBfloat16ToFloat()
296 ALWAYS_INLINE Packet ConvertFourBfloat16ToFloat(const bfloat16* src) { in ConvertFourBfloat16ToFloat()
301 ALWAYS_INLINE Packet ConvertTwoBfloat16ToFloat(const bfloat16* src) { in ConvertTwoBfloat16ToFloat()
306 ALWAYS_INLINE void ScalarMulAdd(const float a, const float** inp, float** out) { in ScalarMulAdd()
312 ALWAYS_INLINE void ScalarMulAdd(const float a, const bfloat16** inp, in ScalarMulAdd()
319 ALWAYS_INLINE void ScalarMulAdd3Way(const float a1, const float a2, in ScalarMulAdd3Way()
333 ALWAYS_INLINE void ScalarMulAdd3Way(const float a1, const float a2, in ScalarMulAdd3Way()
[all …]
/external/compiler-rt/lib/esan/
Desan_shadow.h148 ALWAYS_INLINE
157 ALWAYS_INLINE
189 ALWAYS_INLINE
/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc30 ALWAYS_INLINE void SetShadow(uptr ptr, uptr size, uptr class_id, u64 magic) { in SetShadow()
86 ALWAYS_INLINE USED
202 ALWAYS_INLINE uptr OnMalloc(uptr class_id, uptr size) { in OnMalloc()
214 ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { in OnFree()
Dasan_poisoning.h39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow()
72 ALWAYS_INLINE void FastPoisonShadowPartialRightRedzone( in FastPoisonShadowPartialRightRedzone()
/external/libchrome/base/debug/
Dactivity_tracker.h664 ALWAYS_INLINE
1051 ALWAYS_INLINE
1266 ALWAYS_INLINE
1300 ALWAYS_INLINE
1312 ALWAYS_INLINE
1325 ALWAYS_INLINE
1338 ALWAYS_INLINE
1353 ALWAYS_INLINE
/external/mesa3d/src/mesa/main/
Dcompute.c246 static ALWAYS_INLINE void
283 static ALWAYS_INLINE void
311 static ALWAYS_INLINE void
Dclear.c143 static ALWAYS_INLINE void
342 static ALWAYS_INLINE void
456 static ALWAYS_INLINE void
545 static ALWAYS_INLINE void
661 static ALWAYS_INLINE void
/external/compiler-rt/lib/builtins/
Dint_lib.h42 #define ALWAYS_INLINE __forceinline macro
47 #define ALWAYS_INLINE __attribute__((always_inline)) macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c63 #define ALWAYS_INLINE __forceinline macro
65 #define ALWAYS_INLINE macro
70 #define ALWAYS_INLINE macro
72 #define ALWAYS_INLINE inline __attribute__ ((always_inline)) macro
139 ALWAYS_INLINE int
176 ALWAYS_INLINE int
198 ALWAYS_INLINE mpd_ssize_t
205 ALWAYS_INLINE mpd_ssize_t
212 ALWAYS_INLINE mpd_ssize_t
219 ALWAYS_INLINE mpd_uint_t
[all …]

123