Home
last modified time | relevance | path

Searched refs:seq_depth (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-crypto-der.c236 int seq_depth = 0, checker_idx = 0; in test_ans1() local
237 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 …]
/openbmc/linux/tools/cgroup/
H A Diocost_coef_gen.py159 args.seq_depth, 4096, args.numjobs) / 4096)
168 args.seq_depth, 4096, args.numjobs) / 4096)