Home
last modified time | relevance | path

Searched refs:chk (Results 201 – 225 of 8924) sorted by path

12345678910>>...357

/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Drtsyn_winmm.c224 int ne,i,j,chk,played; in rtsyn_play_some_data() local
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Drtsyn_common.c514 int i,j,chk,ne; in rtsyn_play_one_sysex() local
H A Drtsyn_npipe.c195 int ne,i,j,chk,played;
H A Drtsyn_winmm.c224 int ne,i,j,chk,played; in rtsyn_play_some_data() local
/dports/audio/uade/uade-2.13/amigasrc/players/tracker/eagleplayers/mod15_ultimate_st/
H A DEP_Ultimate_ST.s.old143 duc2loop: ; chk sample name
/dports/audio/visp-go/visp-2585747/vendor/golang.org/x/net/http2/
H A Dheadermap.go75 chk := http.CanonicalHeaderKey(v)
76 commonLowerHeader[chk] = v
77 commonCanonHeader[v] = chk
/dports/audio/visp-go/visp-2585747/vendor/golang.org/x/text/collate/
H A Dcollate_test.go349 for _, chk := range tt.chk {
350 str = append(str, chk.in[:chk.n]...)
351 out = append(out, chk.out...)
354 for j, chk := range append(tt.chk, check{string(str), len(str), out}) {
355 out := convertFromWeights(chk.out)
356 ce := c.getColElems([]byte(chk.in)[:chk.n])
H A Dtable_test.go30 chk []check member
273 for j, chk := range tt.chk {
274 ws, n := c.t.AppendNext(nil, []byte(chk.in))
275 if n != chk.n {
276 t.Errorf("%d:%d: bytes consumed was %d; want %d", i, j, n, chk.n)
278 out := convertFromWeights(chk.out)
280 …t.Errorf("%d:%d: len(ws) was %d; want %d (%X vs %X)\n%X", i, j, len(ws), len(out), ws, out, chk.in)
/dports/audio/visp-go/visp-2585747/vendor/golang.org/x/text/message/pipeline/
H A Dpipeline_test.go75 chk := func(t *testing.T, err error) {
95 chk(t, err)
96 chk(t, s.Import())
97 chk(t, s.Merge())
102 chk(t, s.Export())
103 chk(t, s.Generate())
/dports/audio/visp-go/visp-2585747/vendor/golang.org/x/text/unicode/cldr/
H A Dcollate.go56 chk := func(s string, e error) string {
71 s = chk(parseSpecialAnchor(p, s))
73 s = chk(parseAnchor(p, 0, s))
84 s = chk(parseSequence(p, level, s))
86 s = chk(parseOrder(p, level, s))
89 chk("", fmt.Errorf("illegal operator %q", ch))
94 if chk("", scanner.Err()); err != nil {
/dports/audio/visp-go/visp-2585747/vendor/golang.org/x/text/unicode/norm/
H A Dmaketables.go388 chk := c.ccc != 0 || chars[f.decomp[0]].ccc != 0
389 f.isOneWay = f.isOneWay || chk
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Misc/
H A DBank.cpp176 bool chk = false; in moveInstrument() local
186 if (chk == false && chk2 == false) in moveInstrument()
215 bool chk = true; in clearslot() local
222 chk = deleteFile(tmpfile); in clearslot()
229 if (chk && chk2) in clearslot()
237 if (chk && !chk2) in clearslot()
239 else if (!chk && chk2) in clearslot()
743 int chk = 0; in removebank() local
766 ++ chk; in removebank()
772 if (chk > 0) in removebank()
[all …]
H A DBank.h164 int chk = func::findSplitPoint(name);
165 if (chk > 0)
167 num = func::string2int(name.substr(0, chk)) - 1;
170 name = name.substr(chk + 1);
H A DConfig.cpp901 int chk; in startThread() local
906 if (!(chk = pthread_attr_init(&attr))) in startThread()
911 if ((chk = pthread_attr_setschedpolicy(&attr, SCHED_FIFO))) in startThread()
915 + " (" + asString(chk) + ")", _SYS_::LogError); in startThread()
919 if ((chk = pthread_attr_setinheritsched(&attr, PTHREAD_EXPLICIT_SCHED))) in startThread()
923 + asString(chk) + ")", _SYS_::LogError); in startThread()
933 if ((chk = pthread_attr_setschedparam(&attr, &prio_params))) in startThread()
941 if (!(chk = pthread_create(pth, &attr, thread_fn, arg))) in startThread()
955 Log("Failed to initialise thread attributes " + asString(chk), _SYS_::LogError); in startThread()
959 Log("Failed to start thread (sched_fifo) " + asString(chk) in startThread()
[all …]
H A DFormatFuncs.h252 unsigned int chk = 0;
253 char ch = name.at(chk);
255 while (ch >= '0' and ch <= '9' and chk < len)
257 chk += 1;
258 ch = name.at(chk);
260 if (chk >= len)
264 return chk;
H A DPart.cpp1538 int chk = findSplitPoint(Pname); in loadXMLinstrument() local
1539 if (chk > 0) in loadXMLinstrument()
1540 Pname = Pname.substr(chk + 1, Pname.size() - chk - 1); in loadXMLinstrument()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/MusicIO/
H A DAlsaEngine.cpp679 int chk; in MidiThread() local
684 while ((chk = snd_seq_event_input(midi.handle, &event)) > 0) in MidiThread()
783 if (chk < 0) in MidiThread()
H A DJackEngine.cpp212 int chk; in Close() local
221 if ((chk = jack_port_unregister(jackClient, midiPort))) in Close()
222 synth->getRuntime().Log("Failed to close jack client, status: " + asString(chk)); in Close()
225 chk = jack_deactivate(jackClient); in Close()
226 if (chk) in Close()
227 synth->getRuntime().Log("Failed to close jack client, status: " + asString(chk)); in Close()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/dumb/src/it/
H A Dreadam.c516 struct riff_chunk * chk = str->chunks + o;
517 switch( chk->type )
524 if ( dumbfile_seek( f, chk->offset, DFS_SEEK_SET ) ) goto error_sd;
531 … temp = riff_parse( f, chk->offset + 4 + size, chk->size - size - 4, 1 );
672 struct riff_chunk * chk = str->chunks + o;
673 switch( chk->type )
681 if ( dumbfile_seek( f, chk->offset, DFS_SEEK_SET ) ) goto error_usd;
685 … temp = riff_parse( f, chk->offset + 4 + size, chk->size - size - 4, 1 );
719 dumbfile_seek( f, chk->offset + 6, DFS_SEEK_SET );
/dports/benchmarks/ali/ali-0.7.5/vendor/golang.org/x/net/http2/
H A Dheadermap.go76 chk := http.CanonicalHeaderKey(v)
77 commonLowerHeader[chk] = v
78 commonCanonHeader[v] = chk
/dports/benchmarks/ali/ali-0.7.5/vendor/golang.org/x/text/collate/
H A Dcollate_test.go349 for _, chk := range tt.chk {
350 str = append(str, chk.in[:chk.n]...)
351 out = append(out, chk.out...)
354 for j, chk := range append(tt.chk, check{string(str), len(str), out}) {
355 out := convertFromWeights(chk.out)
356 ce := c.getColElems([]byte(chk.in)[:chk.n])
H A Dtable_test.go30 chk []check member
273 for j, chk := range tt.chk {
274 ws, n := c.t.AppendNext(nil, []byte(chk.in))
275 if n != chk.n {
276 t.Errorf("%d:%d: bytes consumed was %d; want %d", i, j, n, chk.n)
278 out := convertFromWeights(chk.out)
280 …t.Errorf("%d:%d: len(ws) was %d; want %d (%X vs %X)\n%X", i, j, len(ws), len(out), ws, out, chk.in)
/dports/benchmarks/ali/ali-0.7.5/vendor/golang.org/x/text/message/pipeline/
H A Dpipeline_test.go75 chk := func(t *testing.T, err error) {
95 chk(t, err)
96 chk(t, s.Import())
97 chk(t, s.Merge())
102 chk(t, s.Export())
103 chk(t, s.Generate())
/dports/benchmarks/ali/ali-0.7.5/vendor/golang.org/x/text/unicode/cldr/
H A Dcollate.go56 chk := func(s string, e error) string {
71 s = chk(parseSpecialAnchor(p, s))
73 s = chk(parseAnchor(p, 0, s))
84 s = chk(parseSequence(p, level, s))
86 s = chk(parseOrder(p, level, s))
89 chk("", fmt.Errorf("illegal operator %q", ch))
94 if chk("", scanner.Err()); err != nil {
/dports/benchmarks/ali/ali-0.7.5/vendor/golang.org/x/text/unicode/norm/
H A Dmaketables.go387 chk := c.ccc != 0 || chars[f.decomp[0]].ccc != 0
388 f.isOneWay = f.isOneWay || chk

12345678910>>...357