Home
last modified time | relevance | path

Searched defs:__key (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dptrauth.h93 #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 Dkeylockerintrin.h130 _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 Dsanitizer_ptrauth.h19 # define ptrauth_strip(__value, __key) \ argument
36 # define ptrauth_strip(__value, __key) __value argument
H A Dsanitizer_platform_limits_posix.h215 int __key; member
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dc11.h179 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 Dpthread.h209 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 Dboyer_moore_searcher.h62 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 Diwl-trans.c25 static struct lock_class_key __key; in iwl_trans_alloc() local