Searched refs:INLINE (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-11-stable/contrib/gperf/src/
H A Dbool-array.cc43 #define INLINE /* not inline */ macro
45 #undef INLINE macro
H A Dbool-array.h73 #define INLINE inline macro
75 #undef INLINE macro
H A Dkeyword-list.h79 #define INLINE inline macro
81 #undef INLINE macro
H A Dkeyword.h110 #define INLINE inline macro
112 #undef INLINE macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_tsd.h32 INLINE bool tryLock() {
43 INLINE void lock() {
48 INLINE void unlock() { Mutex.Unlock(); }
50 INLINE uptr getPrecedence() { return atomic_load_relaxed(&Precedence); }
H A Dscudo_utils.h23 INLINE Dest bit_cast(const Source& source) {
/freebsd-11-stable/usr.bin/bsdiff/bsdiff/
H A Dconfig.h69 #ifndef INLINE
70 # define INLINE inline macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_checks.h30 INLINE void *SetErrnoOnNull(void *ptr) {
44 INLINE bool CheckAlignedAllocAlignmentAndSize(uptr alignment, uptr size) {
55 INLINE bool CheckPosixMemalignAlignment(uptr alignment) {
61 INLINE bool CheckForCallocOverflow(uptr size, uptr n) {
70 INLINE bool CheckForPvallocOverflow(uptr size, uptr page_size) {
H A Dsanitizer_atomic_clang.h37 INLINE void atomic_signal_fence(memory_order) {
41 INLINE void atomic_thread_fence(memory_order) {
46 INLINE typename T::Type atomic_fetch_add(volatile T *a,
54 INLINE typename T::Type atomic_fetch_sub(volatile T *a,
62 INLINE typename T::Type atomic_exchange(volatile T *a,
74 INLINE bool atomic_compare_exchange_strong(volatile T *a, typename T::Type *cmp,
87 INLINE bool atomic_compare_exchange_weak(volatile T *a,
H A Dsanitizer_allocator.h55 INLINE u32 Rand(u32 *state) { // ANSI C linear congruential PRNG.
59 INLINE u32 RandN(u32 *state, u32 n) { return Rand(state) % n; } // [0, n)
62 INLINE void RandomShuffle(T *a, u32 n, u32 *rand_state) {
H A Dsanitizer_atomic_msvc.h57 INLINE void atomic_signal_fence(memory_order) {
61 INLINE void atomic_thread_fence(memory_order) {
65 INLINE void proc_yield(int cnt) {
71 INLINE typename T::Type atomic_load(
89 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) {
105 INLINE u32 atomic_fetch_add(volatile atomic_uint32_t *a,
113 INLINE uptr atomic_fetch_add(volatile atomic_uintptr_t *a,
126 INLINE u32 atomic_fetch_sub(volatile atomic_uint32_t *a,
134 INLINE uptr atomic_fetch_sub(volatile atomic_uintptr_t *a,
147 INLINE u
[all...]
H A Dsanitizer_atomic.h75 INLINE typename T::Type atomic_load_relaxed(const volatile T *a) {
80 INLINE void atomic_store_relaxed(volatile T *a, typename T::Type v) {
H A Dsanitizer_atomic_clang_mips.h40 INLINE atomic_uint64_t::Type atomic_fetch_add(volatile atomic_uint64_t *ptr,
58 INLINE atomic_uint64_t::Type atomic_fetch_sub(volatile atomic_uint64_t *ptr,
65 INLINE bool atomic_compare_exchange_strong(volatile atomic_uint64_t *ptr,
90 INLINE atomic_uint64_t::Type atomic_load(const volatile atomic_uint64_t *ptr,
103 INLINE void atomic_store(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type v,
/freebsd-11-stable/contrib/ldns/ldns/
H A Dbuffer.h76 INLINE void
81 INLINE void
115 INLINE void ldns_buffer_clear(ldns_buffer *buffer)
133 INLINE void ldns_buffer_flip(ldns_buffer *buffer)
146 INLINE void ldns_buffer_rewind(ldns_buffer *buffer)
158 INLINE size_t
170 INLINE void
184 INLINE void
196 INLINE size_t
208 INLINE voi
[all...]
H A Dutil.h37 # define INLINE macro
40 # define INLINE static macro
42 # define INLINE static inline macro
69 INLINE uint16_t
80 INLINE uint32_t
98 INLINE void
110 INLINE void
125 INLINE void
217 INLINE long
329 INLINE time_
[all...]
/freebsd-11-stable/contrib/unbound/sldns/
H A Dsbuffer.h21 # define INLINE macro
24 # define INLINE static macro
26 # define INLINE static inline macro
34 INLINE uint16_t
45 INLINE uint32_t
63 INLINE void
75 INLINE void
90 INLINE void
141 INLINE void
146 INLINE voi
[all...]
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_types.h103 #if !defined(INLINE)
105 #define INLINE inline macro
107 #define INLINE macro
H A Dal_hal_udma.h406 static INLINE uint32_t al_udma_available_get(struct al_udma_q *udma_q)
422 static INLINE al_bool al_udma_is_empty(struct al_udma_q *udma_q)
437 static INLINE union al_udma_desc *al_udma_desc_get(struct al_udma_q *udma_q)
463 static INLINE uint32_t al_udma_ring_id_get(struct al_udma_q *udma_q)
488 static INLINE int al_udma_desc_action_add(struct al_udma_q *udma_q,
521 static INLINE volatile union al_udma_cdesc *al_cdesc_next(
550 static INLINE al_bool al_udma_new_cdesc(struct al_udma_q *udma_q,
570 static INLINE volatile union al_udma_cdesc *al_cdesc_next_update(
625 static INLINE uint32_t al_udma_cdesc_get_all(
655 static INLINE in
[all...]
/freebsd-11-stable/tools/test/testfloat/sparc64/
H A Dsparc64.h89 | The macro `INLINE' can be used before functions that should be inlined. If
93 #define INLINE extern inline macro
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_simple_list.h172 INLINE
199 INLINE
227 INLINE
266 INLINE
287 INLINE
323 INLINE
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dostypes.h80 #ifndef INLINE
81 #define INLINE inline macro
/freebsd-11-stable/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h76 The macro `INLINE' can be used before functions that should be inlined. If
81 #define INLINE static __inline macro
/freebsd-11-stable/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h76 The macro `INLINE' can be used before functions that should be inlined. If
81 #define INLINE static __inline macro
/freebsd-11-stable/lib/libc/mips/softfloat/
H A Dmips-gcc.h80 The macro `INLINE' can be used before functions that should be inlined. If
85 #define INLINE static __inline macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_local.h20 static INLINE bool EarlyMalloc() {

Completed in 267 milliseconds

1234