Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kperf/
H A Dtask_samplers.c98 ENCODE_LOWER_64(tksn->kptksn_pageins), in kperf_task_snapshot_log()
H A Dbuffer.h53 #define ENCODE_LOWER_64(U32) (((uint64_t)(U32)) & (UINT32_MAX)) macro