Home
last modified time | relevance | path

Searched defs:__c (Results 1 – 6 of 6) sorted by relevance

/third_party/liburing/src/arch/aarch64/
Dsyscall.h39 #define __do_syscall3(__n, __a, __b, __c) ({ \ argument
48 #define __do_syscall4(__n, __a, __b, __c, __d) ({ \ argument
58 #define __do_syscall5(__n, __a, __b, __c, __d, __e) ({ \ argument
70 #define __do_syscall6(__n, __a, __b, __c, __d, __e, __f) ({ \ argument
/third_party/liburing/src/arch/riscv64/
Dsyscall.h48 #define __do_syscall3(__n, __a, __b, __c) ({ \ argument
57 #define __do_syscall4(__n, __a, __b, __c, __d) ({ \ argument
67 #define __do_syscall5(__n, __a, __b, __c, __d, __e) ({ \ argument
79 #define __do_syscall6(__n, __a, __b, __c, __d, __e, __f) ({ \ argument
/third_party/libabigail/src/
Dabg-viz-dot.cc118 dot::add_child_to_node(const child_node& __c, const node_base& __p) in add_child_to_node()
/third_party/exfatprogs/include/
Dlibexfat.h105 #define BIT_MASK(__c) (1 << ((__c) % BITS_PER)) argument
106 #define BIT_ENTRY(__c) ((__c) / BITS_PER) argument
/third_party/python/Lib/test/
Dtest_positional_only_arg.py341 def f3(self, __a=42, /, __b=43, *, __c=44): argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp6398 unsigned short int __c; member
7257 memchr(void* __s, int __c, size_t __n) in memchr()
14081 wcschr(wchar_t* __p, wchar_t __c) in wcschr()
14089 wcsrchr(wchar_t* __p, wchar_t __c) in wcsrchr()
14097 wmemchr(wchar_t* __p, wchar_t __c, size_t __n) in wmemchr()
15702 __fill_a(_Tp* __first, _Tp* __last, const _Tp& __c) in __fill_a()
15748 __fill_n_a(_Tp* __first, _Size __n, const _Tp& __c) in __fill_n_a()
19165 const _CharT __c = __out.fill(); in __ostream_fill() local
21201 _M_construct_aux_2(size_type __req, _CharT __c) in _M_construct_aux_2()
21293 _S_assign(_CharT* __d, size_type __n, _CharT __c) in _S_assign()
[all …]