Searched refs:__key (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/EXTERNAL_HEADERS/ |
| H A D | ptrauth.h | 136 #define ptrauth_strip(__value, __key) \ argument 137 __builtin_ptrauth_strip(__value, __key) 188 #define ptrauth_sign_constant(__value, __key, __data) \ argument 189 __builtin_ptrauth_sign_constant(__value, __key, __data) 203 #define ptrauth_sign_unauthenticated(__value, __key, __data) \ argument 204 __builtin_ptrauth_sign_unauthenticated(__value, __key, __data) 342 #define __ptrauth_swift_value_witness_function_pointer(__key) \ argument 343 __ptrauth(ptrauth_key_function_pointer,1,__key) 347 #define ptrauth_strip(__value, __key) ({ (void)__key; __value; }) argument 351 #define ptrauth_sign_constant(__value, __key, __data) ({ (void)__key; (void)__data; __value; }) argument [all …]
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | priority_queue.h | 143 long __key: PRIORITY_QUEUE_ENTRY_KEY_BITS; member 153 long __key: PRIORITY_QUEUE_ENTRY_KEY_BITS; member
|