OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lshift_digits
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/nvmectl/
bignum.c
157
lshift_digits
(mp_int * a, int b)
function in typeref:typename:int
272
if ((res =
lshift_digits
(c, b / DIGIT_BIT)) != MP_OKAY) {
1051
if ((res =
lshift_digits
(&y, n - t)) != MP_OKAY) { /* y = y*b**{n-t} */
1115
if ((res =
lshift_digits
(&t1, i - t - 1)) != MP_OKAY) {
1128
if ((res =
lshift_digits
(&t1, i - t - 1)) != MP_OKAY) {
2029
if ((res =
lshift_digits
(&w1, 1*B)) != MP_OKAY) {
2032
if ((res =
lshift_digits
(&w2, 2*B)) != MP_OKAY) {
2035
if ((res =
lshift_digits
(&w3, 3*B)) != MP_OKAY) {
2038
if ((res =
lshift_digits
(&w4, 4*B)) != MP_OKAY) {
2198
if (
lshift_digits
(&t1, B) != MP_OKAY)
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025