Searched refs:Elem (Results 1 – 2 of 2) sorted by relevance
116 uint8 Elem; /* Needs to be same type as pInput->pBuffer */ in getNbits() local129 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE)); in getNbits()135 returnValue = (((uint32)(Elem)) << 24) | in getNbits()164 uint8 Elem; /* Needs to be same type as pInput->pBuffer */ in getUpTo9bits() local170 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE)); in getUpTo9bits()174 returnValue = (((uint16)(Elem)) << 8) | in getUpTo9bits()200 uint8 Elem; /* Needs to be same type as pInput->pBuffer */ in getUpTo17bits() local207 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE)); in getUpTo17bits()212 returnValue = (((uint32)(Elem)) << 16) | in getUpTo17bits()
379 if (Value *Elem = N->getOperand(i)) in EnumerateOperandType() local380 EnumerateOperandType(Elem); in EnumerateOperandType()