Home
last modified time | relevance | path

Searched refs:pDeflateInRealEnd (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h2862 const unsigned char* pDeflateInRealEnd = &pState->DeflateIn[MICROPROFILE_COMPRESS_CHUNK]; in MicroProfileCompressedWriteSocket() local
2864 if(nSize <= pDeflateInRealEnd - pDeflateInEnd) in MicroProfileCompressedWriteSocket()
2868 MP_ASSERT(Stream.next_in + Stream.avail_in <= pDeflateInRealEnd); in MicroProfileCompressedWriteSocket()
2879 pDeflateInRealEnd = &pState->DeflateIn[MICROPROFILE_COMPRESS_CHUNK]; in MicroProfileCompressedWriteSocket()
2880 if(pDeflateInEnd == pDeflateInRealEnd) in MicroProfileCompressedWriteSocket()
2892 size_t nSpace = pDeflateInRealEnd - pDeflateInEnd; in MicroProfileCompressedWriteSocket()
2894 MP_ASSERT(nBytes + pDeflateInEnd <= pDeflateInRealEnd); in MicroProfileCompressedWriteSocket()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h2860 const unsigned char* pDeflateInRealEnd = &pState->DeflateIn[MICROPROFILE_COMPRESS_CHUNK]; in MicroProfileCompressedWriteSocket() local
2862 if(nSize <= pDeflateInRealEnd - pDeflateInEnd) in MicroProfileCompressedWriteSocket()
2866 MP_ASSERT(Stream.next_in + Stream.avail_in <= pDeflateInRealEnd); in MicroProfileCompressedWriteSocket()
2877 pDeflateInRealEnd = &pState->DeflateIn[MICROPROFILE_COMPRESS_CHUNK]; in MicroProfileCompressedWriteSocket()
2878 if(pDeflateInEnd == pDeflateInRealEnd) in MicroProfileCompressedWriteSocket()
2890 size_t nSpace = pDeflateInRealEnd - pDeflateInEnd; in MicroProfileCompressedWriteSocket()
2892 MP_ASSERT(nBytes + pDeflateInEnd <= pDeflateInRealEnd); in MicroProfileCompressedWriteSocket()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h2860 const unsigned char* pDeflateInRealEnd = &pState->DeflateIn[MICROPROFILE_COMPRESS_CHUNK]; in MicroProfileCompressedWriteSocket() local
2862 if(nSize <= pDeflateInRealEnd - pDeflateInEnd) in MicroProfileCompressedWriteSocket()
2866 MP_ASSERT(Stream.next_in + Stream.avail_in <= pDeflateInRealEnd); in MicroProfileCompressedWriteSocket()
2877 pDeflateInRealEnd = &pState->DeflateIn[MICROPROFILE_COMPRESS_CHUNK]; in MicroProfileCompressedWriteSocket()
2878 if(pDeflateInEnd == pDeflateInRealEnd) in MicroProfileCompressedWriteSocket()
2890 size_t nSpace = pDeflateInRealEnd - pDeflateInEnd; in MicroProfileCompressedWriteSocket()
2892 MP_ASSERT(nBytes + pDeflateInEnd <= pDeflateInRealEnd); in MicroProfileCompressedWriteSocket()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h4230 unsigned char* pDeflateInRealEnd = &pState->DeflateIn[MICROPROFILE_COMPRESS_CHUNK]; in MicroProfileCompressedWriteSocket() local
4232 if(nSize <= (size_t)(pDeflateInRealEnd - pDeflateInEnd)) in MicroProfileCompressedWriteSocket()
4236 MP_ASSERT(Stream.next_in + Stream.avail_in <= pDeflateInRealEnd); in MicroProfileCompressedWriteSocket()
4247 pDeflateInRealEnd = &pState->DeflateIn[MICROPROFILE_COMPRESS_CHUNK]; in MicroProfileCompressedWriteSocket()
4248 if(pDeflateInEnd == pDeflateInRealEnd) in MicroProfileCompressedWriteSocket()
4260 size_t nSpace = pDeflateInRealEnd - pDeflateInEnd; in MicroProfileCompressedWriteSocket()
4262 MP_ASSERT(nBytes + pDeflateInEnd <= pDeflateInRealEnd); in MicroProfileCompressedWriteSocket()