Searched refs:cachedSize (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c1081 uint64_t cachedSize = 0; local
1099 cachedSize = hdr->uncompressed_size;
1126 if ((uint64_t)uplPos + uplSize > cachedSize) {
1128 uplSize = cachedSize - uplPos;
1222 uint64_t cachedSize = 0; local
1233 cachedSize = decmpfs_cnode_get_vnode_cached_size(cp);
1235 if ((uint64_t)uplPos + uplSize > cachedSize) {
1237 uplSize = cachedSize - uplPos;
1249 if ((uint64_t)uioPos + uioRemaining > cachedSize) {
1251 uioRemaining = cachedSize
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DMemoryCache.cpp483 unsigned cachedSize = 0; local
498 cachedSize += current->resourceBuffer()->sharedBuffer()->size();
508 LOG(DiskImageCache, "DiskImageCache: took (%f) ms to cache (%d) bytes for (%d) resources", end - start, cachedSize, resourceCount);

Completed in 104 milliseconds