Searched refs:stream (Results 1 – 8 of 8) sorted by relevance
66 void Set(const char* stream) in Set() argument68 NN_POINTER_ASSERT(stream); in Set()72 mCharStrm = stream; in Set()79 void Set(const wchar_t* stream) in Set() argument81 NN_ALIGN_ASSERT(stream, 2); in Set()82 NN_POINTER_ASSERT(stream); in Set()84 mCharStrm = stream; in Set()
114 const void* stream,
173 const void* stream,
118 const void* stream,
635 u32 stream; member651 context->stream <<= 8; in BitReader_Read()652 context->stream += *context->srcp; in BitReader_Read()658 value = (s32)( (context->stream >> (context->stream_len - bits)) & ((1 << bits) - 1) ); in BitReader_Read()677 stock = (u8)( context->stream >> 24 ); in BitReader_ReadEx()679 context->stream <<= 8; in BitReader_ReadEx()680 context->stream += *context->srcp; in BitReader_ReadEx()685 value = context->stream; in BitReader_ReadEx()719 context->stream = 0; in InitUncompContextLH()755 BitReader stream; in ReadUncompLH() local[all …]
754 u32 stream; member764 context->stream = 0; in BitReader_Init()780 context->stream = context->srcp[context->cnt++]; in BitReader_Read()783 bit = (s8)( (context->stream >> (context->stream_len - 1)) & 0x1 ); in BitReader_Read()910 BitReader stream; in SecureUncompressLH() local962 BitReader_Init( &stream, pSrc, srcSize - ((u32)pSrc - (u32)srcp) ); in SecureUncompressLH()971 s8 bit = BitReader_Read( &stream ); in SecureUncompressLH()1004 s8 bit = BitReader_Read( &stream ); in SecureUncompressLH()1034 val |= BitReader_Read( &stream ); in SecureUncompressLH()1057 if ( stream.srcSize - stream.cnt > 32 ) in SecureUncompressLH()
438 u32 stream; member447 context->stream = 0; in BitReader_Init()457 context->stream = context->srcp[context->cnt++]; in BitReader_Read()460 bit = (u8)( (context->stream >> (context->stream_len - 1)) & 0x1 ); in BitReader_Read()504 BitReader stream; in UncompressLH() local524 BitReader_Init( &stream, pSrc ); in UncompressLH()533 u8 bit = BitReader_Read( &stream ); in UncompressLH()562 u8 bit = BitReader_Read( &stream ); in UncompressLH()587 val |= BitReader_Read( &stream ); in UncompressLH()
98 u32 stream; // member