Home
last modified time | relevance | path

Searched refs:SCM_SET_CELL_WORD_1 (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dprocs.h49 #define SCM_SET_SUBRF(x, v) (SCM_SET_CELL_WORD_1 ((x), (v)))
58 #define SCM_SET_CCLO_BASE(x, v) (SCM_SET_CELL_WORD_1 ((x), (v)))
H A Dsmob.h88 #define SCM_SET_SMOB_DATA(x, data) (SCM_SET_CELL_WORD_1 ((x), (data)))
H A Ddebug.h138 #define SCM_SET_DEBUGOBJ_FRAME(x, f) SCM_SET_CELL_WORD_1 (x, f)
H A Dports.h149 #define SCM_SETPTAB_ENTRY(x, ent) (SCM_SET_CELL_WORD_1 ((x), (scm_t_bits) (ent)))
H A Dgc.h207 #define SCM_SET_CELL_WORD_1(x, v) SCM_SET_CELL_WORD ((x), 1, (v)) macro
H A Dthrow.c57 #define SETJBJMPBUF(x, v) (SCM_SET_CELL_WORD_1 ((x), (scm_t_bits) (v)))
/dports/lang/guile/guile-3.0.7/libguile/
H A Dcontrol.c101 SCM_SET_CELL_WORD_1 (ret, compose_continuation_code.code); in scm_i_make_composable_continuation()
H A Dsmob.c436 SCM_SET_CELL_WORD_1 (ret, data); in scm_i_new_smob()
463 SCM_SET_CELL_WORD_1 (ret, data1); in scm_i_new_double_smob()
H A Dgc.h69 #define SCM_SET_CELL_WORD_1(x, v) SCM_SET_CELL_WORD ((x), 1, (v)) macro
H A Dcontinuations.c107 SCM_SET_CELL_WORD_1 (ret, goto_continuation_code.code); in make_continuation_trampoline()
H A Dgsubr.c351 SCM_SET_CELL_WORD_1 (ret, get_subr_stub_code (idx, nreq, nopt, rest)); in create_subr()
H A Dports.h73 #define SCM_SETSTREAM(port, stream) (SCM_SET_CELL_WORD_1 (port, stream))
H A Dstrings.c143 SCM_SET_CELL_WORD_1 (buf, (scm_t_bits) len); in make_stringbuf()
177 SCM_SET_CELL_WORD_1 (buf, (scm_t_bits) len); in make_wide_stringbuf()
H A Dforeign.c864 SCM_SET_CELL_WORD_1 (ret, get_foreign_stub_code (c_cif->nargs, with_errno)); in cif_to_procedure()
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dgoops.c495 SCM_SET_CELL_WORD_1 (old, SCM_CELL_WORD_1 (new));
497 SCM_SET_CELL_WORD_1 (new, word1);
518 SCM_SET_CELL_WORD_1 (old, SCM_CELL_WORD_1 (new));
521 SCM_SET_CELL_WORD_1 (new, word1);
H A Dsmob.c433 SCM_SET_CELL_WORD_1 (ret, data); in scm_i_new_smob()
460 SCM_SET_CELL_WORD_1 (ret, data1); in scm_i_new_double_smob()
H A Dcontrol.c77 SCM_SET_CELL_WORD_1 (ret, compose_continuation_code); in make_partial_continuation()
H A Dgsubr.c255 SCM_SET_CELL_WORD_1 (ret, get_subr_stub_code (nreq, nopt, rest)); in create_subr()
H A Dgc.h73 #define SCM_SET_CELL_WORD_1(x, v) SCM_SET_CELL_WORD ((x), 1, (v)) macro
H A Dcontinuations.c78 SCM_SET_CELL_WORD_1 (ret, continuation_stub_code); in make_continuation_trampoline()
H A Dports.h85 #define SCM_SETSTREAM(port, stream) (SCM_SET_CELL_WORD_1 (port, stream))
H A Dstruct.c454 SCM_SET_CELL_WORD_1 (ret, (scm_t_bits)SCM_CELL_OBJECT_LOC (ret, 2)); in scm_i_alloc_struct()
H A Dstrings.c138 SCM_SET_CELL_WORD_1 (buf, (scm_t_bits) len); in make_stringbuf()
172 SCM_SET_CELL_WORD_1 (buf, (scm_t_bits) len); in make_wide_stringbuf()
H A Dforeign.c841 SCM_SET_CELL_WORD_1 (ret, get_foreign_stub_code (c_cif->nargs, with_errno)); in cif_to_procedure()
H A Dbytevectors.c189 SCM_SET_CELL_WORD_1 ((_bv), (scm_t_bits) (_len))

12