Searched refs:test_mode (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mdio.h226 uint16_t test_mode : 3; member in struct:__anon7300::__anon7301
/freebsd-10-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c2319 int test_mode = 0; local
2335 test_mode = 1;
2384 if ((name == NULL) && (filename == NULL) && (test_mode == 0) && (master_exp == NULL)) {
2389 if (test_mode) {
/freebsd-10-stable/contrib/gcc/
H A Dreload1.c5235 enum machine_mode test_mode = VOIDmode;
5237 test_mode = GET_MODE (rld[r].in);
5244 if (! (rld[r].in != 0 && test_mode != VOIDmode
5245 && ! HARD_REGNO_MODE_OK (regno, test_mode)))
5213 enum machine_mode test_mode = VOIDmode; local

Completed in 94 milliseconds