Searched refs:__buf (Results 1 – 2 of 2) sorted by relevance
| /third_party/ulib/musl/include/bits/x86_64/ |
| A D | io.h | 43 static __inline void outsb(unsigned short __port, const void* __buf, unsigned long __n) { in outsb() argument 45 : "+S"(__buf), "+c"(__n) in outsb() 49 static __inline void outsw(unsigned short __port, const void* __buf, unsigned long __n) { in outsw() argument 51 : "+S"(__buf), "+c"(__n) in outsw() 57 : "+S"(__buf), "+c"(__n) in outsl() 61 static __inline void insb(unsigned short __port, void* __buf, unsigned long __n) { in insb() argument 63 : "+D"(__buf), "+c"(__n) in insb() 67 static __inline void insw(unsigned short __port, void* __buf, unsigned long __n) { in insw() argument 69 : "+D"(__buf), "+c"(__n) in insw() 73 static __inline void insl(unsigned short __port, void* __buf, unsigned long __n) { in insl() argument [all …]
|
| /third_party/ulib/musl/include/ |
| A D | crypt.h | 9 char __buf[256]; member
|
Completed in 3 milliseconds