Lines Matching refs:hashval
706 std::uint32_t hashval = 1911; in mapNames() local
708 hashval = hashval * 1009 + c; in mapNames()
711 localId(name.second, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapNames()
760 std::uint32_t hashval = fnId * 17; // small prime in mapFnBodies() local
765 … hashval = hashval * 30103 + asOpCodeHash(instPos[i]); // 30103 = semiarbitrary prime in mapFnBodies()
771 … hashval = hashval * 30103 + asOpCodeHash(instPos[i]); // 30103 = semiarbitrary prime in mapFnBodies()
775 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()
833 const std::uint32_t hashval = in mapFnBodies() local
844 localId(id, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapFnBodies()
1386 const std::uint32_t hashval = hashType(typeStart); in mapTypeConst() local
1392 localId(resId, nextUnusedId(hashval % softTypeIdLimit + firstMappedID)); in mapTypeConst()