Searched defs:__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
49 static __inline void outsw(unsigned short __port, const void* __buf, unsigned long __n) { argument
55 static __inline void outsl(unsigned short __port, const void* __buf, unsigned long __n) { argument
61 static __inline void insb(unsigned short __port, void* __buf, unsigned long __n) { argument
67 static __inline void insw(unsigned short __port, void* __buf, unsigned long __n) { argument
73 insl(unsigned short __port, void* __buf, unsigned long __n) argument
[all...]

Completed in 27 milliseconds