Home
last modified time | relevance | path

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

/dports/lang/scheme48/scheme48-1.9.2/c/
H A Dscheme48vm-64.c3615 long s48_allocate_bignum(long size_634X) in s48_allocate_bignum() argument
3618 { addr_635X = s48_allocate_small((8 + size_634X)); in s48_allocate_bignum()
3619 *((long *) addr_635X) = (long) ((78 + (PS_SHIFT_LEFT_INLINE(size_634X, 8)))); in s48_allocate_bignum()
H A Dscheme48vm-32.c3615 long s48_allocate_bignum(long size_634X) in s48_allocate_bignum() argument
3618 { addr_635X = s48_allocate_small((4 + size_634X)); in s48_allocate_bignum()
3619 *((long *) addr_635X) = (long) ((78 + (PS_SHIFT_LEFT_INLINE(size_634X, 8)))); in s48_allocate_bignum()