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

123456

/netbsd-6-1-5-RELEASE/dist/dhcp/includes/
H A Dcdefs.h47 #define INLINE inline macro
49 #define INLINE macro
55 #define INLINE macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dinline.h33 # define INLINE_PSIM_ENDIAN(TYPE) static INLINE TYPE UNUSED
45 # define STATIC_INLINE_PSIM_ENDIAN(TYPE) static INLINE TYPE
55 # define INLINE_BITS(TYPE) static INLINE TYPE UNUSED
67 # define STATIC_INLINE_BITS(TYPE) static INLINE TYPE
77 # define INLINE_CORE(TYPE) static INLINE TYPE UNUSED
89 # define STATIC_INLINE_CORE(TYPE) static INLINE TYPE
99 # define INLINE_VM(TYPE) static INLINE TYPE UNUSED
111 # define STATIC_INLINE_VM(TYPE) static INLINE TYPE
121 # define INLINE_CPU(TYPE) static INLINE TYPE UNUSED
133 # define STATIC_INLINE_CPU(TYPE) static INLINE TYP
[all...]
H A Dstd-config.h307 /* INLINE CODE SELECTION:
382 values - `', `static', `static INLINE'
399 values - `static', `static INLINE'
457 #ifndef INLINE
459 #define INLINE __inline__ macro
461 #define INLINE /*inline*/ macro
503 #define STATIC_INLINE static INLINE
/netbsd-6-1-5-RELEASE/games/sail/
H A Darray.h115 * they define the operations, and both take an extra argument INLINE.
116 * For C99 this should be INLINE in header files and empty in the
127 * #define ITEMINLINE INLINE
155 #define DEFARRAY_BYTYPE(ARRAY, T, INLINE) \
156 INLINE void \
162 INLINE void \
168 INLINE struct \
181 INLINE void \
188 INLINE unsigned \
194 INLINE
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-inline.h27 /* INLINE CODE SELECTION:
80 GLOBAL INLINE FUNCTIONS:
97 GLOBAL INLINE VARIABLES:
102 GLOBAL NON-INLINE (EXTERN) FUNCTIONS AND VARIABLES:
296 #ifndef INLINE
298 #define INLINE __inline__
300 #define INLINE /*inline*/
318 #define STATIC_INLINE static INLINE
400 # define INLINE_SIM_BITS(TYPE) static INLINE TYPE UNUSED
412 # define STATIC_INLINE_SIM_BITS(TYPE) static INLINE TYP
297 #define INLINE macro
299 #define INLINE macro
[all...]
H A Dsim-arange.h66 extern INLINE int
73 #define SIM_ARANGE_INLINE INLINE
H A Dgenmloop.sh320 static INLINE void
333 static INLINE void
348 static INLINE void
363 static INLINE void
507 static INLINE SCACHE *
674 static INLINE SCACHE *
874 INLINE SEM_PC
988 INLINE SEM_PC
1026 INLINE SEM_PC
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A Dpr42462.C3 #define INLINE inline __attribute__((always_inline)) macro
9 template <bool> INLINE void f2() { f1<false>(); }
11 template <bool> INLINE void f4() { f3<false>(); }
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/softfloat/
H A Dm68k-gcc.h81 The macro `INLINE' can be used before functions that should be inlined. If
86 #define INLINE static inline macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/softfloat/
H A Dmips-gcc.h79 The macro `INLINE' can be used before functions that should be inlined. If
84 #define INLINE static inline macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/powerpc/softfloat/
H A Dpowerpc-gcc.h81 The macro `INLINE' can be used before functions that should be inlined. If
86 #define INLINE static inline macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/sh3/softfloat/
H A Dsh3-gcc.h81 The macro `INLINE' can be used before functions that should be inlined. If
86 #define INLINE static inline macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/softfloat/
H A Dsparc64-gcc.h81 The macro `INLINE' can be used before functions that should be inlined. If
86 #define INLINE static inline macro
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dsoftfloat-macros.h43 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )
70 INLINE void shift64RightJamming( bits64 a, int16 count, bits64 *zPtr )
105 INLINE void
143 INLINE void
179 INLINE void
231 INLINE void
290 INLINE void
310 INLINE void
346 INLINE void
367 INLINE voi
[all...]
H A Dmilieu.h140 The macro `INLINE' can be used before functions that should be inlined. If
145 #define INLINE static inline macro
/netbsd-6-1-5-RELEASE/lib/libc/arch/arm/softfloat/
H A Darm-gcc.h79 The macro `INLINE' can be used before functions that should be inlined. If
84 #define INLINE static inline macro
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/include/
H A Dmilieu.h141 The macro `INLINE' can be used before functions that should be inlined. If
146 #define INLINE static inline macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh64/
H A Dmloop-compact.c18 static INLINE void
31 static INLINE void
46 static INLINE void
61 static INLINE void
74 static INLINE const IDESC *
90 static INLINE SEM_PC
166 INLINE SEM_PC
324 INLINE SEM_PC
363 INLINE SEM_PC
H A Dmloop-media.c18 static INLINE void
31 static INLINE void
46 static INLINE void
61 static INLINE void
74 static INLINE const IDESC *
90 static INLINE SEM_PC
166 INLINE SEM_PC
311 INLINE SEM_PC
349 INLINE SEM_PC
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3x/
H A Dpmap.c157 * 'INLINE' keyword is defined to an empty string. This way, any function
158 * defined to be a 'static INLINE' will become 'outlined' and compiled as
161 #define INLINE /* nothing */ macro
176 #define INLINE inline macro
362 static INLINE void *mmu_ptov(paddr_t);
363 static INLINE paddr_t mmu_vtop(void *);
366 static INLINE a_tmgr_t *mmuA2tmgr(mmu_long_dte_t *);
368 static INLINE b_tmgr_t *mmuB2tmgr(mmu_short_dte_t *);
369 static INLINE c_tmgr_t *mmuC2tmgr(mmu_short_pte_t *);
371 static INLINE pv_
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mn10300/
H A Dmn10300_sim.h11 #ifndef INLINE
13 #define INLINE inline macro
15 #define INLINE macro
208 static INLINE dword
235 static INLINE unsigned64
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/v850/
H A Dinterp.c21 #ifndef INLINE
23 #define INLINE inline macro
25 #define INLINE macro
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dfil.c237 static INLINE int fr_ipfcheck(fr_info_t *, frentry_t *, int);
244 static INLINE void frpr_ah(fr_info_t *);
245 static INLINE void frpr_esp(fr_info_t *);
246 static INLINE void frpr_gre(fr_info_t *);
247 static INLINE void frpr_udp(fr_info_t *);
248 static INLINE void frpr_tcp(fr_info_t *);
249 static INLINE void frpr_icmp(fr_info_t *);
250 static INLINE void frpr_ipv4hdr(fr_info_t *);
251 static INLINE int frpr_pullup(fr_info_t *, int);
252 static INLINE voi
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pcmcia/
H A Dif_xi.c114 #define INLINE inline macro
116 #define INLINE macro
497 static INLINE void xi_mdi_idle(struct xi_softc *);
498 static INLINE void
514 static INLINE void xi_mdi_pulse(struct xi_softc *, int);
515 static INLINE void
532 static INLINE int xi_mdi_probe(struct xi_softc *sc);
533 static INLINE int
553 static INLINE void xi_mdi_pulse_bits(struct xi_softc *, u_int32_t, int);
554 static INLINE voi
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/d10v/
H A Dinterp.c43 static INLINE uint8 *map_memory (unsigned phys_addr);
56 #ifndef INLINE
58 #define INLINE __inline__ macro
60 #define INLINE macro
76 INLINE static long
87 INLINE static struct hash_entry *
112 INLINE static void

Completed in 183 milliseconds

123456