Home
last modified time | relevance | path

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

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h3051 int nCompressedKb = nKb; in MicroProfileWebServerUpdate()
3064 int nCompressedKb = ((CompressState.nCompressedSize)>>10) + 1; in MicroProfileWebServerUpdate() local
3065 …et, &CompressState, "\n<!-- Sent %dkb(compressed %dkb) in %.2fms-->\n\n", nKb, nCompressedKb, fMs); in MicroProfileWebServerUpdate()
3071 … printf("\n<!-- Sent %dkb(compressed %dkb) in %.2fms-->\n\n", nKb, nCompressedKb, fMs); in MicroProfileWebServerUpdate()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h3049 int nCompressedKb = nKb; in MicroProfileWebServerUpdate()
3062 int nCompressedKb = ((CompressState.nCompressedSize)>>10) + 1; in MicroProfileWebServerUpdate() local
3063 …et, &CompressState, "\n<!-- Sent %dkb(compressed %dkb) in %.2fms-->\n\n", nKb, nCompressedKb, fMs); in MicroProfileWebServerUpdate()
3069 … printf("\n<!-- Sent %dkb(compressed %dkb) in %.2fms-->\n\n", nKb, nCompressedKb, fMs); in MicroProfileWebServerUpdate()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h3049 int nCompressedKb = nKb; in MicroProfileWebServerUpdate()
3062 int nCompressedKb = ((CompressState.nCompressedSize)>>10) + 1; in MicroProfileWebServerUpdate() local
3063 …et, &CompressState, "\n<!-- Sent %dkb(compressed %dkb) in %.2fms-->\n\n", nKb, nCompressedKb, fMs); in MicroProfileWebServerUpdate()
3069 … printf("\n<!-- Sent %dkb(compressed %dkb) in %.2fms-->\n\n", nKb, nCompressedKb, fMs); in MicroProfileWebServerUpdate()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h4422 int nCompressedKb = ((CompressState.nCompressedSize)>>10) + 1; in MicroProfileWebServerHandleRequest() local
4423 …et, &CompressState, "\n<!-- Sent %dkb(compressed %dkb) in %.2fms-->\n\n", nKb, nCompressedKb, fMs); in MicroProfileWebServerHandleRequest()