Home
last modified time | relevance | path

Searched refs:__func (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__functional_03100 template<class _FD, class _Alloc, class _FB> class __func;
103 class __func<_Fp, _Alloc, _Rp()>
108 explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {}
109 explicit __func(_Fp __f, _Alloc __a) : __f_(_VSTD::move(__f), _VSTD::move(__a)) {}
123 __func<_Fp, _Alloc, _Rp()>::__clone() const
126 typedef typename __rebind_alloc_helper<__alloc_traits, __func>::type _Ap;
129 unique_ptr<__func, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
130 ::new (__hold.get()) __func(__f_.first(), _Alloc(__a));
136 __func<_Fp, _Alloc, _Rp()>::__clone(__base<_Rp()>* __p) const
138 ::new (__p) __func(__f_.first(), __f_.second());
[all …]
H A Dmutex660 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
665 _Gp __f(_VSTD::forward<_Callable>(__func), _VSTD::forward<_Args>(__args)...);
676 call_once(once_flag& __flag, _Callable& __func)
680 __call_once_param<_Callable> __p(__func);
688 call_once(once_flag& __flag, const _Callable& __func)
692 __call_once_param<const _Callable> __p(__func);
H A Dfunctional1572 // __func implements __base for a given functor type.
1574 template<class _FD, class _Alloc, class _FB> class __func;
1577 class __func<_Fp, _Alloc, _Rp(_ArgTypes...)>
1583 explicit __func(_Fp&& __f)
1587 explicit __func(const _Fp& __f, const _Alloc& __a)
1591 explicit __func(const _Fp& __f, _Alloc&& __a)
1595 explicit __func(_Fp&& __f, _Alloc&& __a)
1611 __func<_Fp, _Alloc, _Rp(_ArgTypes...)>::__clone() const
1614 typedef typename __rebind_alloc_helper<__alloc_traits, __func>::type _Ap;
1617 unique_ptr<__func, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__functional_03100 template<class _FD, class _Alloc, class _FB> class __func;
103 class __func<_Fp, _Alloc, _Rp()>
108 explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {}
109 explicit __func(_Fp __f, _Alloc __a) : __f_(_VSTD::move(__f), _VSTD::move(__a)) {}
123 __func<_Fp, _Alloc, _Rp()>::__clone() const
126 typedef typename __rebind_alloc_helper<__alloc_traits, __func>::type _Ap;
129 unique_ptr<__func, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
130 ::new (__hold.get()) __func(__f_.first(), _Alloc(__a));
136 __func<_Fp, _Alloc, _Rp()>::__clone(__base<_Rp()>* __p) const
138 ::new (__p) __func(__f_.first(), __f_.second());
[all …]
H A Dmutex660 call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args)
665 _Gp __f(_VSTD::forward<_Callable>(__func), _VSTD::forward<_Args>(__args)...);
676 call_once(once_flag& __flag, _Callable& __func)
680 __call_once_param<_Callable> __p(__func);
688 call_once(once_flag& __flag, const _Callable& __func)
692 __call_once_param<const _Callable> __p(__func);
H A Dfunctional1572 // __func implements __base for a given functor type.
1574 template<class _FD, class _Alloc, class _FB> class __func;
1577 class __func<_Fp, _Alloc, _Rp(_ArgTypes...)>
1583 explicit __func(_Fp&& __f)
1587 explicit __func(const _Fp& __f, const _Alloc& __a)
1591 explicit __func(const _Fp& __f, _Alloc&& __a)
1595 explicit __func(_Fp&& __f, _Alloc&& __a)
1611 __func<_Fp, _Alloc, _Rp(_ArgTypes...)>::__clone() const
1614 typedef typename __rebind_alloc_helper<__alloc_traits, __func>::type _Ap;
1617 unique_ptr<__func, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dftw.h136 extern int ftw (const char *__dir, __ftw_func_t __func, int __descriptors)
140 extern int __REDIRECT (ftw, (const char *__dir, __ftw_func_t __func,
147 extern int ftw64 (const char *__dir, __ftw64_func_t __func,
158 extern int nftw (const char *__dir, __nftw_func_t __func, int __descriptors,
162 extern int __REDIRECT (nftw, (const char *__dir, __nftw_func_t __func,
170 extern int nftw64 (const char *__dir, __nftw64_func_t __func,
H A Dprintf.h99 extern int register_printf_specifier (int __spec, printf_function __func,
108 extern int register_printf_function (int __spec, printf_function __func,
H A Dthreads.h79 extern int thrd_create (thrd_t *__thr, thrd_start_t __func, void *__arg);
152 extern void call_once (once_flag *__flag, void (*__func)(void));
H A Ducontext.h51 extern void makecontext (ucontext_t *__ucp, void (*__func) (void),
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dftw.h136 extern int ftw (const char *__dir, __ftw_func_t __func, int __descriptors)
140 extern int __REDIRECT (ftw, (const char *__dir, __ftw_func_t __func,
147 extern int ftw64 (const char *__dir, __ftw64_func_t __func,
158 extern int nftw (const char *__dir, __nftw_func_t __func, int __descriptors,
162 extern int __REDIRECT (nftw, (const char *__dir, __nftw_func_t __func,
170 extern int nftw64 (const char *__dir, __nftw64_func_t __func,
H A Dprintf.h99 extern int register_printf_specifier (int __spec, printf_function __func,
108 extern int register_printf_function (int __spec, printf_function __func,
H A Dthreads.h79 extern int thrd_create (thrd_t *__thr, thrd_start_t __func, void *__arg);
152 extern void call_once (once_flag *__flag, void (*__func)(void));
/OK3568_Linux_fs/kernel/lib/
H A Dbtree.c708 size_t index, void *__func) in visitorl() argument
710 visitorl_t func = __func; in visitorl()
717 size_t index, void *__func) in visitor32() argument
719 visitor32_t func = __func; in visitor32()
727 size_t index, void *__func) in visitor64() argument
729 visitor64_t func = __func; in visitor64()
737 size_t index, void *__func) in visitor128() argument
739 visitor128_t func = __func; in visitor128()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Dgthr-single.h217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED) in __gthread_once()
223 __gthread_key_create (__gthread_key_t *__key _GLIBCXX_UNUSED, void (*__func) (void *) _GLIBCXX_UNUS… in __gthread_key_create()
H A Dgthr-default.h660 __gthread_create (__gthread_t *__threadid, void *(*__func) (void*), in __gthread_create()
663 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args); in __gthread_create()
697 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) in __gthread_once()
700 return __gthrw_(pthread_once) (__once, __func); in __gthread_once()
H A Dgthr-posix.h660 __gthread_create (__gthread_t *__threadid, void *(*__func) (void*), in __gthread_create()
663 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args); in __gthread_create()
697 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) in __gthread_once()
700 return __gthrw_(pthread_once) (__once, __func); in __gthread_once()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Dgthr-single.h217 __gthread_once (__gthread_once_t *__once _GLIBCXX_UNUSED, void (*__func) (void) _GLIBCXX_UNUSED) in __gthread_once()
223 __gthread_key_create (__gthread_key_t *__key _GLIBCXX_UNUSED, void (*__func) (void *) _GLIBCXX_UNUS… in __gthread_key_create()
H A Dgthr-default.h660 __gthread_create (__gthread_t *__threadid, void *(*__func) (void*), in __gthread_create()
663 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args); in __gthread_create()
697 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) in __gthread_once()
700 return __gthrw_(pthread_once) (__once, __func); in __gthread_once()
H A Dgthr-posix.h660 __gthread_create (__gthread_t *__threadid, void *(*__func) (void*), in __gthread_create()
663 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args); in __gthread_create()
697 __gthread_once (__gthread_once_t *__once, void (*__func) (void)) in __gthread_once()
700 return __gthrw_(pthread_once) (__once, __func); in __gthread_once()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dregex_compiler.tcc297 #define __INSERT_REGEX_MATCHER(__func, ...)\ argument
301 __func<false, false>(__VA_ARGS__);\
303 __func<false, true>(__VA_ARGS__);\
306 __func<true, false>(__VA_ARGS__);\
308 __func<true, true>(__VA_ARGS__);\
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dregex_compiler.tcc297 #define __INSERT_REGEX_MATCHER(__func, ...)\ argument
301 __func<false, false>(__VA_ARGS__);\
303 __func<false, true>(__VA_ARGS__);\
306 __func<true, false>(__VA_ARGS__);\
308 __func<true, true>(__VA_ARGS__);\
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dsource_location54 const char* __func = __builtin_FUNCTION(),
60 __loc._M_func = __func;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dsource_location54 const char* __func = __builtin_FUNCTION(),
60 __loc._M_func = __func;
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Ddiag288_wdt.c76 register unsigned long __func asm("2") = func; in __diag288()
88 : "+d" (err) : "d"(__func), "d"(__timeout), in __diag288()

123