Home
last modified time | relevance | path

Searched refs:__inline (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/musl/include/bits/x86_64/
A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) { in outb()
7 static __inline void outw(unsigned short __val, unsigned short __port) { in outw()
13 static __inline void outl(unsigned int __val, unsigned short __port) { in outl()
19 static __inline unsigned char inb(unsigned short __port) { in inb()
27 static __inline unsigned short inw(unsigned short __port) { in inw()
35 static __inline unsigned int inl(unsigned short __port) { in inl()
43 static __inline void outsb(unsigned short __port, const void* __buf, unsigned long __n) { in outsb()
49 static __inline void outsw(unsigned short __port, const void* __buf, unsigned long __n) { in outsw()
61 static __inline void insb(unsigned short __port, void* __buf, unsigned long __n) { in insb()
67 static __inline void insw(unsigned short __port, void* __buf, unsigned long __n) { in insw()
[all …]
/third_party/ulib/musl/include/
A Dbyteswap.h6 static __inline uint16_t __bswap_16(uint16_t __x) { in __bswap_16()
10 static __inline uint32_t __bswap_32(uint32_t __x) { in __bswap_32()
15 static __inline uint64_t __bswap_64(uint64_t __x) { in __bswap_64()
A Dendian.h24 static __inline uint16_t __bswap16(uint16_t __x) { in __bswap16()
28 static __inline uint32_t __bswap32(uint32_t __x) { in __bswap32()
32 static __inline uint64_t __bswap64(uint64_t __x) { in __bswap64()
A Dfeatures.h24 #define __inline inline macro
A Dctype.h25 static __inline int __isspace(int _c) { in __isspace()
A Dmath.h42 static __inline unsigned __FLOAT_BITS(float __f) { in __FLOAT_BITS()
50 static __inline unsigned long long __DOUBLE_BITS(double __f) { in __DOUBLE_BITS()
101 static __inline int __is##rel(type __x, type __y) { \
A Dsched.h66 static __inline void __CPU_##func##_S(size_t __size, cpu_set_t* __dest, \
/third_party/lib/acpica/source/include/acpica/platform/
A Dacintel.h51 #define ACPI_INLINE __inline
A Dacmsvc.h90 #define ACPI_INLINE __inline

Completed in 12 milliseconds