Home
last modified time | relevance | path

Searched refs:sizeof_bigDigitType (Results 1 – 3 of 3) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dflistutl.c371 count.big_elems * sizeof_bigDigitType, in heapStatistic()
373 (unsigned int) sizeof_bigDigitType); in heapStatistic()
374 bytes_used += count.big_elems * sizeof_bigDigitType; in heapStatistic()
H A Dheaputl.h100 extern const size_t sizeof_bigDigitType;
254 …define SIZ_BIG(len) ((sizeof_bigIntRecord - sizeof_bigDigitType) + (len) * sizeof_bigDigit…
H A Dbig_rtl.c231 const size_t sizeof_bigDigitType = sizeof(bigDigitType); variable