Home | History | Annotate | Download | only in nvmectl

Lines Matching defs:digit

48 	static mp_digit digit = 5UL;
49 static const BIGNUM bn = { &digit, 1, 1, 0 };
56 static mp_digit digit = 10UL;
57 static const BIGNUM bn = { &digit, 1, 1, 0 };
64 static mp_digit digit = 50UL;
65 static const BIGNUM bn = { &digit, 1, 1, 0 };
72 static mp_digit digit = 100UL;
73 static const BIGNUM bn = { &digit, 1, 1, 0 };
80 static mp_digit digit = 995UL;
81 static const BIGNUM bn = { &digit, 1, 1, 0 };
88 static mp_digit digit = 1000UL;
89 static const BIGNUM bn = { &digit, 1, 1, 0 };
96 static mp_digit digit = 1024UL;
97 static const BIGNUM bn = { &digit, 1, 1, 0 };
151 baselen = 3; /* sign, digit, prefix */
155 baselen = 2; /* digit, prefix */