Home
last modified time | relevance | path

Searched refs:returnBufferLength (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/xournalpp/xournalpp-1.1.0/src/util/audio/
H A DAudioQueue.h67 … auto returnBufferLength = std::min<size_t>(nSamples, queueSize - queueSize % this->channels); in pop() local
69 auto endI = std::next(begI, returnBufferLength); in pop()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DNativeMethods.cs545 [Out] out int returnBufferLength, in LsaCallAuthenticationPackage() argument