Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dfindmask.c48 #define NOISE 20 macro
105 if (a >= NOISE && b >= NOISE) break; in thread_func()
108 if (a < NOISE) b = a; in thread_func()
109 if (b < NOISE) { in thread_func()