Searched defs:rshift (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/contrib/gdtoa/ |
H A D | gmisc.c | 36 rshift(b, k) Bigint *b; int k; in rshift() function
|
H A D | gdtoaimp.h | 579 #define rshift __rshift_D2A macro
|
/freebsd-src/sys/dev/vt/hw/simplefb/ |
H A D | simplefb.c | 74 int rbits, rshift; global() member
|
/freebsd-src/crypto/openssl/crypto/bn/ |
H A D | bn_div.c | 145 int rshift = BN_num_bits_word(d[top - 1]), lshift, i; in bn_left_align() local
|
/freebsd-src/usr.bin/dtc/ |
H A D | input_buffer.cc | 673 struct rshift struct 675 constexpr T operator()(const T &lhs, const T &rhs) const in operator ()()
|
/freebsd-src/crypto/openssl/providers/implementations/kdfs/ |
H A D | krb5kdf.c | 294 unsigned int rotbits, rshift, rbyte; in n_fold() local
|
/freebsd-src/sys/amd64/vmm/io/ |
H A D | vioapic.c | 278 int regnum, pin, rshift; vioapic_read() local
|
/freebsd-src/contrib/arm-optimized-routines/math/test/ |
H A D | mathtest.c | 1244 int rshift, ishift; runtest() local
|
/freebsd-src/usr.sbin/bhyve/ |
H A D | pci_emul.c | 2217 int rshift; pci_emul_cmdsts_write() local
|
/freebsd-src/crypto/openssl/test/ |
H A D | bntest.c | 1384 BIGNUM *a = NULL, *rshift = NULL, *ret = NULL; in file_rshift() local
|
/freebsd-src/stand/ficl/ |
H A D | words.c | 3830 static void rshift(FICL_VM *pVM) in rshift() function
|