OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MP_ALLOC
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/imath/
imath.h
67
static inline mp_size
MP_ALLOC
(mp_int Z) { return Z->alloc; }
imath.c
1718
if (
MP_ALLOC
(z) < min) {
1725
} else if ((tmp = s_realloc(MP_DIGITS(z),
MP_ALLOC
(z), nsize)) == NULL) {
2577
r.alloc =
MP_ALLOC
(u);
Completed in 18 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026