Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
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))) == NULL) in bn_mod_add_fixed_top()
66 for (i = 0, ai = 0, bi = 0, carry = 0; i < mtop;) { in bn_mod_add_fixed_top()
80 carry -= bn_sub_words(rp, tp, m->d, mtop); in bn_mod_add_fixed_top()
81 for (i = 0; i < mtop; i++) { in bn_mod_add_fixed_top()
85 r->top = mtop; in bn_mod_add_fixed_top()
131 size_t i, ai, bi, mtop = m->top; in bn_mod_sub_fixed_top() local
135 if (bn_wexpand(r, mtop) == NULL) in bn_mod_sub_fixed_top()
[all …]
/third_party/musl/ndk_musl_include/sys/
Dmtio.h7 struct mtop { struct
134 #define MTIOCTOP _IOW('m', 1, struct mtop)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmtio.h7 struct mtop { struct
134 #define MTIOCTOP _IOW('m', 1, struct mtop)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmtio.h7 struct mtop { struct
134 #define MTIOCTOP _IOW('m', 1, struct mtop)
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmtio.h7 struct mtop { struct
134 #define MTIOCTOP _IOW('m', 1, struct mtop)
/third_party/musl/include/sys/
Dmtio.h7 struct mtop { struct
134 #define MTIOCTOP _IOW('m', 1, struct mtop)