Home
last modified time | relevance | path

Searched refs:WideAtomHashTableSize (Results 1 – 8 of 8) sorted by relevance

/dports/lang/yap/yap-6.2.2/H/
H A Ddhstruct.h75 #define WideAtomHashTableSize Yap_heap_regs->wide_atom_hash_table_size macro
H A Drheap.h417 for (i = 0; i < WideAtomHashTableSize; ++i) { in RestoreWideAtoms()
/dports/lang/yap/yap-6.2.2/C/
H A Dagc.c428 for (i = 0; i < WideAtomHashTableSize; ++i) { in clean_atoms()
H A Dstdpreds.c621 for (i = 0; i < WideAtomHashTableSize; ++i) {
2795 while (i < WideAtomHashTableSize) { in cont_current_wide_atom()
2804 if (i == WideAtomHashTableSize) { in cont_current_wide_atom()
2814 while (i < WideAtomHashTableSize) { in cont_current_wide_atom()
2823 if (i == WideAtomHashTableSize) { in cont_current_wide_atom()
3507 for (i =0; i < WideAtomHashTableSize; i++) { in p_statistics_atom_info()
H A Dadtdefs.c226 hash = WideHashFunction(p) % WideAtomHashTableSize; in LookupWideAtom()
270 if (NOfWideAtoms > 2*WideAtomHashTableSize) { in LookupWideAtom()
H A Dsave.c1357 for (i = 0; i < WideAtomHashTableSize; ++i) {
H A Dinit.c1144 WideAtomHashTableSize = MaxWideHash; in InitWideAtoms()
/dports/lang/yap/yap-6.2.2/misc/
H A DHEAPFIELDS76 UInt wide_atom_hash_table_size WideAtomHashTableSize void void