Lines Matching refs:vli
151 * vli_is_zero() - Determine is vli is zero
153 * @vli: vli to check.
154 * @ndigits: length of the @vli
156 bool vli_is_zero(const u64 *vli, unsigned int ndigits);
161 * @left: vli
162 * @right: vli
174 * @left: vli
175 * @right vli
186 * vli_from_be64() - Load vli from big-endian u64 array
188 * @dest: destination vli
190 * @ndigits: length of both vli and array
195 * vli_from_le64() - Load vli from little-endian u64 array
197 * @dest: destination vli
199 * @ndigits: length of both vli and array
206 * @result: where to write vli number
207 * @input: vli value to operate on
218 * @left: vli number to multiply with @right
219 * @right: vli number to multiply with @left
229 * vli_num_bits() - Counts the number of bits required for vli.
231 * @vli: vli to check.
232 * @ndigits: Length of the @vli
234 * Return: The number of bits required to represent @vli.
236 unsigned int vli_num_bits(const u64 *vli, unsigned int ndigits);