Searched refs:maxw (Results 1 – 6 of 6) sorted by relevance
99 ulong_t maxw = nbits >> BT_ULSHIFT; in dt_regset_alloc() local102 for (wx = 0; wx <= maxw; wx++) { in dt_regset_alloc()107 if (wx <= maxw) { in dt_regset_alloc()108 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1; in dt_regset_alloc()
877 ulong_t maxw = n >> BT_ULSHIFT; in dt_popcb() local883 for (w = 0; w < maxw; w++) in dt_popcb()886 return (popc + dt_popc(bp[maxw] & ((1UL << maxb) - 1))); in dt_popcb()
64 static int ccol, crow, maxw; variable322 maxw = 0; in startwords()341 ccol += (maxw + 5); in addword()343 maxw = 0; in addword()348 if ((n = strlen(w)) > maxw) in addword()349 maxw = n; in addword()
166 int maxw; in do_set() local185 maxw = 32; in do_set()192 maxw = 128; in do_set()200 if ((w < 0) || (w > maxw)) in do_set()
911 immutable maxw = minw < f.width ? f.width : minw; member912 immutable difw = maxw - minw;
1311 immutable maxw = minw < f.width ? f.width : minw;1312 immutable difw = maxw - minw;