| /netvirt/usr/src/uts/sun4v/io/n2rng/ |
| n2rng_entp_setup.c | 50 * oscillator can be set to 4 different bias setttings. The bias 105 #define ENCODEBIAS(osc, bias) (((bias) & 0x3) << (2 * (osc))) 251 * bias setting. A particular datum goes in table[osc][bias]. 256 int bias; local 270 for (bias = 0; bias < N2RNG_NBIASES; bias++) [all...] |
| n2rng_kstat.c | 91 "rng%d-cell%d-bias", i, j); 194 rng->n_bias_info[j].bias;
|
| /netvirt/usr/src/grub/grub-0.95/stage2/zfs-include/ |
| spa.h | 45 #define BF32_GET_SB(x, low, len, shift, bias) \ 46 ((BF32_GET(x, low, len) + (bias)) << (shift)) 47 #define BF64_GET_SB(x, low, len, shift, bias) \ 48 ((BF64_GET(x, low, len) + (bias)) << (shift)) 50 #define BF32_SET_SB(x, low, len, shift, bias, val) \ 51 BF32_SET(x, low, len, ((val) >> (shift)) - (bias)) 52 #define BF64_SET_SB(x, low, len, shift, bias, val) \ 53 BF64_SET(x, low, len, ((val) >> (shift)) - (bias))
|
| /netvirt/usr/src/uts/common/fs/zfs/ |
| dmu_traverse.c | 75 * < objset + bias, object + bias, blkoff, level ^ bias > 77 * where 'bias' is either 0 or -1 (for ADVANCE_PRE or ADVANCE_POST) 78 * and 'blkoff' is (blkid - bias) << BP_SPAN_SHIFT(level, wshift). 88 int bias = (advance & ADVANCE_PRE) ? 0 : -1; local 92 if (szb->zb_objset + bias < ezb->zb_objset + bias) 95 if (szb->zb_objset + bias > ezb->zb_objset + bias) [all...] |
| /netvirt/usr/src/uts/common/fs/zfs/sys/ |
| spa.h | 69 #define BF32_GET_SB(x, low, len, shift, bias) \ 70 ((BF32_GET(x, low, len) + (bias)) << (shift)) 71 #define BF64_GET_SB(x, low, len, shift, bias) \ 72 ((BF64_GET(x, low, len) + (bias)) << (shift)) 74 #define BF32_SET_SB(x, low, len, shift, bias, val) \ 75 BF32_SET(x, low, len, ((val) >> (shift)) - (bias)) 76 #define BF64_SET_SB(x, low, len, shift, bias, val) \ 77 BF64_SET(x, low, len, ((val) >> (shift)) - (bias))
|
| /netvirt/usr/src/cmd/sgs/prof/common/ |
| prof.c | 113 #define DBL_ADDRPERCELL (((double)bias)/sf) 118 #define BIAS ((long)0200000L) 149 long bias; /* adjusted bias */ variable 150 long temp; /* for bias adjust */ 351 /* i(pc) = ((pc - pc_l) * sf)/bias. */ 577 * logically equivalent to 1/(sf/bias), and the latter is much 593 sf = (BIAS * (double)n_pc)/pc_m; 595 * Now adjust bias and sf so that there is no overflow 598 bias = BIAS [all...] |
| /netvirt/usr/src/common/mc/mc-amd/ |
| mcamd_rowcol.c | 220 int abitno, ibitno, bias = 0; local 231 bias = 1; 233 ibitno = rcbm->rcb_colbit[abitno + bias]; 251 int abitno, ibitno, bias = 0; local 265 bias = 1; 267 ibitno = rcbm->rcb_colbit[abitno + bias];
|
| /netvirt/usr/src/lib/libast/common/uwin/ |
| support.c | 85 static const short prep1=57, gap=7, bias=129 ; variable 89 static const short prep1=54, gap=4, bias=1023 ; variable 193 return (int)(((*px&mexp)>>gap)-bias); 197 return ( (k>>gap) - bias );
|
| /netvirt/usr/src/uts/sun4v/sys/ |
| n2rng.h | 200 uint64_t bias; member in struct:__anon7490
|