Home
last modified time | relevance | path

Searched defs:RD2 (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/arm/freescale/imx/
HDimx_wdog.c100 #define RD2(_sc, _r) \ macro
/NextBSD/sys/dev/sdhci/
HDsdhci.c61 #define RD2(slot, off) SDHCI_READ_2((slot)->bus, (slot), (off)) macro
/NextBSD/sys/dev/ffec/
HDif_ffec.c196 RD2(struct ffec_softc *sc, bus_size_t off) in RD2() function
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsSEISelLowering.cpp3013 unsigned RD2 = RegInfo.createVirtualRegister(RC); in emitMSACBranchPseudo() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp9316 RecordDecl *RD2) { in isLayoutCompatibleStruct()
9361 RecordDecl *RD2) { in isLayoutCompatibleUnion()
9386 bool isLayoutCompatible(ASTContext &C, RecordDecl *RD1, RecordDecl *RD2) { in isLayoutCompatible()