Searched defs:lshift (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/libecc/src/nn/ |
H A D | nn_logical.c | 42 bitcnt_t lshift, hshift; in nn_lshift_fixedlen() local 96 bitcnt_t lshift, hshift, blen; in nn_lshift() local 160 bitcnt_t lshift, hshift; in nn_rshift_fixedlen() local 214 bitcnt_t lshift, hshift; in nn_rshift() local
|
/freebsd/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/usr.bin/dtc/ |
H A D | input_buffer.cc | 665 struct lshift struct 667 constexpr T operator()(const T &lhs, const T &rhs) const in operator ()()
|
/freebsd/contrib/gdtoa/ |
H A D | misc.c | 434 lshift in lshift() function
|
H A D | gdtoaimp.h | 571 #define lshift __lshift_D2A macro
|
/freebsd/contrib/tcsh/ |
H A D | sh.misc.c | 413 lshift(Char **v, int c) in lshift() function
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vioapic.c | 317 int regnum, pin, lshift; in vioapic_write() local
|
/freebsd/crypto/openssl/test/ |
H A D | bntest.c | 1359 BIGNUM *a = NULL, *lshift = NULL, *ret = NULL; in file_lshift() local
|
/freebsd/stand/ficl/ |
H A D | words.c | 3815 static void lshift(FICL_VM *pVM) in lshift() function
|