HomeSort by: relevance | last modified time | path
    Searched refs:__TMP_ALIGN (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/gmp/dist/
tal-notreent.c 51 #define HSIZ ROUND_UP_MULTIPLE (sizeof (tmp_stack), __TMP_ALIGN)
61 ASSERT ((size % __TMP_ALIGN) == 0);
62 ASSERT (((unsigned) current->alloc_point % __TMP_ALIGN) == 0);
80 now = (now * 3 / 2 + __TMP_ALIGN - 1) & -__TMP_ALIGN;
101 ASSERT (((unsigned) that % __TMP_ALIGN) == 0);
tal-reent.c 52 #define HSIZ ROUND_UP_MULTIPLE (sizeof (struct tmp_reentrant_t), __TMP_ALIGN)
gmp-impl.h 354 #define __TMP_ALIGN sizeof (union tmp_align_t)
421 __gmp_tmp_alloc (ROUND_UP_MULTIPLE ((unsigned long) (n), __TMP_ALIGN))

Completed in 20 milliseconds