Searched defs:__key (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | ptrauth.h | 93 #define ptrauth_strip(__value, __key) __builtin_ptrauth_strip(__value, __key) argument 123 #define ptrauth_sign_constant(__value, __key, __data) \ argument 138 #define ptrauth_sign_unauthenticated(__value, __key, __data) \ argument 258 #define ptrauth_strip(__value, __key) \ argument 271 #define ptrauth_sign_constant(__value, __key, __data) \ argument 278 #define ptrauth_sign_unauthenticated(__value, __key, __data) \ argument
|
H A D | keylockerintrin.h | 130 _mm_encodekey128_u32(unsigned int __htype, __m128i __key, void *__h) { in _mm_encodekey128_u32()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_ptrauth.h | 19 # define ptrauth_strip(__value, __key) \ argument 36 # define ptrauth_strip(__value, __key) __value argument
|
H A D | sanitizer_platform_limits_posix.h | 215 int __key; member
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
H A D | c11.h | 179 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create() 183 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return tss_get(__key)… in __libcpp_tls_get() 185 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
|
H A D | pthread.h | 209 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_create(__libcpp_tls_key* __key, void (*__at_exit)(voi… in __libcpp_tls_create() 213 inline _LIBCPP_HIDE_FROM_ABI void* __libcpp_tls_get(__libcpp_tls_key __key) { return pthread_getspe… in __libcpp_tls_get() 215 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_tls_set(__libcpp_tls_key __key, void* __p) { in __libcpp_tls_set()
|
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | boyer_moore_searcher.h | 62 insert(const key_type & __key,value_type __val) insert() argument 91 insert(key_type __key,value_type __val) insert() argument
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-trans.c | 25 static struct lock_class_key __key; in iwl_trans_alloc() local
|