Home
last modified time | relevance | path

Searched defs:which (Results 301 – 325 of 19354) sorted by path

1...<<11121314151617181920>>...775

/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/dgl/src/nanovg/
H A Dstb_image.h1524 int id = stbi__get8(z->s), which; in stbi__process_scan_header() local
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/detail/
H A Dbasic_pointerbuf.hpp77 …arT, BufferT>::seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios_base::openmode which) in seekoff()
123 basic_pointerbuf<charT, BufferT>::seekpos(pos_type sp, ::std::ios_base::openmode which) in seekpos()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/format/
H A Dalt_sstream_impl.hpp101 seekoff (off_type off, ::std::ios_base::seekdir way, ::std::ios_base::openmode which) { in seekoff()
147 seekpos (pos_type pos, ::std::ios_base::openmode which) { in seekpos()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/iostreams/
H A Dchecked_operations.hpp74 BOOST_IOS::openmode which = BOOST_IOS::in | BOOST_IOS::out ) in seek_if()
H A Dclose.hpp93 void close(T& t, BOOST_IOS::openmode which) in close()
107 void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close()
H A Dseek.hpp44 BOOST_IOS::openmode which = BOOST_IOS::in | BOOST_IOS::out ) in seek()
53 BOOST_IOS::openmode which = BOOST_IOS::in | BOOST_IOS::out ) in seek()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/iostreams/detail/adapter/
H A Dconcept_adapter.hpp88 BOOST_IOS::openmode which ) in seek()
96 BOOST_IOS::openmode which, Device* dev ) in seek()
99 void close(BOOST_IOS::openmode which) in close()
103 void close(BOOST_IOS::openmode which, Device* dev) in close()
H A Dnon_blocking_adapter.hpp52 BOOST_IOS::openmode which = in seek()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/iostreams/detail/
H A Dfunctional.hpp36 device_close_operation(T& t, BOOST_IOS::openmode which) in device_close_operation()
50 filter_close_operation(T& t, Sink& snk, BOOST_IOS::openmode which) in filter_close_operation()
63 call_close(T& t, BOOST_IOS::openmode which) in call_close()
68 call_close(T& t, Sink& snk, BOOST_IOS::openmode which) in call_close()
113 member_close_operation(T& t, BOOST_IOS::openmode which) in member_close_operation()
124 member_close_operation<T> call_member_close(T& t, BOOST_IOS::openmode which) in call_member_close()
H A Dwrap_unwrap.hpp71 template<typename T> in close()
72 inline typename wrapped_type<T>::type in close()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/iostreams/detail/streambuf/
H A Ddirect_streambuf.hpp190 (off_type off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seekoff()
196 (pos_type sp, BOOST_IOS::openmode which) in seekpos()
202 void direct_streambuf<T, Tr>::close_impl(BOOST_IOS::openmode which) in close_impl()
218 (stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seek_impl()
H A Dindirect_streambuf.hpp330 (off_type off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seekoff()
336 (pos_type sp, BOOST_IOS::openmode which) in seekpos()
344 (stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seek_impl()
384 (BOOST_IOS::openmode which) in close_impl()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/unordered/detail/
H A Dimplementation.hpp2643 void construct(bool which, H const& hf, P const& eq) in construct()
2648 void construct(bool which, function_pair const& f, in construct()
2656 bool which, function_pair& f, boost::unordered::detail::true_type) in construct()
2662 void destroy(bool which) in destroy()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/third_party/catch/
H A Dcatch.hpp8905 static Arch which() { in which() function
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/plugins/
H A DBeatTrack2.cpp338 void calculatetemplate(BeatTrack2* unit, int which, int j) { in calculatetemplate()
H A DGendynUGens.cpp113 static float Gendyn_distribution(int which, float a, float f) { in Gendyn_distribution()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/catch2/include/catch2/
H A Dcatch2.hpp14298 static Arch which() { in which() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/tuning-library/libs/catch2/
H A Dcatch2.hpp14295 static Arch which() { in which() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/headless/
H A DUnitTestsMIDI.cpp573 auto confirmResult = [&](TestCase &c, int which = -1) { in __anon5f6817e41902()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/base/source/
H A Dfstring.h400 …inline bool removeChars8 (const char8 which) {char8 str[] = {which, 0}; return removeChars8 (str);… in removeChars8()
401 …inline bool removeChars16 (const char16 which) {char16 str[] = {which, 0}; return removeChars16 (s… in removeChars16()
402 inline bool removeChars (const char8* which) {return removeChars8 (which);} in removeChars()
403 inline bool removeChars (const char16* which) {return removeChars16 (which);} in removeChars()
404 inline bool removeChars (const char8 which) {return removeChars8 (which);} in removeChars()
405 inline bool removeChars (const char16 which) {return removeChars16 (which);} in removeChars()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/source/vst/
H A Dvstpresetfile.cpp364 bool PresetFile::beginChunk (Entry& e, ChunkType which) in beginChunk()
453 bool PresetFile::writeChunk (const void* data, int32 size, ChunkType which) in writeChunk()
H A Dvstpresetfile.h136 …bool contains (ChunkType which) const { return getEntry (which) != nullptr; } ///< Checks if a giv… in contains()
H A Dvstspeakerarray.h86 int32 getSpeakerIndex (SpeakerType which) const in getSpeakerIndex()
/dports/audio/tamgamp-lv2/tamgamp.lv2-590ced0a1da96ca481a1a719eebdb17f3af472e4/include/generated/tonestack/
H A Dcrunch.h68 default: {
98 virtual void instanceConstants(int samplingFreq) {
/dports/audio/umix/umix-1.0.2/src/
H A Dmixer.c357 int chan_get_lr(int which) in chan_get_lr()

1...<<11121314151617181920>>...775