Searched refs:__n (Results 1 - 3 of 3) sorted by relevance

/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), "+c"(__n)
73 insl(unsigned short __port, void* __buf, unsigned long __n) argument
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Daclinuxex.h54 UINT64 (__n) = ((UINT64) n_hi) << 32 | (n_lo); \
55 (r32) = do_div ((__n), (d32)); \
56 (q32) = (UINT32) (__n); \
H A Dacefi.h247 UINT64 __n = ((UINT64) n_hi) << 32 | (n_lo); \
248 (q32) = DivU64x32 ((__n), (d32), &(r32)); \

Completed in 35 milliseconds