Home
last modified time | relevance | path

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

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