Home
last modified time | relevance | path

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

/dports/lang/gauche/Gauche-0.9.10/gc/tests/
H A Dtest.c404 # define small_cons_leaf(x) small_cons(INT_TO_SEXPR(x), nil) macro
406 sexpr small_cons_leaf(int x) in small_cons_leaf() function
471 return small_cons(small_cons_leaf(low), ints(low + 1, up)); in ints()
508 return(small_cons_uncollectable(small_cons_leaf(low), in uncollectable_ints()
/dports/devel/boehm-gc/gc-8.0.6/tests/
H A Dtest.c404 # define small_cons_leaf(x) small_cons(INT_TO_SEXPR(x), nil) macro
406 sexpr small_cons_leaf(int x) in small_cons_leaf() function
471 return small_cons(small_cons_leaf(low), ints(low + 1, up)); in ints()
508 return(small_cons_uncollectable(small_cons_leaf(low), in uncollectable_ints()
/dports/devel/boehm-gc-redirect/gc-8.0.6/tests/
H A Dtest.c404 # define small_cons_leaf(x) small_cons(INT_TO_SEXPR(x), nil) macro
406 sexpr small_cons_leaf(int x) in small_cons_leaf() function
471 return small_cons(small_cons_leaf(low), ints(low + 1, up)); in ints()
508 return(small_cons_uncollectable(small_cons_leaf(low), in uncollectable_ints()
/dports/devel/boehm-gc-threaded/gc-8.0.6/tests/
H A Dtest.c404 # define small_cons_leaf(x) small_cons(INT_TO_SEXPR(x), nil) macro
406 sexpr small_cons_leaf(int x) in small_cons_leaf() function
471 return small_cons(small_cons_leaf(low), ints(low + 1, up)); in ints()
508 return(small_cons_uncollectable(small_cons_leaf(low), in uncollectable_ints()