Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c1754 const unsigned RECS = 8; in btlog_guess_top() local
1755 struct btlog_record recs[RECS] = {0}; in btlog_guess_top()
1795 for (uint32_t j = 0; j < RECS; j++) { in btlog_guess_top()
1800 for (uint32_t k = j + 1; k < RECS; k++) { in btlog_guess_top()
1814 for (uint32_t j = 0; j < RECS; j++) { in btlog_guess_top()
1828 for (uint32_t j = 0; j < RECS; j++) { in btlog_guess_top()
1836 for (uint32_t j = 1; j < RECS; j++) { in btlog_guess_top()