Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-data.h328 #define F_ARITY_MASK ((1<<F_ARITY_BITS)-1) macro
334 #define _arityFunc_(w) ((size_t)(((w) >> LMASK_BITS) & F_ARITY_MASK))
335 #define arityFunctor(w) (unlikely(_arityFunc_(w) == F_ARITY_MASK) \
H A Dpl-funct.c113 amask = (fd->arity < F_ARITY_MASK ? fd->arity : F_ARITY_MASK); in registerFunctor()