Home
last modified time | relevance | path

Searched refs:consUInt (Results 1 – 3 of 3) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-data.h357 #define consUInt(n) (((word)(n)<<LMASK_BITS) | TAG_INTEGER) macro
H A Dpl-alloc.c576 { *p++ = consUInt(environment_frame->level); in push_overflow_context()
H A Dpl-rec.c607 f->definition = (functor_t)consUInt(info->size); in compile_term_to_heap()