Searched refs:fMaxBytes (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.h45 size_t Size() const { return fMaxBytes; }
62 size_t fMaxBytes; member in class:BufferQueue
87 if (fMaxBytes > fNumBytes)
88 return fMaxBytes - fNumBytes;
H A DBufferQueue.cpp32 fMaxBytes(maxBytes),
56 fMaxBytes = maxBytes;
/haiku/src/kits/media/
H A DChunkCache.h52 size_t fMaxBytes; member in class:BPrivate::media::ChunkCache
H A DChunkCache.cpp24 fMaxBytes = rtm_available(fRealTimePool);
H A DParameterWeb.cpp2259 return fMaxBytes;
2273 return BParameter::FlattenedSize() + sizeof(fMaxBytes);
2286 if (size < static_cast<ssize_t>(parameterSize + sizeof(fMaxBytes))) {
2301 write_to_buffer<uint32>(&buffer, fMaxBytes);
2323 if (size < static_cast<ssize_t>(sizeof(fMaxBytes))) {
2337 if (size < static_cast<ssize_t>(parameterSize + sizeof(fMaxBytes))) {
2342 fMaxBytes = read_from_buffer_swap32<uint32>(&buffer, SwapOnUnflatten());
2353 fMaxBytes = maxBytes;
/haiku/src/apps/showimage/
H A DImageCache.cpp72 fMaxBytes = info.max_pages * B_PAGE_SIZE / 5;
76 fMaxThreadCount, fMaxBytes, fMaxEntries);
112 && fBytes + fBytes / fCacheMap.size() > fMaxBytes)
306 while (fBytes > fMaxBytes || fCacheMap.size() > fMaxEntries) {
H A DImageCache.h91 uint64 fMaxBytes; member in class:ImageCache
/haiku/headers/os/media/
H A DParameterWeb.h433 uint32 fMaxBytes; member in class:BTextParameter
/haiku/headers/os/interface/
H A DTextView.h449 int32 fMaxBytes; member in class:BTextView
/haiku/src/kits/interface/
H A DTextView.cpp456 err = data->AddInt32("_max", fMaxBytes);
2450 fMaxBytes = max;
2452 if (fMaxBytes < textLength) {
2453 int32 offset = fMaxBytes;
2454 // Delete the text after fMaxBytes, but
2468 return fMaxBytes;
3238 fMaxBytes = INT32_MAX;

Completed in 162 milliseconds