Searched defs:__n (Results 1 - 3 of 3) sorted by relevance
/third_party/musl/arch/i386/bits/ |
H A D | io.h | 37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() argument 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() argument 51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() argument 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() argument 65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() argument 72 insl(unsigned short __port, void *__buf, unsigned long __n) insl() argument [all...] |
/third_party/musl/arch/x86_64/bits/ |
H A D | io.h | 37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() argument 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() argument 51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() argument 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() argument 65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() argument 72 insl(unsigned short __port, void *__buf, unsigned long __n) insl() argument [all...] |
/third_party/musl/arch/x32/bits/ |
H A D | io.h | 37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() argument 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() argument 51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() argument 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() argument 65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() argument 72 insl(unsigned short __port, void *__buf, unsigned long __n) insl() argument [all...] |
Completed in 2 milliseconds