Home
last modified time | relevance | path

Searched refs:TC1 (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/sys/arm/at91/
Dhints.at91rm920034 # TC0, TC1, TC2
Dhints.at91sam926124 # TC0, TC1, TC2
Dat91rm9200.c132 DEVICE("at91_tc", TC1, 1),
/freebsd-9-stable/sys/arm/conf/
DHL201.hints24 # TC0, TC1, TC2
/freebsd-9-stable/contrib/ntp/scripts/stats/
DREADME.stats124 TC1 IRIG option present (optional)
/freebsd-9-stable/contrib/gcc/doc/
Dstandards.texi30 @cindex TC1
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp7148 const Type::TypeClass TC1 = T1->getTypeClass(); in isLayoutCompatible() local
7151 if (TC1 != TC2) in isLayoutCompatible()
7154 if (TC1 == Type::Enum) { in isLayoutCompatible()
7158 } else if (TC1 == Type::Record) { in isLayoutCompatible()
/freebsd-9-stable/contrib/gnu-sort/
DNEWS681 * uniq now obeys the LC_COLLATE locale, as per POSIX 1003.1-2001 TC1.
/freebsd-9-stable/contrib/gcc/
DFSFChangeLog.109637 diagnostic is now required (see ISO TC1's addition to subclause 6.8).
DChangeLog-20015435 * doc/standards.texi: Mention C99 TC1.