OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TMP_ALLOC
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpf/
out_str.c
76
str = (char *)
TMP_ALLOC
(n_digits + 2); /* extra for minus sign and \0 */
get_str.c
186
tstr = (unsigned char *)
TMP_ALLOC
(n_digits + 2 * GMP_LIMB_BITS + 3);
set_str.c
202
s = begs = (char *)
TMP_ALLOC
(str_size + 1);
/src/external/lgpl3/gmp/dist/mpz/
out_str.c
84
str = (unsigned char *)
TMP_ALLOC
(str_size);
set_str.c
114
s = begs = (char *)
TMP_ALLOC
(str_size + 1);
/src/external/lgpl3/gmp/dist/tests/
trace.c
251
s = (char *)
TMP_ALLOC
(strlen (filename) + 50);
/src/external/lgpl3/mpfr/dist/src/
mpfr-gmp.h
291
MPFR_ALLOCA_MAX needs to be 0 (see the definition of
TMP_ALLOC
below);
329
#define
TMP_ALLOC
(n) (MPFR_ASSERTD ((n) > 0), \
335
#define
TMP_ALLOC
(n) (mpfr_tmp_allocate (&tmp_marker, (n)))
344
the allocation is done on the stack (see
TMP_ALLOC
above). */
mpfr-impl.h
1338
#define MPFR_TMP_ALLOC
TMP_ALLOC
1343
#define MPFR_TMP_ALLOC(s)
TMP_ALLOC
(s)
/src/external/lgpl3/gmp/dist/
gmp-impl.h
333
ptr =
TMP_ALLOC
(bytes);
337
TMP_BALLOC. Allocations that might be small or big should use
TMP_ALLOC
.
343
in a list of variables. TMP_MARK must be done before any
TMP_ALLOC
.
344
TMP_ALLOC
(0) is not allowed. TMP_FREE doesn't need to be done if a
361
the WANT_TMP_NOTREENTRANT version of
TMP_ALLOC
below will be a noop. */
383
#define
TMP_ALLOC
(n) \
398
#define TMP_SALLOC(n)
TMP_ALLOC
(n)
399
#define TMP_BALLOC(n)
TMP_ALLOC
(n)
400
#define
TMP_ALLOC
(n) __gmp_tmp_reentrant_alloc (&__tmp_marker, n)
418
#define TMP_SALLOC(n)
TMP_ALLOC
(n
[
all
...]
/src/external/lgpl3/gmp/dist/tune/
tuneup.c
740
t = (double*)
TMP_ALLOC
(n * sizeof (*t));
2765
str = (unsigned char *)
TMP_ALLOC
(s->size);
speed.h
53
align_pointer (
TMP_ALLOC
((bytes) + (align)-1), (align))
73
/* Set ptr to a
TMP_ALLOC
block of the given limbs, with the given limb
3551
wp = (unsigned char *)
TMP_ALLOC
(wn); \
3597
xp = (unsigned char *)
TMP_ALLOC
(s->size); \
Completed in 36 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026