Home
last modified time | relevance | path

Searched refs:ENCODE_UPPER_64 (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/osfmk/kperf/
H A Dtask_samplers.c97 ENCODE_UPPER_64(tksn->kptksn_suspend_count) | in kperf_task_snapshot_log()
H A Dbuffer.h52 #define ENCODE_UPPER_64(U32) (((uint64_t)(U32)) << 32) macro