Searched defs:__arg (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/ncsw/inc/ |
H A D | types_freebsd.h | 71 #define QE_32_BIT_SHIFT8(__arg) (uint32_t)((3 - ((uint32_t)&(__arg) & 0x3)) * 8) argument 72 #define QE_32_BIT_SHIFT16(__arg) (uint32_t)((2 - ((uint32_t)&(__arg) & 0x3)) * 8) argument
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_arg.h | 153 _LIBCPP_HIDE_FROM_ABI _Rp __visit_format_arg(_Visitor&& __vis, basic_format_arg<_Context> __arg) { in __visit_format_arg() 312 _LIBCPP_HIDE_FROM_ABI _Rp visit(this basic_format_arg __arg, _Visitor&& __vis) { in visit()
|
H A D | format_arg_store.h | 166 constexpr __arg_t __arg = __determine_arg_t<_Context, _Dp>(); in __create_format_arg() local
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 64 __DEVICE__ float frexp(float __arg, int *__exp) { in frexp() 155 __DEVICE__ float ldexp(float __arg, int __exp) { in ldexp()
|
H A D | __clang_hip_cmath.h | 64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp()
|
H A D | arm_acle.h | 849 #define __tcancel(__arg) __builtin_arm_tcancel(__arg) argument
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
H A D | c11.h | 150 …_FROM_ABI int __libcpp_thread_create(__libcpp_thread_t* __t, void* (*__func)(void*), void* __arg) { in __libcpp_thread_create() argument
|
H A D | pthread.h | 181 …_FROM_ABI int __libcpp_thread_create(__libcpp_thread_t* __t, void* (*__func)(void*), void* __arg) { in __libcpp_thread_create() argument
|
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | uninitialized_algorithms.h | 440 __allocator_construct_at_multidimensional(_Alloc& __alloc, _Tp* __loc, _Arg const& __arg) { in __allocator_construct_at_multidimensional()
|