Searched refs:BytePtr (Results 1 – 2 of 2) sorted by relevance
78 UChar *BytePtr; member96 stream->BytePtr = buf; in _Huffman_InitBitstream()112 buf = stream->BytePtr; in _Huffman_ReadBits()128 stream->BytePtr = buf; in _Huffman_ReadBits()147 buf = stream->BytePtr; in _Huffman_WriteBits()171 stream->BytePtr = buf; in _Huffman_WriteBits()427 total_bytes = (Int)(stream.BytePtr - out); in Huffman_Compress()
342 static inline const uint8* BytePtr(const void* v) { in BytePtr() function1284 const uint8* bp = BytePtr(params->text.begin()); // start of text in InlinedSearchLoop()1286 const uint8* ep = BytePtr(params->text.end()); // end of text in InlinedSearchLoop()1315 if ((p = BytePtr(memchr(p, params->firstbyte, ep - p))) == NULL) { in InlinedSearchLoop()1320 if ((p = BytePtr(memrchr(ep, params->firstbyte, p - ep))) == NULL) { in InlinedSearchLoop()