HomeSort by: relevance | last modified time | path
    Searched defs:INLINE (Results 1 - 18 of 18) sorted by relevancy

  /src/lib/libc/arch/aarch64/softfloat/
aarch64-gcc.h 81 The macro `INLINE' can be used before functions that should be inlined. If
86 #define INLINE static inline
  /src/lib/libc/arch/arm/softfloat/
arm-gcc.h 79 The macro `INLINE' can be used before functions that should be inlined. If
84 #define INLINE static inline
  /src/lib/libc/arch/m68k/softfloat/
m68k-gcc.h 81 The macro `INLINE' can be used before functions that should be inlined. If
86 #define INLINE static inline
  /src/lib/libc/arch/mips/softfloat/
mips-gcc.h 79 The macro `INLINE' can be used before functions that should be inlined. If
84 #define INLINE static inline
  /src/lib/libc/arch/or1k/softfloat/
or1k-gcc.h 81 The macro `INLINE' can be used before functions that should be inlined. If
86 #define INLINE static inline
  /src/lib/libc/arch/powerpc/softfloat/
powerpc-gcc.h 81 The macro `INLINE' can be used before functions that should be inlined. If
86 #define INLINE static inline
  /src/lib/libc/arch/sh3/softfloat/
sh3-gcc.h 81 The macro `INLINE' can be used before functions that should be inlined. If
86 #define INLINE static inline
  /src/lib/libc/arch/sparc64/softfloat/
sparc64-gcc.h 81 The macro `INLINE' can be used before functions that should be inlined. If
86 #define INLINE static inline
  /src/regress/lib/libc/ieeefp/testfloat/include/
milieu.h 141 The macro `INLINE' can be used before functions that should be inlined. If
146 #define INLINE static inline
  /src/sys/lib/libkern/
milieu.h 134 | The macro `INLINE' can be used before functions that should be inlined. If
138 #define INLINE static __inline
  /src/sys/arch/amiga/amiga/
cc.c 47 #define INLINE inline
49 #define INLINE
  /src/sys/dev/pcmcia/
if_xi.c 104 #define INLINE inline
106 #define INLINE
484 static INLINE void xi_mdi_idle(struct xi_softc *);
485 static INLINE void
501 static INLINE void xi_mdi_pulse(struct xi_softc *, int);
502 static INLINE void
519 static INLINE int xi_mdi_probe(struct xi_softc *sc);
520 static INLINE int
540 static INLINE void xi_mdi_pulse_bits(struct xi_softc *, uint32_t, int)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 200 #ifndef INLINE
201 #define INLINE inline
224 # define ALWAYS_INLINE inline __attribute__((always_inline))
385 inline void Trap() {
400 inline void Trap() {
  /src/usr.bin/rpcgen/
rpc_main.c 133 #define INLINE 3
134 /*length at which to start doing an inline */
136 int doinline = INLINE; /* length at which to start doing an inline. 3
1154 f_print(stderr, "-i size\t\tsize at which to start generating inline code\n");
  /src/sys/dev/marvell/
mvxpsec.c 86 #define INLINE __attribute__ ((noinline)) extern
91 #define INLINE static inline
92 #define _INLINE __attribute__ ((unused)) static inline
141 INLINE void mvxpsec_intr_cleanup(struct mvxpsec_softc *);
145 INLINE void mvxpsec_intr_cnt(struct mvxpsec_softc *, int);
159 INLINE int mvxpsec_dma_wait(struct mvxpsec_softc *);
160 INLINE int mvxpsec_acc_wait(struct mvxpsec_softc *);
161 INLINE struct mvxpsec_descriptor_handle *mvxpsec_dma_getdesc(struct mvxpsec_softc *);
163 INLINE void mvxpsec_dma_setup(struct mvxpsec_descriptor_handle *
    [all...]
  /src/sys/arch/sun3/sun3x/
pmap.c 156 * 'INLINE' keyword is defined to an empty string. This way, any function
157 * defined to be a 'static INLINE' will become 'outlined' and compiled as
160 #define INLINE /* nothing */
175 #define INLINE inline
361 static INLINE void *mmu_ptov(paddr_t);
362 static INLINE paddr_t mmu_vtop(void *);
365 static INLINE a_tmgr_t *mmuA2tmgr(mmu_long_dte_t *);
367 static INLINE b_tmgr_t *mmuB2tmgr(mmu_short_dte_t *);
368 static INLINE c_tmgr_t *mmuC2tmgr(mmu_short_pte_t *)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 143 #define INLINE __attribute__((always_inline))
4290 INLINE
4323 template<class T> INLINE T XOR(const T &a, const T&b) { return a ^ b; }
4324 template<class T> INLINE T ADD(const T &a, const T&b) { return a + b; }
4325 template<class T> INLINE T SUB(const T &a, const T&b) { return a - b; }
4326 template<class T> INLINE T MUL(const T &a, const T&b) { return a * b; }
4327 template<class T> INLINE T AND(const T &a, const T&b) { return a & b; }
4328 template<class T> INLINE T OR (const T &a, const T&b) { return a | b; }
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 360 # ifndef INLINE
361 # define INLINE
364 # define INLINE __inline__
369 # define EXTERN_INLINE inline
371 # define EXTERN_INLINE extern inline

Completed in 161 milliseconds