Home
last modified time | relevance | path

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

/xnu-11417.121.6/EXTERNAL_HEADERS/
H A Dptrauth.h136 #define ptrauth_strip(__value, __key) \ argument
188 #define ptrauth_sign_constant(__value, __key, __data) \ argument
203 #define ptrauth_sign_unauthenticated(__value, __key, __data) \ argument
342 #define __ptrauth_swift_value_witness_function_pointer(__key) \ argument
347 #define ptrauth_strip(__value, __key) ({ (void)__key; __value; }) argument
351 #define ptrauth_sign_constant(__value, __key, __data) ({ (void)__key; (void)__data; __value; }) argument
352 #define ptrauth_sign_unauthenticated(__value, __key, __data) ({ (void)__key; (void)__data; __value;… argument
380 #define __ptrauth_swift_value_witness_function_pointer(__key) argument
/xnu-11417.121.6/osfmk/kern/
H A Dpriority_queue.h143 long __key: PRIORITY_QUEUE_ENTRY_KEY_BITS; member
153 long __key: PRIORITY_QUEUE_ENTRY_KEY_BITS; member