Home
last modified time | relevance | path

Searched refs:bytesEvicted (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/d3d12/
H A DResidencyManagerD3D12.cpp184 uint64_t bytesEvicted; in EnsureCanAllocate() local
185 DAWN_TRY_ASSIGN(bytesEvicted, in EnsureCanAllocate()
299 uint64_t bytesEvicted; in MakeAllocationsResident() local
300 DAWN_TRY_ASSIGN(bytesEvicted, EnsureCanMakeResident(sizeToMakeResident, segment)); in MakeAllocationsResident()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DHttp2Compression.cpp265 uint32_t bytesEvicted = 0; in MakeRoom() local
276 bytesEvicted += mHeaderTable[index]->Size(); in MakeRoom()
284 bytesEvicted); in MakeRoom()
287 (uint32_t)((100.0 * (double)bytesEvicted) / (double)amount)); in MakeRoom()
292 bytesEvicted); in MakeRoom()
295 (uint32_t)((100.0 * (double)bytesEvicted) / (double)amount)); in MakeRoom()
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DHttp2Compression.cpp265 uint32_t bytesEvicted = 0; in MakeRoom() local
276 bytesEvicted += mHeaderTable[index]->Size(); in MakeRoom()
284 bytesEvicted); in MakeRoom()
287 (uint32_t)((100.0 * (double)bytesEvicted) / (double)amount)); in MakeRoom()
292 bytesEvicted); in MakeRoom()
295 (uint32_t)((100.0 * (double)bytesEvicted) / (double)amount)); in MakeRoom()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DHttp2Compression.cpp274 uint32_t bytesEvicted = 0; in MakeRoom() local
285 bytesEvicted += mHeaderTable[index]->Size(); in MakeRoom()
293 bytesEvicted); in MakeRoom()
296 (uint32_t)((100.0 * (double)bytesEvicted) / (double)amount)); in MakeRoom()
301 bytesEvicted); in MakeRoom()
304 (uint32_t)((100.0 * (double)bytesEvicted) / (double)amount)); in MakeRoom()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DHttp2Compression.cpp326 uint32_t bytesEvicted = 0; in MakeRoom() local
336 bytesEvicted += mHeaderTable[index]->Size(); in MakeRoom()
342 Telemetry::Accumulate(Telemetry::HPACK_BYTES_EVICTED_DECOMPRESSOR, bytesEvicted); in MakeRoom()
343 …::HPACK_BYTES_EVICTED_RATIO_DECOMPRESSOR, (uint32_t)((100.0 * (double)bytesEvicted) / (double)amou… in MakeRoom()
346 Telemetry::Accumulate(Telemetry::HPACK_BYTES_EVICTED_COMPRESSOR, bytesEvicted); in MakeRoom()
347 …ry::HPACK_BYTES_EVICTED_RATIO_COMPRESSOR, (uint32_t)((100.0 * (double)bytesEvicted) / (double)amou… in MakeRoom()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DHttp2Compression.cpp265 uint32_t bytesEvicted = 0; in MakeRoom() local
276 bytesEvicted += mHeaderTable[index]->Size(); in MakeRoom()
284 bytesEvicted); in MakeRoom()
287 (uint32_t)((100.0 * (double)bytesEvicted) / (double)amount)); in MakeRoom()
292 bytesEvicted); in MakeRoom()
295 (uint32_t)((100.0 * (double)bytesEvicted) / (double)amount)); in MakeRoom()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DHttp2Compression.cpp276 uint32_t bytesEvicted = 0; in MakeRoom() local
287 bytesEvicted += mHeaderTable[index]->Size(); in MakeRoom()
295 bytesEvicted); in MakeRoom()
298 (uint32_t)((100.0 * (double)bytesEvicted) / (double)amount)); in MakeRoom()
303 bytesEvicted); in MakeRoom()
306 (uint32_t)((100.0 * (double)bytesEvicted) / (double)amount)); in MakeRoom()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/evictor/
H A DEvictor.java2049 long bytesEvicted = 0; in doEvict() local
2074 bytesEvicted = evictBatch( in doEvict()
2077 numBytesEvicted[source.ordinal()].add(bytesEvicted); in doEvict()
2079 if (bytesEvicted == 0) { in doEvict()
2108 "Thread evicted " + bytesEvicted + in doEvict()