Home
last modified time | relevance | path

Searched refs:dels (Results 1 - 2 of 2) sorted by relevance

/third_party/openssl/test/
H A Dlhash_test.c85 } dels[] = { in test_int_lhash() local
93 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()
/third_party/python/Lib/test/
H A Dtest_gc.py451 dels = [] variable in GCTests.test_trashcan_threads.C
457 C.dels.append(None)
492 self.assertEqual(len(C.inits), len(C.dels))

Completed in 3 milliseconds