HomeSort by relevance Sort by last modified time
    Searched refs:tcr (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaCast.cpp 685 TryCastResult tcr = local
688 if (tcr != TC_Success && msg != 0)
702 } else if (tcr == TC_Success && Self.getLangOptions().ObjCAutoRefCount) {
745 TryCastResult tcr local
748 if (tcr != TC_Success && msg != 0) {
760 } else if (tcr == TC_Success) {
798 TryCastResult tcr; local
803 tcr = TryStaticReferenceDowncast(Self, SrcExpr.get(), DestType, CStyle, OpRange,
805 if (tcr != TC_NotApplicable)
806 return tcr;
1811 TryCastResult tcr = TryConstCast(Self, SrcExpr.get(), DestType, local
    [all...]
  /external/qemu/hw/
smc91c111.c 24 uint16_t tcr; member in struct:__anon10107
62 qemu_put_be16(f, s->tcr);
98 s->tcr = qemu_get_be16(f);
244 if ((s->tcr & TCR_TXEN) == 0)
262 if (len < 64 && (s->tcr & TCR_PAD_EN)) {
271 add_crc = (control & 0x10) || (s->tcr & TCR_NOCRC) == 0;
311 s->tcr = 0;
339 case 0: /* TCR */
340 SET_LOW(tcr, value);
343 SET_HIGH(tcr, value)
    [all...]
  /bionic/libc/kernel/arch-sh/asm/
smc37c93x.h 79 #define tcr iir macro

Completed in 117 milliseconds