Searched refs:int_found (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | lhash_test.c | 38 static short int_found[OSSL_NELEM(int_tests)]; variable 68 int_found[n]++; in int_doall() 140 memset(int_found, 0, sizeof(int_found)); in test_int_lhash() 148 if (!TEST_int_eq(int_found[i], 1)) { in test_int_lhash() 154 memset(int_found, 0, sizeof(int_found)); in test_int_lhash() 156 lh_int_doall_short(h, int_doall_arg, int_found); in test_int_lhash() 162 if (!TEST_int_eq(int_found[i], 1)) { in test_int_lhash() 206 int_found[n]++; in HT_DEF_KEY_FIELD() 264 memset(int_found, 0, sizeof(int_found)); in test_int_hashtable() 273 if (!TEST_int_eq(int_found[i], 1)) { in test_int_hashtable()
|
Completed in 5 milliseconds