Searched refs:test_id (Results 1 – 5 of 5) sorted by relevance
153 int test_id = -1; in main() local158 test_id = atoi(optarg); in main()182 switch (test_id) { in main()
314 static int test_cipher_reinit(int test_id) in test_cipher_reinit() argument341 const char *name = sk_OPENSSL_STRING_value(cipher_names, test_id); in test_cipher_reinit()403 static int test_cipher_reinit_partialupdate(int test_id) in test_cipher_reinit_partialupdate() argument432 const char *name = sk_OPENSSL_STRING_value(cipher_names, test_id); in test_cipher_reinit_partialupdate()
273 int total_shards, int shard_index, int test_id);
5481 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id) { in ShouldRunTestOnShard() argument5482 return (test_id % total_shards) == shard_index; in ShouldRunTestOnShard()
2381 const struct disk_partitions *test, part_id test_id) in selection_has_partition() argument2387 sel->selection[i].id == test_id) in selection_has_partition()