Home
last modified time | relevance | path

Searched refs:DeflateOut (Results 1 – 5 of 5) sorted by relevance

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libflate/
H A Ddeflate.c52 DeflateOut = 4096, /* output buffer size */ enumerator
104 uchar obuf[DeflateOut];
303 lz->eout = &lz->obuf[DeflateOut]; in deflatereset()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h2805 unsigned char DeflateOut[MICROPROFILE_COMPRESS_CHUNK]; member
2818 unsigned char* pSendStart = &pState->DeflateOut[0]; in MicroProfileCompressedSocketFlush()
2819 unsigned char* pSendEnd = &pState->DeflateOut[MICROPROFILE_COMPRESS_CHUNK - Stream.avail_out]; in MicroProfileCompressedSocketFlush()
2825 Stream.next_out = &pState->DeflateOut[0]; in MicroProfileCompressedSocketFlush()
2833 Stream.next_out = &pState->DeflateOut[0]; in MicroProfileCompressedSocketStart()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h2803 unsigned char DeflateOut[MICROPROFILE_COMPRESS_CHUNK]; member
2816 unsigned char* pSendStart = &pState->DeflateOut[0]; in MicroProfileCompressedSocketFlush()
2817 unsigned char* pSendEnd = &pState->DeflateOut[MICROPROFILE_COMPRESS_CHUNK - Stream.avail_out]; in MicroProfileCompressedSocketFlush()
2823 Stream.next_out = &pState->DeflateOut[0]; in MicroProfileCompressedSocketFlush()
2831 Stream.next_out = &pState->DeflateOut[0]; in MicroProfileCompressedSocketStart()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h2803 unsigned char DeflateOut[MICROPROFILE_COMPRESS_CHUNK]; member
2816 unsigned char* pSendStart = &pState->DeflateOut[0]; in MicroProfileCompressedSocketFlush()
2817 unsigned char* pSendEnd = &pState->DeflateOut[MICROPROFILE_COMPRESS_CHUNK - Stream.avail_out]; in MicroProfileCompressedSocketFlush()
2823 Stream.next_out = &pState->DeflateOut[0]; in MicroProfileCompressedSocketFlush()
2831 Stream.next_out = &pState->DeflateOut[0]; in MicroProfileCompressedSocketStart()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h4173 unsigned char DeflateOut[MICROPROFILE_COMPRESS_CHUNK]; member
4186 unsigned char* pSendStart = &pState->DeflateOut[0]; in MicroProfileCompressedSocketFlush()
4187 unsigned char* pSendEnd = &pState->DeflateOut[MICROPROFILE_COMPRESS_CHUNK - Stream.avail_out]; in MicroProfileCompressedSocketFlush()
4193 Stream.next_out = &pState->DeflateOut[0]; in MicroProfileCompressedSocketFlush()
4201 Stream.next_out = &pState->DeflateOut[0]; in MicroProfileCompressedSocketStart()