Lines Matching refs:hash_values
78 static unsigned long hash_values[HASH_COUNT + 1]; variable
83 hashst(i, &hash_values[i]); in fill_hash_values()
86 hash_values[HASH_COUNT] = (unsigned long)&hash_values; in fill_hash_values()
94 unsigned long orig_hash = hash_values[i]; in count_hash_values_matches()
95 hash_values[i] = 0; in count_hash_values_matches()
97 hashst(i, &hash_values[i]); in count_hash_values_matches()
99 if (hash_values[i] == orig_hash) in count_hash_values_matches()
112 count = write(STDOUT_FILENO, hash_values, sizeof(hash_values)); in hashchk_exec_child()
113 return count == sizeof(hash_values) ? 0 : EOVERFLOW; in hashchk_exec_child()
144 FAIL_IF_MSG(read(pipefd[0], hash_values, sizeof(hash_values)) != sizeof(hash_values), in hashchk_exec_random_key_test()
148 FAIL_IF_EXIT_MSG(hash_values[HASH_COUNT] != (unsigned long)&hash_values, in hashchk_exec_random_key_test()