Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c322 #define REALLOC_BIG_CHECK_SIZE(v1,v2,l1,l2) if((l2) <= MAX_BIG_LEN) \ macro
3277 REALLOC_BIG_CHECK_SIZE(resized_absoluteValue, absoluteValue, in bigAbs()
3327 REALLOC_BIG_CHECK_SIZE(resized_big1, big1, pos, pos + 1); in bigAbsTemp()
3459 REALLOC_BIG_CHECK_SIZE(resized_big1, big1, big1_size, big1_size + 1); in bigAddAssign()
3559 REALLOC_BIG_CHECK_SIZE(resized_big1, big1, big1_size, big1_size + 1); in bigAddAssignSignedDigit()
3923 REALLOC_BIG_CHECK_SIZE(resized_big1, big1, pos, pos + 1); in bigDecr()
4833 REALLOC_BIG_CHECK_SIZE(resized_big1, big1, pos, pos + 1); in bigIncr()
5342 REALLOC_BIG_CHECK_SIZE(result, big1, big1_size, result_size); in bigLowerBitsTemp()
6189 REALLOC_BIG_CHECK_SIZE(resized_big1, big1, pos, pos + 1); in bigNegateTemp()
6515 REALLOC_BIG_CHECK_SIZE(resized_big1, big1, pos, pos + 1); in bigPredTemp()
[all …]