Lines Matching refs:hash_values
72 static unsigned long hash_values[HASH_COUNT + 1]; variable
77 hashst(i, &hash_values[i]); in fill_hash_values()
80 hash_values[HASH_COUNT] = (unsigned long)&hash_values; in fill_hash_values()
88 unsigned long orig_hash = hash_values[i]; in count_hash_values_matches()
89 hash_values[i] = 0; in count_hash_values_matches()
91 hashst(i, &hash_values[i]); in count_hash_values_matches()
93 if (hash_values[i] == orig_hash) in count_hash_values_matches()
106 count = write(STDOUT_FILENO, hash_values, sizeof(hash_values)); in hashchk_exec_child()
107 return count == sizeof(hash_values) ? 0 : EOVERFLOW; in hashchk_exec_child()
138 FAIL_IF_MSG(read(pipefd[0], hash_values, sizeof(hash_values)) != sizeof(hash_values), in hashchk_exec_random_key_test()
142 FAIL_IF_EXIT_MSG(hash_values[HASH_COUNT] != (unsigned long)&hash_values, in hashchk_exec_random_key_test()