Home
last modified time | relevance | path

Searched refs:TMP_ALLOC_TYPE (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/lgpl3/gmp/dist/
H A Dgmp-impl.h488 #define TMP_ALLOC_TYPE(n,type) ((type *) TMP_ALLOC ((n) * sizeof (type))) macro
491 #define TMP_ALLOC_LIMBS(n) TMP_ALLOC_TYPE(n,mp_limb_t)
494 #define TMP_ALLOC_MP_PTRS(n) TMP_ALLOC_TYPE(n,mp_ptr)
H A DChangeLog27685 (numberof, TMP_ALLOC_TYPE etc, _MP_ALLOCATE_FUNC_TYPE etc,