Home
last modified time | relevance | path

Searched defs:__n (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/arch/i386/bits/
Dio.h37 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 void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
72 static __inline void insl(unsigned short __port, void *__buf, unsigned long __n) in insl()
/third_party/musl/arch/x32/bits/
Dio.h37 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 void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
72 static __inline void insl(unsigned short __port, void *__buf, unsigned long __n) in insl()
/third_party/musl/arch/x86_64/bits/
Dio.h37 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 void insb(unsigned short __port, void *__buf, unsigned long __n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw()
72 static __inline void insl(unsigned short __port, void *__buf, unsigned long __n) in insl()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_ra.h113 #define ra_foreach_src_n(__srcreg, __n, __instr) \ argument
126 #define ra_foreach_dst_n(__dstreg, __n, __instr) \ argument
Dir3_postsched.c90 #define foreach_sched_node(__n, __list) \ argument
Dir3.h1601 #define foreach_src_n(__srcreg, __n, __instr) \ argument
1613 #define foreach_dst_n(__dstreg, __n, __instr) \ argument
1648 #define foreach_ssa_srcp_n(__srcp, __n, __instr) \ argument
1658 #define foreach_ssa_src_n(__srcinst, __n, __instr) \ argument
Dir3_sched.c172 #define foreach_sched_node(__n, __list) \ argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp5454 for (size_t __n = 0; __n < _Nm; ++__n) in swap() local
6889 div(long long __n, long long __d) in div()
7257 memchr(void* __s, int __c, size_t __n) in memchr()
7261 strchr(char* __s, int __n) in strchr()
7269 strrchr(char* __s, int __n) in strrchr()
12185 typename iterator_traits<_InputIterator>::difference_type __n = 0; in __distance() local
12230 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) in __advance()
12241 __advance(_BidirectionalIterator& __i, _Distance __n, in __advance()
12257 __advance(_RandomAccessIterator& __i, _Distance __n, in __advance()
12268 advance(_InputIterator& __i, _Distance __n) in advance()
[all …]