Home
last modified time | relevance | path

Searched defs:__val (Results 1 – 22 of 22) sorted by relevance

/third_party/musl/arch/x86_64/bits/
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()
18 unsigned char __val; in inb() local
25 unsigned short __val; in inw() local
32 unsigned int __val; in inl() local
/third_party/musl/arch/i386/bits/
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()
18 unsigned char __val; in inb() local
25 unsigned short __val; in inw() local
32 unsigned int __val; in inl() local
/third_party/musl/arch/x32/bits/
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()
18 unsigned char __val; in inb() local
25 unsigned short __val; in inw() local
32 unsigned int __val; in inl() local
/third_party/libabigail/src/
Dabg-viz-common.cc63 units_to_string(units __val) in units_to_string()
82 color_to_string(color __val) in color_to_string()
/third_party/musl/include/
Dsemaphore.h18 volatile int __val[4*sizeof(long)/sizeof(int)]; member
/third_party/musl/porting/liteos_m/kernel/include/
Dsemaphore.h18 volatile int __val[4*sizeof(long)/sizeof(int)]; member
/third_party/musl/porting/liteos_m/user/include/
Dsemaphore.h18 volatile int __val[4*sizeof(long)/sizeof(int)]; member
/third_party/musl/ndk_musl_include/
Dsemaphore.h18 volatile int __val[4*sizeof(long)/sizeof(int)]; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsemaphore.h18 volatile int __val[4*sizeof(long)/sizeof(int)]; member
/third_party/musl/porting/uniproton/kernel/include/
Dsemaphore.h18 volatile int __val[4*sizeof(long)/sizeof(int)]; member
/third_party/musl/include/sys/
Dstatfs.h13 int __val[2]; member
/third_party/musl/ndk_musl_include/sys/
Dstatfs.h13 int __val[2]; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstatfs.h13 int __val[2]; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstatfs.h13 int __val[2]; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstatfs.h13 int __val[2]; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatfs.h12 int __val[2]; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstatfs.h13 int __val[2]; member
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c43 #define VG_NOACCESS_WRITE(__ptr, __val) ({ \ argument
50 #define VG_NOACCESS_WRITE(__ptr, __val) (*(__ptr) = (__val)) argument
/third_party/libdrm/include/drm/
Ddrm_fourcc.h907 #define DRM_FORMAT_MOD_ARM_CODE(__type, __val) \ argument
/third_party/mesa3d/include/drm-uapi/
Ddrm_fourcc.h977 #define DRM_FORMAT_MOD_ARM_CODE(__type, __val) \ argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp1875 typedef struct { int __val[2]; } __fsid_t; member
6014 unsigned long int __val[(1024 / (8 * sizeof (unsigned long int)))]; member
15158 __iter_equals_val(_Value& __val) in __iter_equals_val()
15219 __iter_comp_val(_Compare __comp, _Value &__val) in __iter_comp_val()
15919 const _Tp& __val, _Compare __comp) in __lower_bound()
15946 const _Tp& __val) in lower_bound()
18764 __exchange_and_add(volatile _Atomic_word* __mem, int __val) in __exchange_and_add()
18768 __atomic_add(volatile _Atomic_word* __mem, int __val) in __atomic_add()
18772 __exchange_and_add_single(_Atomic_word* __mem, int __val) in __exchange_and_add_single()
18780 __atomic_add_single(_Atomic_word* __mem, int __val) in __atomic_add_single()
[all …]
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
Dittnotify_bindings.rs184 pub __val: [::std::os::raw::c_int; 2usize], field