Home | History | Annotate | Download | only in src

Lines Matching refs:offset

114     uint32    offset;
127 offset = (ptBitStream->usedBits) >> INBUF_ARRAY_INDEX_SHIFT;
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));
162 uint32 offset;
168 offset = (ptBitStream->usedBits) >> INBUF_ARRAY_INDEX_SHIFT;
170 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
171 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE));
198 uint32 offset;
205 offset = (ptBitStream->usedBits) >> INBUF_ARRAY_INDEX_SHIFT;
207 Elem = *(ptBitStream->pBuffer + module(offset , BUFSIZE));
208 Elem1 = *(ptBitStream->pBuffer + module(offset + 1, BUFSIZE));
209 Elem2 = *(ptBitStream->pBuffer + module(offset + 2, BUFSIZE));
236 uint32 offset;
240 offset = (ptBitStream->usedBits) >> INBUF_ARRAY_INDEX_SHIFT;
242 returnValue = *(ptBitStream->pBuffer + module(offset , BUFSIZE));