Lines Matching refs:vli
42 * @x: X coordinate in vli form.
43 * @y: Y coordinate in vli form.
191 * vli_is_zero() - Determine is vli is zero
193 * @vli: vli to check.
194 * @ndigits: length of the @vli
196 bool vli_is_zero(const u64 *vli, unsigned int ndigits);
201 * @left: vli
202 * @right: vli
214 * @left: vli
215 * @right vli
226 * vli_from_be64() - Load vli from big-endian u64 array
228 * @dest: destination vli
230 * @ndigits: length of both vli and array
235 * vli_from_le64() - Load vli from little-endian u64 array
237 * @dest: destination vli
239 * @ndigits: length of both vli and array
246 * @result: where to write vli number
247 * @input: vli value to operate on
258 * @left: vli number to multiply with @right
259 * @right: vli number to multiply with @left