Home
last modified time | relevance | path

Searched refs:INT_KEYS (Results 1 – 5 of 5) sorted by relevance

/dports/lang/yap/yap-6.2.2/C/
H A Ddbase.c2505 if (INT_KEYS != NULL) { in init_int_keys()
2507 Prop *p = INT_KEYS; in init_int_keys()
2537 if (INT_KEYS == NULL) { in resize_int_keys()
2569 INT_KEYS = new; in resize_int_keys()
2613 if (INT_KEYS == NULL) { in find_int_key()
2616 p0 = INT_KEYS[hash_key]; in find_int_key()
2756 if (INT_KEYS == NULL) { in FetchIntDBPropFromKey()
2758 if (INT_KEYS == NULL) { in FetchIntDBPropFromKey()
2765 p0 = INT_KEYS[hash_key]; in FetchIntDBPropFromKey()
4864 if (INT_KEYS == NULL) { in cont_current_key()
[all …]
/dports/lang/yap/yap-6.2.2/H/
H A Ddhstruct.h230 #define INT_KEYS Yap_heap_regs->IntKeys macro
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/proper/examples/
H A Dets_statem.erl46 -define(INT_KEYS, lists:seq(0, 2)). macro
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/proper/test/
H A Dets_statem_test.erl47 -define(INT_KEYS, lists:seq(0,10)). macro
/dports/lang/yap/yap-6.2.2/misc/
H A DHEAPFIELDS253 Prop *IntKeys INT_KEYS =NULL RestoreIntKeys()