Searched refs:dels (Results 1 – 1 of 1) sorted by relevance
85 } dels[] = { in test_int_lhash() local93 const unsigned int n_dels = OSSL_NELEM(dels); in test_int_lhash()166 const int b = lh_int_delete(h, &dels[i].data) == NULL; in test_int_lhash()167 if (!TEST_int_eq(b ^ dels[i].null, 0)) { in test_int_lhash()
Completed in 4 milliseconds