Home
last modified time | relevance | path

Searched refs:SCM_SET_CELL_WORD_0 (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/guile1/guile-1.8.8/libguile/
H A Dprocs.h45 SCM_SET_CELL_WORD_0 (subr, (num << 8) + SCM_TYP7 (subr))
56 #define SCM_SET_CCLO_LENGTH(x, v) (SCM_SET_CELL_WORD_0 ((x), SCM_MAKE_CCLO_TAG(v)))
76 #define SCM_SETCODE(x, e) (SCM_SET_CELL_WORD_0 (x, SCM_UNPACK (scm_cons ((e), SCM_EOL)) \
H A Dfports.c145 SCM_SET_CELL_WORD_0 (port, SCM_CELL_WORD_0 (port) & ~SCM_BUF0); in scm_fport_buffer_add()
147 SCM_SET_CELL_WORD_0 (port, SCM_CELL_WORD_0 (port) | SCM_BUF0); in scm_fport_buffer_add()
178 SCM_SET_CELL_WORD_0 (port, SCM_CELL_WORD_0 (port) | SCM_BUFLINE);
183 SCM_SET_CELL_WORD_0 (port, SCM_CELL_WORD_0 (port) & ~(scm_t_bits)SCM_BUFLINE);
H A Dgc.h206 #define SCM_SET_CELL_WORD_0(x, v) SCM_SET_CELL_WORD ((x), 0, (v)) macro
223 #define SCM_SET_CELL_TYPE(x, t) SCM_SET_CELL_WORD_0 ((x), (t))
H A Dthrow.c52 (SCM_SET_CELL_WORD_0 ((x), (SCM_CELL_WORD_0 (x) | (1L << 16L))))
54 (SCM_SET_CELL_WORD_0 ((x), (SCM_CELL_WORD_0 (x) & ~(1L << 16L))))
H A Dasync.c86 #define SET_ASYNC_GOT_IT(X, V) (SCM_SET_CELL_WORD_0 ((X), SCM_TYP16 (X) | ((V) << 16)))
H A Dports.h146 SCM_SET_CELL_WORD_0 ((p), SCM_CELL_WORD_0 (p) & ~SCM_OPN)
H A Dsmob.c57 SCM_SET_CELL_WORD_0 (x, (SCM_CELL_WORD_0 (x) & 0xFFFF) | data); in scm_i_set_smob_flags()
H A Dstrings.c91 (SCM_SET_CELL_WORD_0 ((buf), SCM_CELL_WORD_0 (buf) | STRINGBUF_F_SHARED))
H A Dunif.c86 (SCM_SET_CELL_WORD_0 ((x), SCM_CELL_WORD_0 (x) | SCM_I_ARRAY_FLAG_CONTIGUOUS))
88 (SCM_SET_CELL_WORD_0 ((x), SCM_CELL_WORD_0 (x) & ~SCM_I_ARRAY_FLAG_CONTIGUOUS))
H A Dfilesys.c987 SCM_SET_CELL_WORD_0 (port, scm_tc16_dir);
/dports/lang/guile2/guile-2.2.7/libguile/
H A Darrays.h67 (SCM_SET_CELL_WORD_0 ((x), SCM_CELL_WORD_0 (x) | (SCM_I_ARRAY_FLAG_CONTIGUOUS << 16)))
69 (SCM_SET_CELL_WORD_0 ((x), SCM_CELL_WORD_0 (x) & ~(SCM_I_ARRAY_FLAG_CONTIGUOUS << 16)))
H A Dgc.h72 #define SCM_SET_CELL_WORD_0(x, v) SCM_SET_CELL_WORD ((x), 0, (v)) macro
88 #define SCM_SET_CELL_TYPE(x, t) SCM_SET_CELL_WORD_0 ((x), (t))
H A Dgoops.c494 SCM_SET_CELL_WORD_0 (old, SCM_CELL_WORD_0 (new));
496 SCM_SET_CELL_WORD_0 (new, word0);
517 SCM_SET_CELL_WORD_0 (old, SCM_CELL_WORD_0 (new));
520 SCM_SET_CELL_WORD_0 (new, word0);
H A Dsmob.c434 SCM_SET_CELL_WORD_0 (ret, tc); in scm_i_new_smob()
461 SCM_SET_CELL_WORD_0 (ret, tc); in scm_i_new_double_smob()
H A Dports.h73 SCM_SET_CELL_WORD_0 ((p), SCM_CELL_WORD_0 (p) & ~SCM_OPN)
78 SCM_SET_CELL_WORD_0 ((p), SCM_CELL_WORD_0 (p) | SCM_F_PORT_FINALIZING)
H A Dweak-vector.c55 SCM_SET_CELL_WORD_0 (wv, (len << 8) | scm_tc7_wvect); in scm_c_make_weak_vector()
H A Dstruct.c624 SCM_SET_CELL_WORD_0 (obj, (scm_t_bits) SCM_STRUCT_DATA (obj) | scm_tc3_struct); in scm_i_make_vtable_vtable()
H A Dvm.c1551 SCM_SET_CELL_WORD_0 (vm_boot_continuation, in scm_bootstrap_vm()
/dports/lang/guile/guile-3.0.7/libguile/
H A Darrays.h65 (SCM_SET_CELL_WORD_0 ((x), SCM_CELL_WORD_0 (x) | (SCM_I_ARRAY_FLAG_CONTIGUOUS << 16)))
67 (SCM_SET_CELL_WORD_0 ((x), SCM_CELL_WORD_0 (x) & ~(SCM_I_ARRAY_FLAG_CONTIGUOUS << 16)))
H A Dgc.h68 #define SCM_SET_CELL_WORD_0(x, v) SCM_SET_CELL_WORD ((x), 0, (v)) macro
84 #define SCM_SET_CELL_TYPE(x, t) SCM_SET_CELL_WORD_0 ((x), (t))
H A Dsmob.c437 SCM_SET_CELL_WORD_0 (ret, tc); in scm_i_new_smob()
464 SCM_SET_CELL_WORD_0 (ret, tc); in scm_i_new_double_smob()
H A Dports.h61 SCM_SET_CELL_WORD_0 ((p), SCM_CELL_WORD_0 (p) & ~SCM_OPN)
66 SCM_SET_CELL_WORD_0 ((p), SCM_CELL_WORD_0 (p) | SCM_F_PORT_FINALIZING)
H A Dweak-vector.c62 SCM_SET_CELL_WORD_0 (wv, (len << 8) | scm_tc7_wvect); in scm_c_make_weak_vector()
H A Dgoops.c528 SCM_SET_CELL_WORD_0 (old, SCM_CELL_WORD_0 (new));
529 SCM_SET_CELL_WORD_0 (new, tmp);
H A Dstruct.c514 SCM_SET_CELL_WORD_0 (obj, SCM_UNPACK (obj) | scm_tc3_struct); in scm_i_make_vtable_vtable()

12