Home
last modified time | relevance | path

Searched refs:mtop (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_mod.c56 size_t i, ai, bi, mtop = m->top; in bn_mod_add_fixed_top() local
61 if (bn_wexpand(r, mtop) == NULL) in bn_mod_add_fixed_top()
64 if (mtop > sizeof(storage) / sizeof(storage[0])) { in bn_mod_add_fixed_top()
65 tp = OPENSSL_malloc(mtop * sizeof(BN_ULONG)); in bn_mod_add_fixed_top()
75 for (i = 0, ai = 0, bi = 0, carry = 0; i < mtop;) { in bn_mod_add_fixed_top()
89 carry -= bn_sub_words(rp, tp, m->d, mtop); in bn_mod_add_fixed_top()
90 for (i = 0; i < mtop; i++) { in bn_mod_add_fixed_top()
94 r->top = mtop; in bn_mod_add_fixed_top()
140 size_t i, ai, bi, mtop = m->top; in bn_mod_sub_fixed_top() local
144 if (bn_wexpand(r, mtop) in bn_mod_sub_fixed_top()
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_mod.c51 size_t i, ai, bi, mtop = m->top; in bn_mod_add_fixed_top() local
56 if (bn_wexpand(r, mtop) == NULL) in bn_mod_add_fixed_top()
59 if (mtop > sizeof(storage) / sizeof(storage[0])) { in bn_mod_add_fixed_top()
60 tp = OPENSSL_malloc(mtop * sizeof(BN_ULONG)); in bn_mod_add_fixed_top()
70 for (i = 0, ai = 0, bi = 0, carry = 0; i < mtop;) { in bn_mod_add_fixed_top()
84 carry -= bn_sub_words(rp, tp, m->d, mtop); in bn_mod_add_fixed_top()
85 for (i = 0; i < mtop; i++) { in bn_mod_add_fixed_top()
89 r->top = mtop; in bn_mod_add_fixed_top()
135 size_t i, ai, bi, mtop = m->top; in bn_mod_sub_fixed_top() local
139 if (bn_wexpand(r, mtop) in bn_mod_sub_fixed_top()
[all...]
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmtio.h7 struct mtop { struct
134 #define MTIOCTOP _IOW('m', 1, struct mtop)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmtio.h7 struct mtop { struct
134 #define MTIOCTOP _IOW('m', 1, struct mtop)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmtio.h7 struct mtop { struct
134 #define MTIOCTOP _IOW('m', 1, struct mtop)
/third_party/musl/include/sys/
H A Dmtio.h7 struct mtop { struct
134 #define MTIOCTOP _IOW('m', 1, struct mtop)

Completed in 5 milliseconds