Searched refs:maxw (Results 1 – 4 of 4) sorted by relevance
98 ulong_t maxw = nbits >> BT_ULSHIFT; in dt_regset_alloc() local101 for (wx = 0; wx <= maxw; wx++) { in dt_regset_alloc()106 if (wx <= maxw) { in dt_regset_alloc()107 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1; in dt_regset_alloc()
793 ulong_t maxw = n >> BT_ULSHIFT; in dt_popcb() local799 for (w = 0; w < maxw; w++) in dt_popcb()802 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1))); in dt_popcb()
131 { reg ssize_t maxw = 4*(_Sfpage > 0 ? _Sfpage : SF_PAGE); local138 else if(w > fr->size && maxw > fr->size)140 if(w >= maxw)141 w = maxw;
318 tchar * nhyend, *maxw; in digram() local343 maxw = w + 1; in digram()348 *hyp++ = maxw; in digram()