Home
last modified time | relevance | path

Searched refs:m_SmallBuffer (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DOutStrm.c109 pStream->m_SmallBuffer = 0; in osCreate()
119 pStream->m_SmallBuffer = 0; in osSetWriteBuffer()
127 pStream->m_SmallBuffer = 0; in osReset()
167 pStream->m_SmallBuffer += value<<pStream->m_nBufferEmptyBits; in osPutBits()
176 pStream->m_SmallBuffer+=value>>(bits-pStream->m_nBufferEmptyBits); //shift right in osPutBits()
179 tlongbuf = pStream->m_SmallBuffer; in osPutBits()
199 pStream->m_SmallBuffer = 0; in osPutBits()
202 pStream->m_SmallBuffer = value << pStream->m_nBufferEmptyBits; in osPutBits()
H A DOutStrm.h87 MS_U32 m_SmallBuffer; member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DOutStrm.c109 pStream->m_SmallBuffer = 0; in osCreate()
119 pStream->m_SmallBuffer = 0; in osSetWriteBuffer()
127 pStream->m_SmallBuffer = 0; in osReset()
167 pStream->m_SmallBuffer += value<<pStream->m_nBufferEmptyBits; in osPutBits()
176 pStream->m_SmallBuffer+=value>>(bits-pStream->m_nBufferEmptyBits); //shift right in osPutBits()
179 tlongbuf = pStream->m_SmallBuffer; in osPutBits()
199 pStream->m_SmallBuffer = 0; in osPutBits()
202 pStream->m_SmallBuffer = value << pStream->m_nBufferEmptyBits; in osPutBits()
H A DOutStrm.h87 MFE_U32 m_SmallBuffer; member