Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed.c325 #define HASHROOT 5381 macro
331 uint32_t hash = len + HASHROOT, tmp; in weed_hash()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmachinestate.c1584 #define HASHROOT 5381 macro
1586 if (st) for (uint32_t hash = HASHROOT;; hash += (hash << 5) in lives_string_hash()
1600 uint32_t hash = len + HASHROOT, tmp; in fast_hash()