Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/H/
H A Dclause.h235 rtable_hash_op(OPCODE opc, int hash_mask) { in rtable_hash_op() function
244 int j = rtable_hash_op(opc,OP_HASH_SIZE-1); in Yap_op_from_opcode()
/dports/lang/yap/yap-6.2.2/C/
H A Dunify.c27 STATIC_PROTO(int rtable_hash_op, (OPCODE));
641 opeptr[rtable_hash_op(Yap_opcode(_Ystop),hash_size_mask)].opc in InitReverseLookupOpcode()
646 int j = rtable_hash_op(opc,hash_size_mask); in InitReverseLookupOpcode()