Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDscm-tags.h194 #define SCM2PTR(x) ((int)(x) >> 3) macro
198 #define SCM2PTR(x) (x) macro
HDscm-lang.c82 read_memory (SCM2PTR (svalue) + index * TYPE_LENGTH (builtin_type_scm), in scm_get_field()