Lines Matching refs:idx
95 static int test_rpk(int idx) in test_rpk() argument
121 if (!TEST_int_le(idx, RPK_TESTS * RPK_DIMS)) in test_rpk()
124 idx_server_server_rpk = idx / (RPK_TESTS * 2 * 4 * 2 * 2 * 2); in test_rpk()
125 idx %= RPK_TESTS * 2 * 4 * 2 * 2 * 2; in test_rpk()
126 idx_server_client_rpk = idx / (RPK_TESTS * 2 * 4 * 2 * 2); in test_rpk()
127 idx %= RPK_TESTS * 2 * 4 * 2 * 2; in test_rpk()
128 idx_client_server_rpk = idx / (RPK_TESTS * 2 * 4 * 2); in test_rpk()
129 idx %= RPK_TESTS * 2 * 4 * 2; in test_rpk()
130 idx_client_client_rpk = idx / (RPK_TESTS * 2 * 4); in test_rpk()
131 idx %= RPK_TESTS * 2 * 4; in test_rpk()
132 idx_cert = idx / (RPK_TESTS * 2); in test_rpk()
133 idx %= RPK_TESTS * 2; in test_rpk()
134 idx_prot = idx / RPK_TESTS; in test_rpk()
135 idx %= RPK_TESTS; in test_rpk()
191 && (idx == 4 || idx == 6 || idx == 7)) { in test_rpk()
218 if (idx == 15) { in test_rpk()
268 if (idx == 1) { in test_rpk()
279 switch (idx) { in test_rpk()
281 if (!TEST_true(idx < RPK_TESTS)) in test_rpk()
479 if (idx == 9) { in test_rpk()
548 switch (idx) { in test_rpk()
638 idx_cert, idx_prot, idx); in test_rpk()