Home
last modified time | relevance | path

Searched refs:scm_t_cell (Results 26 – 46 of 46) sorted by relevance

12

/dports/lang/guile/guile-3.0.7/libguile/
H A Dsmob.c432 ret = SCM_PACK_POINTER (GC_generic_malloc (2 * sizeof (scm_t_cell), smob_gc_kind)); in scm_i_new_smob()
434 ret = SCM_PACK_POINTER (GC_MALLOC (sizeof (scm_t_cell))); in scm_i_new_smob()
457 ret = SCM_PACK_POINTER (GC_generic_malloc (2 * sizeof (scm_t_cell), smob_gc_kind)); in scm_i_new_double_smob()
459 ret = SCM_PACK_POINTER (GC_MALLOC (2 * sizeof (scm_t_cell))); in scm_i_new_double_smob()
H A Ddeprecated.h48 static SCM_ALIGNED (8) SCM_UNUSED scm_t_cell \
H A Dvm.c263 scm_t_cell *frame; in invoke_hook()
289 frame = (scm_t_cell *) ROUND_UP ((uintptr_t) frame, 8UL); in invoke_hook()
H A DChangeLog-20084856 * gc.h (scm_t_cell): Fields are now of type SCM instead of
9442 scm_t_cell, SCM_CELLPTR, SCM_GC_CARD_SIZE,
9444 scm_cell and all its uses to scm_t_cell in accordance to Guile's
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dsmob.c429 ret = SCM_PACK_POINTER (GC_generic_malloc (2 * sizeof (scm_t_cell), smob_gc_kind)); in scm_i_new_smob()
431 ret = SCM_PACK_POINTER (GC_MALLOC (sizeof (scm_t_cell))); in scm_i_new_smob()
454 ret = SCM_PACK_POINTER (GC_generic_malloc (2 * sizeof (scm_t_cell), smob_gc_kind)); in scm_i_new_double_smob()
456 ret = SCM_PACK_POINTER (GC_MALLOC (2 * sizeof (scm_t_cell))); in scm_i_new_double_smob()
H A Dsnarf.h275 static SCM_ALIGNED (8) SCM_UNUSED const scm_t_cell \
284 static SCM_ALIGNED (8) SCM_UNUSED const scm_t_cell \
293 static SCM_ALIGNED (8) SCM_UNUSED scm_t_cell \
H A Dvm.c238 scm_t_cell *frame; in vm_dispatch_hook()
265 frame = (scm_t_cell *) ROUND_UP ((scm_t_uintptr) frame, 8UL); in vm_dispatch_hook()
H A DChangeLog-20084856 * gc.h (scm_t_cell): Fields are now of type SCM instead of
9442 scm_t_cell, SCM_CELLPTR, SCM_GC_CARD_SIZE,
9444 scm_cell and all its uses to scm_t_cell in accordance to Guile's
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dtags.h686 #define SCM_CELLP(x) (((sizeof (scm_t_cell) - 1) & SCM_UNPACK (x)) == 0)
H A DChangeLog-20084409 * gc.h (scm_t_cell): Fields are now of type SCM instead of
8995 scm_t_cell, SCM_CELLPTR, SCM_GC_CARD_SIZE,
8997 scm_cell and all its uses to scm_t_cell in accordance to Guile's
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Ddata-rep.texi484 @deftypefn Macro {scm_t_cell *} SCM2PTR (SCM @var{x})
490 @deftypefn Macro SCM PTR2SCM (scm_t_cell * @var{x})
498 a @code{scm_t_cell}: only @code{SCM2PTR} is guaranteed to transform a
510 Don't use @code{(scm_t_cell *) SCM_UNPACK (@var{x})}! Use @code{SCM2PTR
H A Dguile.info-82290 -- Macro: scm_t_cell * SCM2PTR (SCM X)
2294 -- Macro: SCM PTR2SCM (scm_t_cell * X)
2300 result of ‘SCM_UNPACK’ may not be used as a pointer to a ‘scm_t_cell’:
2307 • Don’t use ‘(scm_t_cell *) SCM_UNPACK (X)’! Use ‘SCM2PTR (X)’
H A DChangeLog-20082425 scm_t_cell.
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Ddata-rep.texi497 @deftypefnx Macro {scm_t_cell *} SCM2PTR (SCM @var{x})
504 @deftypefnx Macro SCM PTR2SCM (scm_t_cell * @var{x})
525 Don't use @code{(scm_t_cell *) SCM_UNPACK (@var{x})}! Use
H A DChangeLog-20082425 scm_t_cell.
H A Dguile.info-83421 -- Macro: scm_t_cell * SCM2PTR (SCM X)
3426 -- Macro: SCM PTR2SCM (scm_t_cell * X)
3441 • Don’t use ‘(scm_t_cell *) SCM_UNPACK (X)’! Use ‘SCM_UNPACK_POINTER
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Ddata-rep.texi1130 @deftypefn Macro (scm_t_cell *) SCM2PTR (SCM @var{x})
1136 @deftypefn Macro SCM PTR2SCM (scm_t_cell * @var{x})
1144 a @code{scm_t_cell}: only @code{SCM2PTR} is guaranteed to transform a
1156 Don't use @code{(scm_t_cell *) SCM_UNPACK (@var{x})}! Use @code{SCM2PTR
H A DChangeLog-20082251 scm_t_cell.
/dports/lang/guile1/guile-1.8.8/
H A DNEWS1412 ** The struct scm_cell type has been renamed to scm_t_cell
/dports/lang/guile2/guile-2.2.7/
H A DNEWS7054 ** The struct scm_cell type has been renamed to scm_t_cell
/dports/lang/guile/guile-3.0.7/
H A DNEWS7951 ** The struct scm_cell type has been renamed to scm_t_cell

12