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

  /src/external/lgpl3/gmp/dist/
tal-reent.c 52 #define HSIZ ROUND_UP_MULTIPLE (sizeof (struct tmp_reentrant_t), __TMP_ALIGN)
tal-notreent.c 51 #define HSIZ ROUND_UP_MULTIPLE (sizeof (tmp_stack), __TMP_ALIGN)
gmp-impl.h 362 #define ROUND_UP_MULTIPLE(a,m) \
421 __gmp_tmp_alloc (ROUND_UP_MULTIPLE ((unsigned long) (n), __TMP_ALIGN))
  /src/external/lgpl3/gmp/dist/mpz/
out_raw.c 72 tsize = ROUND_UP_MULTIPLE ((unsigned) 4, GMP_LIMB_BYTES) + bytes;
75 bp = tp + ROUND_UP_MULTIPLE ((unsigned) 4, GMP_LIMB_BYTES);

Completed in 18 milliseconds