Home
last modified time | relevance | path

Searched refs:INLINE (Results 1 – 25 of 39) sorted by relevance

12

/mirbsd/src/sys/dev/ic/
Disp_inline.h42 static INLINE int isp_save_xs(struct ispsoftc *, XS_T *, u_int16_t *);
43 static INLINE XS_T *isp_find_xs(struct ispsoftc *, u_int16_t);
44 static INLINE u_int16_t isp_find_handle(struct ispsoftc *, XS_T *);
45 static INLINE int isp_handle_index(u_int16_t);
46 static INLINE void isp_destroy_handle(struct ispsoftc *, u_int16_t);
47 static INLINE void isp_remove_handle(struct ispsoftc *, XS_T *);
49 static INLINE int
73 static INLINE XS_T *
83 static INLINE u_int16_t
97 static INLINE int
[all …]
Disp_openbsd.h114 #define INLINE inline macro
308 static INLINE void isp_lock(struct ispsoftc *);
309 static INLINE void isp_unlock(struct ispsoftc *);
310 static INLINE u_int64_t
348 static INLINE void
359 static INLINE void
368 static INLINE u_int64_t
380 static INLINE void
Dmidway.c107 #define INLINE /* nothing */ macro
110 #define INLINE inline macro
284 STATIC INLINE int en_b2sz(int) __attribute__((__unused__));
292 STATIC INLINE int en_dqneed(struct en_softc *, caddr_t, u_int,
296 STATIC INLINE int en_k2sz(int) __attribute__((__unused__));
300 STATIC INLINE struct mbuf *en_mget(struct en_softc *, u_int,
302 STATIC INLINE u_int32_t en_read(struct en_softc *,
311 STATIC INLINE int en_sz2b(int) __attribute__((__unused__));
312 STATIC INLINE void en_write(struct en_softc *, u_int32_t,
434 STATIC INLINE u_int32_t en_read(sc, r) in en_read()
[all …]
Disp_openbsd.c267 static INLINE void isp_add2_blocked_queue(struct ispsoftc *, XS_T *);
269 static INLINE void
/mirbsd/src/usr.sbin/httpd/src/os/unix/
Dos-inline.c22 #ifndef INLINE
23 #define INLINE macro
30 INLINE int
Dos.h76 #if !defined(INLINE) && defined(USE_GNU_INLINE)
80 #define INLINE extern ap_inline macro
82 INLINE int ap_os_is_path_absolute(const char *file);
/mirbsd/src/usr.bin/make/
Ddefines.h60 # define INLINE __inline__ macro
66 # ifndef INLINE
67 # define INLINE inline macro
Dlst.h163 static INLINE LstNode
169 static INLINE LstNode
/mirbsd/src/lib/libncurses/src/menu/
Dmf_common.h99 #define INLINE macro
103 # undef INLINE
104 # define INLINE inline macro
Dm_global.c109 INLINE static void
140 INLINE static void
/mirbsd/src/sys/dev/pci/
Dpciide_sii3112_reg.h340 static INLINE uint32_t
354 static INLINE uint32_t
368 static INLINE void
379 static INLINE void
/mirbsd/src/sys/dev/pcmcia/
Dif_xe.c96 #define INLINE __inline macro
98 #define INLINE macro
856 static INLINE void xe_mdi_idle(struct xe_softc *);
857 static INLINE void
875 static INLINE void xe_mdi_pulse(struct xe_softc *, int);
876 static INLINE void
896 static INLINE int xe_mdi_probe(struct xe_softc *sc);
897 static INLINE int
919 static INLINE void xe_mdi_pulse_bits(struct xe_softc *, u_int32_t, int);
920 static INLINE void
/mirbsd/src/lib/libncurses/src/form/
Dfrm_driver.c349 INLINE static FIELD_CELL *
371 INLINE static FIELD_CELL *
391 INLINE static FIELD_CELL *
413 INLINE static FIELD_CELL *
442 INLINE static void
563 INLINE static void
2209 INLINE static bool
2231 INLINE static bool
3113 INLINE static FIELD *
3195 INLINE static FIELD *
[all …]
Dfrm_data.c83 INLINE static bool
Dfrm_def.c252 INLINE static int
/mirbsd/src/lib/libncurses/src/panel/
Dpanel.priv.h56 # define INLINE inline macro
58 # define INLINE macro
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dmmo.c372 static INLINE bfd_byte *mmo_get_loc (asection *, bfd_vma, int);
707 static INLINE void
719 static INLINE void
731 static INLINE void
743 static INLINE void
756 static INLINE void
767 static INLINE void
776 static INLINE void
786 static INLINE bfd_boolean
835 static INLINE bfd_boolean
[all …]
Dbfd-in.h70 #ifndef INLINE
72 #define INLINE __inline__ macro
74 #define INLINE macro
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i386.c58 #ifndef INLINE
60 #define INLINE __inline__ macro
62 #define INLINE macro
66 static INLINE unsigned int mode_from_disp_size PARAMS ((unsigned int));
67 static INLINE int fits_in_signed_byte PARAMS ((offsetT));
68 static INLINE int fits_in_unsigned_byte PARAMS ((offsetT));
69 static INLINE int fits_in_unsigned_word PARAMS ((offsetT));
70 static INLINE int fits_in_signed_word PARAMS ((offsetT));
71 static INLINE int fits_in_unsigned_long PARAMS ((offsetT));
72 static INLINE int fits_in_signed_long PARAMS ((offsetT));
[all …]
/mirbsd/src/sys/dev/
Dccd.c119 #define INLINE static __inline macro
121 #define INLINE macro
187 INLINE struct ccdbuf *getccdbuf(void);
188 INLINE void putccdbuf(struct ccdbuf *);
220 INLINE struct ccdbuf *
230 INLINE void
/mirbsd/src/usr.bin/xlint/lint1/
Dlint1.h185 INLINE /* only used by the parser */ enumerator
Dscan.l223 { "inline", T_SCLASS, { INLINE }, 1, 0 },
224 { "__inline__", T_SCLASS, { INLINE }, 0, 0 },
225 { "__inline", T_SCLASS, { INLINE }, 0, 0 },
/mirbsd/src/usr.bin/rpcgen/
Drpc_main.c109 #define INLINE 3 macro
112 int doinline = INLINE; /* length at which to start doing an
/mirbsd/src/gnu/usr.bin/perl/
DREADME.irix60 (-LNO, -INLINE, -O3 to -O2, etcetera). The compiler bug has been
/mirbsd/src/sys/nfs/
Dnfs_subs.c78 #define INLINE __inline macro
80 #define INLINE macro
1272 INLINE int

12