Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/ncsw/inc/
H A Dtypes_freebsd.h71 #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-src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h166 constexpr __arg_t __arg = __determine_arg_t<_Context, _Dp>(); in __create_format_arg() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h64 __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.h64 __DEVICE__ __CONSTEXPR__ float frexp(float __arg, int *__exp) { in frexp()
H A Darm_acle.h841 __tcancel(__arg) global() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h441 __allocator_construct_at_multidimensional(_Alloc & __alloc,_Tp * __loc,_Arg const & __arg) __allocator_construct_at_multidimensional() argument