Searched refs:seq_depth (Results 1 – 2 of 2) sorted by relevance
236 int seq_depth = 0, checker_idx = 0; in test_ans1() local237 ctx[seq_depth].data = test_data->test_data; in test_ans1()238 ctx[seq_depth].dlen = test_data->test_data_len; in test_ans1()244 QCryptoAns1DecoderTestContext *c = &ctx[seq_depth]; in test_ans1()253 ++seq_depth; in test_ans1()254 ctx[seq_depth].data = checker->exp_value; in test_ans1()255 ctx[seq_depth].dlen = checker->exp_vlen; in test_ans1()257 while (seq_depth != 0 && ctx[seq_depth].dlen == 0) { in test_ans1()258 --seq_depth; in test_ans1()262 g_assert(seq_depth == 0); in test_ans1()[all …]
159 args.seq_depth, 4096, args.numjobs) / 4096)168 args.seq_depth, 4096, args.numjobs) / 4096)