Home
last modified time | relevance | path

Searched defs:lshift (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/libecc/src/nn/
H A Dnn_logical.c42 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 Dbn_div.c145 int rshift = BN_num_bits_word(d[top - 1]), lshift, i; in bn_left_align() local
/freebsd/usr.bin/dtc/
H A Dinput_buffer.cc665 struct lshift struct
667 constexpr T operator()(const T &lhs, const T &rhs) const in operator ()()
/freebsd/contrib/gdtoa/
H A Dmisc.c434 lshift in lshift() function
H A Dgdtoaimp.h571 #define lshift __lshift_D2A macro
/freebsd/contrib/tcsh/
H A Dsh.misc.c413 lshift(Char **v, int c) in lshift() function
/freebsd/sys/amd64/vmm/io/
H A Dvioapic.c317 int regnum, pin, lshift; in vioapic_write() local
/freebsd/crypto/openssl/test/
H A Dbntest.c1359 BIGNUM *a = NULL, *lshift = NULL, *ret = NULL; in file_lshift() local
/freebsd/stand/ficl/
H A Dwords.c3815 static void lshift(FICL_VM *pVM) in lshift() function