Home | History | Annotate | Download | only in src

Lines Matching refs:BUFSIZE

129     Elem  = *(ptBitStream->pBuffer + module(offset  , BUFSIZE));
130 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE));
131 Elem2 = *(ptBitStream->pBuffer + module(offset + 2, BUFSIZE));
132 Elem3 = *(ptBitStream->pBuffer + module(offset + 3, BUFSIZE));
170 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
171 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE));
207 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
208 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE));
209 Elem2 = *(ptBitStream->pBuffer + module(offset + 2, BUFSIZE));
242 returnValue = *(ptBitStream->pBuffer + module(offset , BUFSIZE));