Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ptrauth.h15 inline unsigned long ptrauth_strip(void* __value, unsigned int __key) { in ptrauth_strip()
34 #define ptrauth_strip(__value, __key) __value argument
H A Dsanitizer_platform_limits_posix.h215 int __key; member
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dboyer_moore_searcher.h54 …_LIBCPP_HIDE_FROM_ABI void insert(const key_type& __key, value_type __val) { __table_[__key] = __v… in insert()
78 _LIBCPP_HIDE_FROM_ABI void insert(key_type __key, value_type __val) { in insert()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-trans.c25 static struct lock_class_key __key; in iwl_trans_alloc() local
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dkeylockerintrin.h131 _mm_encodekey128_u32(unsigned int __htype, __m128i __key, void *__h) { in _mm_encodekey128_u32()