Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/prng/
H A Dentropy.c422 #define ADAPTIVE_PROPORTION_INDEX_MASK (ADAPTIVE_PROPORTION_WINDOW - 1) macro
433 uint32_t index = (entropy_data.total_sample_count + offset) & ADAPTIVE_PROPORTION_INDEX_MASK; in adaptive_proportion_test()