Searched defs:bytePtr (Results 1 – 8 of 8) sorted by relevance
89 const deUint8* bytePtr = reinterpret_cast<const deUint8*>(valuePtr); in isValueZero() local210 const deUint8* bytePtr = reinterpret_cast<const deUint8*>(valuePtr); in logValue() local
60 char* bytePtr = static_cast<char*>(pixels); in onGetPixels() local
249 UInt8 * bytePtr; in DecodeVCountValue() local
81 uint8_t *bytePtr = (uint8_t *)list; in uplug_removeEntryAt() local
140 inline void DecodeDeltaBytes (uint8 *bytePtr, int32 cols, int32 channels) in DecodeDeltaBytes()
2828 inline void EncodeDeltaBytes (uint8 *bytePtr, int32 cols, int32 channels) in EncodeDeltaBytes()
194 { const BYTE* bytePtr = (const BYTE*)(&pattern) + 3; /* works for any endianess */ in LZ4HC_reverseCountPattern() local