Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/8253x/
Dendian.h29 #ifndef INLINE
30 #define INLINE inline macro
141 INLINE unsigned short fni_convert_us_endian(const unsigned short x) in fni_convert_us_endian()
146 INLINE unsigned int fni_convert_ui_endian(const unsigned int x) in fni_convert_ui_endian()
152 INLINE unsigned int fni_make_ui_from_2_us(const unsigned short us_high_part, in fni_make_ui_from_2_us()
158 INLINE unsigned int fni_make_ui_from_4_uc(const unsigned char p1, const unsigned char p2, in fni_make_ui_from_4_uc()
164 INLINE unsigned short fni_make_us_from_2_uc(const unsigned char uc_high_part, in fni_make_us_from_2_uc()
/linux-2.4.37.9/arch/arm/nwfpe/
Dsoftfloat-macros42 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )
67 INLINE void shift64RightJamming( bits64 a, int16 count, bits64 *zPtr )
103 INLINE void
141 INLINE void
177 INLINE void
229 INLINE void
288 INLINE void
308 INLINE void
344 INLINE void
365 INLINE void
[all …]
DARM-gcc.h71 #define INLINE extern __inline__ macro
Dsoftfloat.c121 INLINE bits32 extractFloat32Frac( float32 a ) in extractFloat32Frac()
133 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp()
146 INLINE flag extractFloat32Sign( float32 a )
185 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32()
302 INLINE bits64 extractFloat64Frac( float64 a ) in extractFloat64Frac()
314 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp()
327 INLINE flag extractFloat64Sign( float64 a )
366 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig ) in packFloat64()
478 INLINE bits64 extractFloatx80Frac( floatx80 a ) in extractFloatx80Frac()
491 INLINE int32 extractFloatx80Exp( floatx80 a ) in extractFloatx80Exp()
[all …]
/linux-2.4.37.9/drivers/cdrom/
Dsbpcd.c511 #define INLINE inline macro
893 static INLINE void lba2msf(int lba, u_char *msf) in lba2msf()
906 static INLINE void bin2bcdx(u_char *p) /* must work only up to 75 or 99 */ in bin2bcdx()
911 static INLINE u_int blk2msf(u_int blk) in blk2msf()
924 static INLINE u_int make16(u_char rh, u_char rl) in make16()
929 static INLINE u_int make32(u_int rh, u_int rl) in make32()
934 static INLINE u_char swap_nibbles(u_char i) in swap_nibbles()
939 static INLINE u_char byt2bcd(u_char i) in byt2bcd()
944 static INLINE u_char bcd2bin(u_char bcd) in bcd2bin()
949 static INLINE int msf2blk(int msfx) in msf2blk()
[all …]