Searched refs:__buf (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dcrypt.h9 char __buf[256]; member in struct:crypt_data
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dio.h43 static __inline void outsb(unsigned short __port, const void* __buf, unsigned long __n) { argument
45 : "+S"(__buf), "+c"(__n)
49 static __inline void outsw(unsigned short __port, const void* __buf, unsigned long __n) { argument
51 : "+S"(__buf), "+c"(__n)
55 static __inline void outsl(unsigned short __port, const void* __buf, unsigned long __n) { argument
57 : "+S"(__buf), "+c"(__n)
61 static __inline void insb(unsigned short __port, void* __buf, unsigned long __n) { argument
63 : "+D"(__buf), "+c"(__n)
67 static __inline void insw(unsigned short __port, void* __buf, unsigned long __n) { argument
69 : "+D"(__buf), "
73 insl(unsigned short __port, void* __buf, unsigned long __n) argument
[all...]

Completed in 26 milliseconds