Home
last modified time | relevance | path

Searched refs:currtest (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/contrib/
Ddglib.pm111 my($currgroup, $currtest, $lastrun);
183 undef $currtest;
190 undef $currtest;
206 $currtest = {};
220 undef $currtest;
228 undef $currtest if $currtest->{name};
280 $currtest = $testindex{$test};
281 if(ispass($currtest->{result})) {
282 $currtest->{result} = $result;
283 $currtest->{detail} = "$phase phase";
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dclienthellotest.c59 static int test_client_hello(int currtest) in test_client_hello() argument
76 if (currtest == TEST_ADD_PADDING_AND_PSK) in test_client_hello()
94 switch(currtest) { in test_client_hello()
127 if (currtest == TEST_ADD_PADDING) { in test_client_hello()
152 if (currtest == TEST_ADD_PADDING_AND_PSK) { in test_client_hello()
183 if (currtest == TEST_SET_SESSION_TICK_DATA_VER_NEG) { in test_client_hello()
225 if (currtest == TEST_SET_SESSION_TICK_DATA_VER_NEG) { in test_client_hello()
235 if (!TEST_false(currtest == TEST_PADDING_NOT_NEEDED)) in test_client_hello()
237 else if (TEST_true(currtest == TEST_ADD_PADDING in test_client_hello()
238 || currtest == TEST_ADD_PADDING_AND_PSK)) in test_client_hello()
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dia64-opc.c350 int currtest[41]; in locate_opcode_ent() local
357 currtest[currstatenum] = 0; in locate_opcode_ent()
391 switch (currtest[currstatenum]) in locate_opcode_ent()
394 currtest[currstatenum]++; in locate_opcode_ent()
436 currtest[currstatenum]++; in locate_opcode_ent()
449 currtest[currstatenum]++; in locate_opcode_ent()
522 currtest[currstatenum] = 0; in locate_opcode_ent()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dia64-opc.c350 int currtest[41]; in locate_opcode_ent() local
357 currtest[currstatenum] = 0; in locate_opcode_ent()
391 switch (currtest[currstatenum]) in locate_opcode_ent()
394 currtest[currstatenum]++; in locate_opcode_ent()
436 currtest[currstatenum]++; in locate_opcode_ent()
449 currtest[currstatenum]++; in locate_opcode_ent()
522 currtest[currstatenum] = 0; in locate_opcode_ent()