Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dheaputl.h101 extern const size_t sizeof_bigIntRecord;
254 #define SIZ_BIG(len) ((sizeof_bigIntRecord - sizeof_bigDigitType) + (len) * sizeof_bigDigit…
H A Dbig_rtl.c232 const size_t sizeof_bigIntRecord = sizeof(bigIntRecord); variable