Lines Matching refs:is32bit
1652 int is32bit, qmaxstrlen; local
1665 is32bit = 1;
1678 is32bit = 0;
1700 while ((is32bit ? NULL != ctd32 : NULL != ctd64)) {
1724 sbuf_printf(buf, fmtstr, is32bit ?
1739 Q_TOSTR((is32bit ? ctd32->mu : ctd64->mu), -1, 10, qstr,
1745 fmtstr = is32bit ? ",cnt=%u}" : ",cnt=%ju}";
1749 fmtstr = is32bit ? ",\"cnt\":%u}" : ",\"cnt\":%ju}";
1753 is32bit ? ctd32->cnt : (uintmax_t)ctd64->cnt);
1755 if (is32bit)
1765 (is32bit ? NULL != ctd32 : NULL != ctd64))
1779 int is32bit; local
1785 is32bit = 1;
1789 is32bit = 1;
1793 is32bit = 1;
1797 is32bit = 0;
1801 is32bit = 0;
1805 is32bit = 0;
1824 fmtstr = (is32bit ? "oob=%u" : "oob=%ju");
1828 fmtstr = (is32bit ? "\"oob\":%u,\"bkts\":[" :
1832 sbuf_printf(buf, fmtstr, is32bit ? VSD_CONSTHIST_FIELDVAL(hist,
1918 fmtstr = is32bit ? ",cnt=%u}" : ",cnt=%ju}";
1922 fmtstr = is32bit ? ",\"cnt\":%u}" : ",\"cnt\":%ju}";
1925 sbuf_printf(buf, fmtstr, is32bit ?
2383 int i, is32bit; local
2390 is32bit = 1;
2394 is32bit = 1;
2398 is32bit = 1;
2402 is32bit = 0;
2406 is32bit = 0;
2410 is32bit = 0;
2417 is32bit ? sizeof(uint32_t) : sizeof(uint64_t));
2420 bkts[i].cnt), is32bit ? sizeof(uint32_t) :
2728 int error, i, found, is32bit, has_ub, eq_only; local
2735 is32bit = 1;
2741 is32bit = has_ub = 1;
2747 is32bit = eq_only = 1;
2753 is32bit = has_ub = eq_only = 0;
2758 is32bit = eq_only = 0;
2764 is32bit = has_ub = 0;
2901 if (is32bit)
2906 if (is32bit)
2926 int error, idx, is32bit, maxctds, remctds, tmperr; local
2939 is32bit = 1;
2954 is32bit = 0;
3008 if (is32bit)
3012 } while ((is32bit ? ARB_ISFREE(ctd32, ctdlnk) :
3016 if (is32bit)
3031 KASSERT((is32bit ?
3035 (is32bit ? (void *)ctd32tree : (void *)ctd64tree)));
3037 while ((is32bit ? ctd32 != NULL : ctd64 != NULL)) {
3039 if (is32bit) {
3069 (is32bit ? (void *)ctd32tree : (void *)ctd64tree)));
3088 int error, is32bit, n; local
3099 is32bit = 1;
3108 is32bit = 0;
3135 if (is32bit)
3141 lb = (is32bit ? (void *)ARB_ROOT(ctd32tree) :
3150 cur = (is32bit ?
3153 if (is32bit) {
3189 cur = (is32bit ?
3193 for (n = 0; cur != ub; cur = (is32bit ?
3196 if (is32bit)
3241 if ((is32bit && ((ctd32->cnt + weight) <=
3243 (!is32bit && ((ctd64->cnt + weight) <=
3253 (is32bit ? ARB_FULL(ctd32tree) : ARB_FULL(ctd64tree)) &&
3262 if (is32bit) {
3338 if (is32bit) {
3377 if (is32bit)