| /src/sys/arch/epoc32/windermere/ |
| windermere.c | 245 volatile uint32_t *tc1, *tc2; local 250 tc2 = 261 ctrl = TC_READ(tc2, TC_CTRL); 263 TC_WRITE(tc2, TC_CTRL, ctrl); 264 TC_WRITE(tc2, TC_LOAD, TC_MAX); 300 volatile uint32_t *tc2; local 302 tc2 = 305 return TC_READ(tc2, TC_VAL) ^ TC_MASK; /* It is decremental counter */ 311 volatile uint32_t *tc2; local 314 tc2 [all...] |
| /src/external/bsd/atf/dist/atf-c/ |
| tp.c | 61 const atf_tc_t *tc2; local 62 tc2 = atf_list_citer_data(iter); 63 if (strcmp(atf_tc_get_ident(tc2), ident) == 0) { 64 tc = tc2;
|
| /src/sys/arch/mvme68k/dev/ |
| clock_pcc.c | 160 uint16_t tc1, tc2; local 176 tc2 = pcc_reg_read16(sys_pcc, PCCREG_TMR1_COUNT); 177 if (tc1 > tc2) { 179 tc1 = tc2;
|
| /src/sys/dev/mvme/ |
| clock_pcctwo.c | 164 uint32_t tc1, tc2; local 180 tc2 = pcc2_reg_read32(sys_pcctwo, PCC2REG_TIMER1_COUNTER); 181 if (tc1 > tc2) { 183 tc1 = tc2;
|
| /src/external/bsd/kyua-cli/dist/engine/ |
| test_program.cpp | 158 /// \param tc2 Entry in a map of test case names to test case pointers. 160 /// \return True if the test case in tc1 is the same as in tc2. Note that the 164 const std::pair< std::string, engine::test_case_ptr >& tc2) 166 return tc1.first == tc2.first && *tc1.second == *tc2.second;
|
| test_program_test.cpp | 336 const engine::test_case_ptr tc2(new engine::test_case( 340 tcs.push_back(tc2);
|
| test_case_test.cpp | 435 const engine::test_case tc2 = tc1; local 436 ATF_REQUIRE( tc1 == tc2); 437 ATF_REQUIRE(!(tc1 != tc2));
|
| /src/sys/dev/acpi/ |
| acpi_tz.c | 92 uint32_t tc2; member in struct:acpitz_zone 534 (void)acpitz_get_integer(dv, "_TC2", &sc->sc_zone.tc2);
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| typecons.d | 1894 const tc2 = tuple(Equ2.init); 1896 static assert( is(typeof(tm2 == tc2))); 1897 static assert( is(typeof(tc2 == tm2))); 1898 static assert( is(typeof(tc2 == tc2))); 1929 const tc2 = tuple(Cmp2.init); 1931 static assert( is(typeof(tm2 < tc2))); 1932 static assert( is(typeof(tc2 < tm2))); 1933 static assert( is(typeof(tc2 < tc2))); [all...] |
| /src/external/bsd/atf/dist/tools/ |
| atf-run_test.sh | 503 tc2) echo "Killing myself!" ; kill -9 \$\$ ;; 510 re='^tc-end: [0-9][0-9]*\.[0-9]*, tc2,'
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-icf.cc | 1751 tree_code tc2 = TREE_CODE (t2); local 1753 if (tc1 != tc2)
|
| tree-vect-stmts.cc | 5167 tree_code tc1, tc2; 5445 vectype_in, &tc2)) 5458 codecvt1 = tc2;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-icf.cc | 1725 tree_code tc2 = TREE_CODE (t2); local 1727 if (tc1 != tc2)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dcast.d | 3226 TypeClass tc2 = t2.isTypeClass(); 3231 ClassDeclaration cd2 = tc2.sym.baseClass;
|