Home
last modified time | relevance | path

Searched refs:nTAG (Results 1 – 3 of 3) sorted by relevance

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ee/
H A DDmac_Channel.cpp280 …if(isStallDrainChannel && ((m_CHCR.nTAG & DMATAG_ID) == (DMATAG_SRC_REFS << 12)) && (m_nMADR >= m_… in ExecuteSourceChain()
336 if(CDMAC::IsEndSrcTagId((uint32)m_CHCR.nTAG << 16)) in ExecuteSourceChain()
342 if((m_CHCR.nTIE != 0) && ((m_CHCR.nTAG & DMATAG_IRQ) != 0)) in ExecuteSourceChain()
385 m_CHCR.nTAG = static_cast<uint16>(nTag >> 16); in ExecuteSourceChain()
H A DDmac_Channel.h64 unsigned int nTAG : 16; member
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/modes/
H A DEAXBlockCipher.java30 private static final byte nTAG = 0x0; field in EAXBlockCipher
123 tag[blockSize - 1] = nTAG; in init()