Home
last modified time | relevance | path

Searched refs:hash_triple (Results 1 – 4 of 4) sorted by relevance

/dports/math/yices/yices-2.6.2/src/context/
H A Dpseudo_subst.c174 static inline uint32_t hash_triple(subst_triple_t *d) { in hash_triple() function
188 j = hash_triple(d) & mask; in pseudo_subst_clean_copy()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/plugins/codecs/ndlz/
H A Dndlz8x8.c96 uint32_t hash_triple[6] = {0}; in ndlz8_compress() local
255 hash_triple[i] = hval; in ndlz8_compress()
331 tab_triple[hash_triple[h]] = update_triple[h]; in ndlz8_compress()
H A Dndlz4x4.c94 uint32_t hash_triple[2] = {0}; in ndlz4_compress() local
326 hash_triple[i] = hval; in ndlz4_compress()
416 tab_triple[hash_triple[h]] = update_triple[h]; in ndlz4_compress()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dast.c478 hash_triple(int a, int lb, int ub, int stride) in hash_triple() function
1876 ast = hash_triple(A_TRIPLE, lb, ub, stride); in mk_triple()