HomeSort by: relevance | last modified time | path
    Searched defs:test1 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/x68k/stand/xxboot/
ashldi3.S 67 TEST test1
97 test1: | count = 1 label
memcpy.S 102 TEST test1
135 test1: label
memset.S 86 TEST test1
113 test1: label
memcmp.S 80 TEST test1
107 test1: label
  /src/common/lib/libc/gen/
radixtree.c 1187 test1(void) function in typeref:typename:void
1745 test1();
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 155 static void test1(void) function in typeref:typename:void
162 printf("Run test1\n");
177 FAILED(code.func3(3, -21, 86) != -21, "test1 case 1 failed\n");
178 FAILED(code.func3(4789, 47890, 997) != 47890, "test1 case 2 failed\n");
5343 test1();
  /src/sys/dev/ic/
atw.c 1062 uint32_t test1; local in function:atw_test1_init
1064 test1 = ATW_READ(sc, ATW_TEST1);
1065 test1 &= ~(ATW_TEST1_DBGREAD_MASK | ATW_TEST1_CONTROL);
1067 test1 |= __SHIFTIN(0x1, ATW_TEST1_DBGREAD_MASK) | ATW_TEST1_CONTROL;
1068 ATW_WRITE(sc, ATW_TEST1, test1);
2755 uint32_t test1;
2757 test1 = ATW_READ(sc, ATW_TEST1);
2761 if ((test1 & ATW_TEST1_RXPKT1IN) != 0) {
2765 if (__SHIFTOUT(test1, ATW_TEST1_RRA_MASK) ==
2766 __SHIFTOUT(test1, ATW_TEST1_RWA_MASK))
    [all...]

Completed in 38 milliseconds