Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sound/pci/
HDemu10kx.c2554 #define L2L_POINTS 10 macro
2556 static int l2l_df[L2L_POINTS] = {
2569 static int l2l_f[L2L_POINTS] = {
2599 idx = (L2L_POINTS - 1) - log_t / (L2L_POINTS); in log2lin()
2600 lin = log_t % (L2L_POINTS); in log2lin()