OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_init_copy
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/nvmectl/
bignum.c
523
mp_init_copy
(mp_int * a, mp_int * b)
function in typeref:typename:int
1020
if ((res =
mp_init_copy
(&x, a)) != MP_OKAY) {
1024
if ((res =
mp_init_copy
(&y, b)) != MP_OKAY) {
2590
if ((res =
mp_init_copy
(&q, x)) != MP_OKAY) {
4767
if ((err =
mp_init_copy
(&n1, a)) != MP_OKAY) {
4775
if ((err =
mp_init_copy
(&r, &n1)) != MP_OKAY) {
4930
if ((res =
mp_init_copy
(&t, a)) != MP_OKAY) {
4978
if ((res =
mp_init_copy
(&t, a)) != MP_OKAY) {
5137
if ((res =
mp_init_copy
(&u, a)) != MP_OKAY) {
5141
if ((res =
mp_init_copy
(&v, b)) != MP_OKAY)
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025