Home
last modified time | relevance | path

Searched refs:__inline (Results 1 - 25 of 134) sorted by relevance

123456

/third_party/musl/arch/i386/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl()
58 static __inline voi
[all...]
/third_party/musl/arch/x86_64/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl()
58 static __inline voi
[all...]
/third_party/musl/arch/x32/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb()
6 static __inline void outw(unsigned short __val, unsigned short __port) in outw()
11 static __inline void outl(unsigned int __val, unsigned short __port) in outl()
16 static __inline unsigned char inb(unsigned short __port) in inb()
23 static __inline unsigned short inw(unsigned short __port) in inw()
30 static __inline unsigned int inl(unsigned short __port) in inl()
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw()
51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl()
58 static __inline voi
[all...]
/third_party/FreeBSD/sys/kern/
H A Dbus_if.h60 static __inline struct resource * BUS_ALLOC_RESOURCE(device_t _dev, in BUS_ALLOC_RESOURCE()
98 static __inline int BUS_CHILD_PNPINFO_STR(device_t _dev, device_t _child, in BUS_CHILD_PNPINFO_STR()
131 static __inline int BUS_CHILD_LOCATION_STR(device_t _dev, device_t _child, in BUS_CHILD_LOCATION_STR()
159 static __inline int BUS_PRINT_CHILD(device_t _dev, device_t _child) in BUS_PRINT_CHILD()
180 static __inline void BUS_PROBE_NOMATCH(device_t _dev, device_t _child) in BUS_PROBE_NOMATCH()
220 static __inline int BUS_READ_IVAR(device_t _dev, device_t _child, int _index, in BUS_READ_IVAR()
251 static __inline int BUS_WRITE_IVAR(device_t _dev, device_t _child, int _indx, in BUS_WRITE_IVAR()
273 static __inline void BUS_CHILD_DELETED(device_t _dev, device_t _child) in BUS_CHILD_DELETED()
294 static __inline void BUS_CHILD_DETACHED(device_t _dev, device_t _child) in BUS_CHILD_DETACHED()
317 static __inline voi
[all...]
H A Ddevice_if.h104 static __inline int DEVICE_PROBE(device_t dev) in DEVICE_PROBE()
141 static __inline void DEVICE_IDENTIFY(driver_t *driver, device_t parent) in DEVICE_IDENTIFY()
176 static __inline int DEVICE_ATTACH(device_t dev) in DEVICE_ATTACH()
210 static __inline int DEVICE_DETACH(device_t dev) in DEVICE_DETACH()
236 static __inline int DEVICE_SHUTDOWN(device_t dev) in DEVICE_SHUTDOWN()
271 static __inline int DEVICE_SUSPEND(device_t dev) in DEVICE_SUSPEND()
301 static __inline int DEVICE_RESUME(device_t dev) in DEVICE_RESUME()
335 static __inline int DEVICE_QUIESCE(device_t dev) in DEVICE_QUIESCE()
364 static __inline void * DEVICE_REGISTER(device_t dev) in DEVICE_REGISTER()
/third_party/musl/arch/x86_64/
H A Dsyscall_arch.h4 static __inline long __syscall0(long n) in __syscall0()
11 static __inline long __syscall1(long n, long a1) in __syscall1()
18 static __inline long __syscall2(long n, long a1, long a2) in __syscall2()
26 static __inline long __syscall3(long n, long a1, long a2, long a3) in __syscall3()
34 static __inline long __syscall4(long n, long a1, long a2, long a3, long a4) in __syscall4()
43 static __inline long __syscall5(long n, long a1, long a2, long a3, long a4, long a5) in __syscall5()
53 static __inline long __syscall6(long n, long a1, long a2, long a3, long a4, long a5, long a6) in __syscall6()
/third_party/musl/arch/x32/
H A Dsyscall_arch.h7 static __inline long __syscall0(long long n) in __syscall0()
14 static __inline long __syscall1(long long n, long long a1) in __syscall1()
21 static __inline long __syscall2(long long n, long long a1, long long a2) in __syscall2()
29 static __inline long __syscall3(long long n, long long a1, long long a2, long long a3) in __syscall3()
37 static __inline long __syscall4(long long n, long long a1, long long a2, long long a3, in __syscall4()
47 static __inline long __syscall5(long long n, long long a1, long long a2, long long a3, in __syscall5()
58 static __inline long __syscall6(long long n, long long a1, long long a2, long long a3, in __syscall6()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dendian.h23 static __inline uint16_t __bswap16(uint16_t __x) in __bswap16()
28 static __inline uint32_t __bswap32(uint32_t __x) in __bswap32()
33 static __inline uint64_t __bswap64(uint64_t __x) in __bswap64()
84 static __inline uint32_t
92 static __inline void
103 static __inline void
H A Dbyteswap.h7 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16()
12 static __inline uint32_t __bswap_32(uint32_t __x) in __bswap_32()
17 static __inline uint64_t __bswap_64(uint64_t __x) in __bswap_64()
/third_party/node/deps/histogram/src/
H A Dhdr_atomic.h17 static void __inline * hdr_atomic_load_pointer(void** pointer) in hdr_atomic_load_pointer()
29 static int64_t __inline hdr_atomic_load_64(int64_t* field) in hdr_atomic_load_64()
35 static void __inline hdr_atomic_store_64(int64_t* field, int64_t value) in hdr_atomic_store_64()
41 static int64_t __inline hdr_atomic_exchange_64(volatile int64_t* field, int64_t value) in hdr_atomic_exchange_64()
59 static int64_t __inline hdr_atomic_add_fetch_64(volatile int64_t* field, int64_t value) in hdr_atomic_add_fetch_64()
77 static bool __inline hdr_atomic_compare_exchange_64(volatile int64_t* field, int64_t* expected, int64_t desired) in hdr_atomic_compare_exchange_64()
/third_party/node/deps/openssl/openssl/include/internal/
H A Drefcount.h80 static __inline int CRYPTO_UP_REF(volatile int *val, int *ret, in CRYPTO_UP_REF()
87 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, in CRYPTO_DOWN_REF()
106 static __inline int CRYPTO_UP_REF(volatile int *val, int *ret, in CRYPTO_UP_REF()
113 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, in CRYPTO_DOWN_REF()
134 static __inline int CRYPTO_UP_REF(volatile int *val, int *ret, in CRYPTO_UP_REF()
141 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, in CRYPTO_DOWN_REF()
/third_party/openssl/include/internal/
H A Drefcount.h80 static __inline int CRYPTO_UP_REF(volatile int *val, int *ret, in CRYPTO_UP_REF()
87 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, in CRYPTO_DOWN_REF()
106 static __inline int CRYPTO_UP_REF(volatile int *val, int *ret, in CRYPTO_UP_REF()
113 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, in CRYPTO_DOWN_REF()
134 static __inline int CRYPTO_UP_REF(volatile int *val, int *ret, in CRYPTO_UP_REF()
141 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, in CRYPTO_DOWN_REF()
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfsutil.h41 static __inline uint16_t
49 static __inline uint32_t
57 static __inline void
66 static __inline void
/third_party/FreeBSD/sys/dev/random/
H A Duint128.h52 static __inline void
64 static __inline void
79 static __inline bool
90 static __inline int
/third_party/skia/include/private/
H A DSkSafe_math.h16 // $ grep -R __inline * | grep -v static | cut -f 1 -d: | sort | uniq
31 // where it should have been written, just before __inline.
37 #define __inline static __inline macro
39 #undef __inline macro
/third_party/glslang/glslang/Include/
H A DBaseTypes.h348 __inline const char* GetStorageQualifierString(TStorageQualifier q) in GetStorageQualifierString()
386 __inline const char* GetBuiltInVariableString(TBuiltInVariable v) in GetBuiltInVariableString()
539 __inline const char* GetPrecisionQualifierString(TPrecisionQualifier p) in GetPrecisionQualifierString()
550 __inline bool isTypeSignedInt(TBasicType type) in isTypeSignedInt()
563 __inline bool isTypeUnsignedInt(TBasicType type) in isTypeUnsignedInt()
576 __inline bool isTypeInt(TBasicType type) in isTypeInt()
581 __inline bool isTypeFloat(TBasicType type) in isTypeFloat()
593 __inline int getTypeRank(TBasicType type) in getTypeRank()
/third_party/musl/porting/uniproton/kernel/include/
H A Dbyteswap.h7 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16()
12 static __inline uint32_t __bswap_32(uint32_t __x) in __bswap_32()
17 static __inline uint64_t __bswap_64(uint64_t __x) in __bswap_64()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dbyteswap.h7 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16()
12 static __inline uint32_t __bswap_32(uint32_t __x) in __bswap_32()
17 static __inline uint64_t __bswap_64(uint64_t __x) in __bswap_64()
H A Dfeatures.h26 #define __inline inline macro
28 #define __inline macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dbyteswap.h7 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16()
12 static __inline uint32_t __bswap_32(uint32_t __x) in __bswap_32()
17 static __inline uint64_t __bswap_64(uint64_t __x) in __bswap_64()
H A Dfeatures.h26 #define __inline inline macro
28 #define __inline macro
/third_party/musl/include/
H A Dbyteswap.h7 static __inline uint16_t __bswap_16(uint16_t __x) in __bswap_16()
12 static __inline uint32_t __bswap_32(uint32_t __x) in __bswap_32()
17 static __inline uint64_t __bswap_64(uint64_t __x) in __bswap_64()
/third_party/openssl/ohos_lite/include/internal/
H A Drefcount.h88 static __inline int CRYPTO_UP_REF(volatile int *val, int *ret, void *lock) in CRYPTO_UP_REF()
94 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, void *lock) in CRYPTO_DOWN_REF()
114 static __inline int CRYPTO_UP_REF(volatile int *val, int *ret, void *lock) in CRYPTO_UP_REF()
120 static __inline int CRYPTO_DOWN_REF(volatile int *val, int *ret, void *lock) in CRYPTO_DOWN_REF()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.h396 static __inline uint32_t
402 static __inline uint16_t
408 static __inline uint32_t
414 static __inline uint16_t
423 static __inline uint32_t
429 static __inline uint16_t
435 static __inline uint32_t
441 static __inline uint16_t
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_if.h23 static __inline int USB_HANDLE_REQUEST(device_t dev, const void *req, in USB_HANDLE_REQUEST()
36 static __inline int USB_TAKE_CONTROLLER(device_t dev) in USB_TAKE_CONTROLLER()

Completed in 10 milliseconds

123456