Searched refs:pshift (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_missing.c | 47 uint64_t *ashift, uint64_t *pshift) in vdev_missing_open() argument 59 *pshift = 0; in vdev_missing_open()
|
H A D | vdev_root.c | 85 uint64_t *ashift, uint64_t *pshift) in vdev_root_open() argument 119 *pshift = 0; in vdev_root_open()
|
/freebsd/crypto/libecc/src/arithmetic_tests/ |
H A D | arithmetic_tests_generator.py | 1129 pshift = p_bitsize - cnt 1130 nn_pnorm = nn_p << pshift 1133 return pshift, nn_pnorm, prec 1743 pshift, nn_pnorm, prec = compute_div_coef(nn_mod, 2*getwlenbitlen(nn_mod, wlen)) 1745 pshift, nn_pnorm, prec = compute_div_coef(nn_mod, getwlenbitlen(nn_mod, wlen)) 1748 s = fmt % (op, format_int_string(nn_pnorm, wlen), pshift, prec, format_int_string(nn_mod, wlen)) 1761 pshift, nn_pnorm, prec = compute_div_coef(nn_p, nn_nbits) 1765 fmpinv % pshift, f % nn_pnorm, fmpinv % prec))
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_eq.c | 146 int32_t pmul, pshift; in feed_eq_biquad() local 149 pshift = feed_eq_preamp[info->preamp].shift; in feed_eq_biquad() 157 v = ((intpcm64_t)pmul * v) >> pshift; in feed_eq_biquad() 172 v = ((intpcm64_t)pmul * v) >> pshift; in feed_eq_biquad()
|
/freebsd/sys/dev/ata/chipsets/ |
H A D | ata-intel.c | 411 int mask, pshift, timeout, devs; in ata_intel_reset() local 432 pshift = 8; in ata_intel_reset() 434 pshift = 4; in ata_intel_reset() 436 pcs = (pci_read_config(parent, 0x92, 2) >> pshift) & mask; in ata_intel_reset()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev_impl.h | 73 uint64_t *ashift, uint64_t *pshift);
|
/freebsd/crypto/libecc/scripts/ |
H A D | expand_libecc.py | 82 pshift = int(pbitlen - cnt) 83 primenorm = prime << pshift 86 return pshift, primenorm, prec
|