Home
last modified time | relevance | path

Searched refs:SCM_BIT_IOR (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dbits.h89 SCM_BIT_IOR, /* r = a | b */ enumerator
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dbits.c108 case SCM_BIT_IOR: z = a[w] | b[w]; break; in Scm_BitsOperate()
H A Dchar.c824 Scm_BitsOperate(dst->small, SCM_BIT_IOR, dst->small, src->small, in Scm_CharSetAdd()
/dports/lang/gauche/Gauche-0.9.10/ext/srfi/
H A Dsrfi-178.scm622 (%bv-op SCM_BIT_IOR v1 v2))