Home
last modified time | relevance | path

Searched defs:spaceAvailable (Results 1 – 24 of 24) sorted by relevance

/dports/devel/bcpp/bcpp-20210108/code/
H A Dbaseq.h22 int spaceAvailable; // set to 0 for space available, variable
H A Dstacklis.h26 int spaceAvailable; // used to test if memory variable
/dports/audio/rezound/rezound-0.13.1beta/src/misc/
H A DTMemoryPipe.cpp266 const int spaceAvailable=(_readPos-writePos)-1; in write() local
291 const int spaceAvailable=spaceAvailable1+spaceAvailable2; in write() local
/dports/net/liveMedia/live/BasicUsageEnvironment/
H A DBasicUsageEnvironment0.cpp92 unsigned spaceAvailable = fBufferMaxSize - fCurBufferSize; in appendToResultMsg() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dconstfieldsrewrite.cxx140 int spaceAvailable = 1; in VisitFieldDecl() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dconstfieldsrewrite.cxx143 int spaceAvailable = 1; in VisitFieldDecl() local
/dports/graphics/embree/embree-3.13.2/kernels/common/
H A Dinstance_stack.h26 const bool spaceAvailable = context->instStackSize < RTC_MAX_INSTANCE_LEVEL_COUNT; in push() local
/dports/devel/arduino-core/Arduino-b439a77/libraries/GSM/src/
H A DGSM3CircularBuffer.cpp96 void GSM3CircularBufferManager::spaceAvailable(){return;}; in spaceAvailable() function in GSM3CircularBufferManager
H A DGSM3SoftSerial.cpp484 void GSM3SoftSerial::spaceAvailable() in spaceAvailable() function in GSM3SoftSerial
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/osga/
H A DOSGA_Archive.h137 inline bool spaceAvailable(pos_type, size_type, const std::string& filename) const in spaceAvailable() function
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/osga/
H A DOSGA_Archive.h137 inline bool spaceAvailable(pos_type, size_type, const std::string& filename) const in spaceAvailable() function
/dports/net/cjdns/cjdns-cjdns-v21.1/memory/
H A DAllocator_pvt.h142 int64_t spaceAvailable; member
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/async/
H A DClientBufferedStream.h380 size_t spaceAvailable = in toAsyncGeneratorWithSizeTarget() local
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/
H A Dqleadvertiser_bluez.cpp252 const int spaceAvailable = sizeof data.data - data.length; in addServicesData() local
/dports/audio/cantata/cantata-2.4.2/devices/
H A Dactiondialog.cpp220 qint64 spaceAvailable=0; in calcFileSize() local
/dports/www/squid/squid-4.15/src/clients/
H A DClient.cc771 const size_t spaceAvailable = entry->bytesWanted(Range<size_t>(0, contentSize), true); in handleMoreAdaptedBodyAvailable() local
/dports/net/norm/norm-1.5r6/protolib/src/common/
H A DprotoPktIP.cpp739 int spaceAvailable = GetBufferLength() - GetLength(); in ReplaceExtension() local
1024 int spaceAvailable = GetBufferLength() - GetLength(); in ReplaceOption() local
/dports/lang/v8/v8-9.6.180.12/tools/turbolizer/src/
H A Drange-view.ts406 const spaceAvailable = (numCells * spacePerCell) - 0.5; constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/turbolizer/src/
H A Drange-view.ts406 const spaceAvailable = (numCells * spacePerCell) - 0.5; constant
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_utils/gui/
H A Djuce_MidiKeyboardComponent.cpp647 auto spaceAvailable = w; in resized() local
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DNotationQuantizer.cpp630 timeT spaceAvailable = nextNoteTime - qt; in quantizeDuration() local
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/model/
H A Dsocket.cc295 Socket::NotifySend (uint32_t spaceAvailable) in NotifySend()
/dports/www/squid/squid-4.15/src/
H A Dclient_side_request.cc2086 const size_t spaceAvailable = storeEntry()->bytesWanted(Range<size_t>(0,contentSize)); in noteMoreBodyDataAvailable() local
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DVersionedBTree.actor.cpp173 int spaceAvailable = pageSize - compressedBytes; in buildPages() local