Searched refs:__inline (Results 1 – 25 of 269) sorted by relevance
1234567891011
15 static __inline unsigned char inb(int port) in inb()21 static __inline unsigned char inb_p(unsigned short port) in inb_p()31 static __inline unsigned short inw(int port) in inw()38 static __inline unsigned int inl(int port) in inl()45 static __inline void insl(int port, void *addr, int cnt) in insl()53 static __inline void outb(int port, unsigned char data) in outb()59 static __inline void outb_p(char value, unsigned short port) in outb_p()66 static __inline void outw(int port, unsigned short data) in outw()71 static __inline unsigned char readcmos(int reg) in readcmos()
155 static __inline uint16_t163 static __inline uint32_t171 static __inline uint64_t179 static __inline uint16_t187 static __inline uint32_t203 static __inline void212 static __inline void223 static __inline void232 static __inline void241 static __inline void[all …]
36 #define inline __inline38 #define __inline__ __inline63 #define __inline inline macro
127 #define SDL_INLINE __inline129 #define __inline__ __inline
146 extern __inline void SDL_CompilerBarrier(void);243 extern __inline void SDL_CPUPauseInstruction(void);
186 extern __inline Uint16 SDL_Swap16(Uint16);247 extern __inline Uint32 SDL_Swap32(Uint32);300 extern __inline Uint64 SDL_Swap64(Uint64);
51 extern __inline int _SDL_bsr_watcom(Uint32);
43 #define __INLINE__ __inline44 #define __STATIC_INLINE__ static __inline
44 #define __INLINE__ __inline45 #define __STATIC_INLINE__ static __inline
136 static __inline bool287 static __inline am_hal_i2c_bit_bang_enum_e392 static __inline am_hal_i2c_bit_bang_enum_e
84 …#define __INLINE __inline /*!< inline keyword for ARM Co…85 #define __STATIC_INLINE static __inline89 …#define __INLINE __inline /*!< inline keyword for ARM Co…90 #define __STATIC_INLINE static __inline
69 #define inline __inline
93 static __inline unsigned long sep_emac_read(unsigned int reg) in sep_emac_read()103 static __inline void sep_emac_write(unsigned int reg, unsigned long value) in sep_emac_write()143 static __inline void sep_phy_wait(void) in sep_phy_wait()
82 #define __INLINE __inline83 #define __STATIC_INLINE static __inline91 #define __INLINE __inline92 #define __STATIC_INLINE static __inline
47 #define INLINE __inline
66 …#define __INLINE __inline /*!< inline keyword for ARM Co…67 #define __STATIC_INLINE static __inline
81 …#define __INLINE __inline /*!< inline keyword for ARM Co…82 #define __STATIC_INLINE static __inline
Completed in 144 milliseconds