Searched refs:LOGSIZE (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmutils.c800 #define LOGSIZE 256 /* should be power of 2 to avoid div below */ macro
806 } logtab[LOGSIZE];
835 logi = (i + 1) % LOGSIZE;
861 logi = (i + 1) % LOGSIZE;
882 num += LOGSIZE;
886 for (j = 0; j < num && (buf < limit); readi = (readi + 1) % LOGSIZE, j++) {
912 i = ((i > 0) && (i < (LOGSIZE - 1))) ? i : (LOGSIZE - 1);
913 return ((logi - i) % LOGSIZE);
918 ASSERT(i < LOGSIZE);
[all...]

Completed in 88 milliseconds