Home
last modified time | relevance | path

Searched refs:kbuf (Results 1 – 25 of 1476) sorted by path

12345678910>>...60

/dports/accessibility/yasr/yasr-0.6.9/
H A DChangeLog140 main.c: in getoutput(), fix arguments to memmove; fixes segfault upon full kbuf
/dports/accessibility/yasr/yasr-0.6.9/yasr/
H A Dmain.c46 int kbuf[100]; variable
501 tts_saychar(kbuf[0]); in kbsay()
506 if (okbuflen < sizeof(kbuf) - 1 && is_char(kbuf[0])) in kbsay()
508 okbuf[okbuflen++] = kbuf[0]; in kbsay()
613 if ((kbuf[0] == 8 || kbuf[0] == 127) && in win_csi()
979 if ((kbuf[0] == 8 || kbuf[0] == 127) && !tts.oflag && !ui.silent) in getoutput()
1073 (void) memmove(kbuf, kbuf + 1, (--kbuflen) * sizeof(int)); in getoutput()
1112 if (tts.oflag || kbuf[0] == 13 || kbuf[0] == 3 || ui.silent) in getoutput()
1136 if (kbuf[0] == 0x1b5b43 || in getoutput()
1176 if (kbuf[0] == 0x1b5b42) in getoutput()
[all …]
H A Dui.c823 kbuf[kbuflen++] = key; in ui_keypress()
H A Dyasr.h210 extern int kbuf[100];
/dports/astro/weather/weather-2.4.2/
H A Dairports1471 station = kbuf
H A Dplaces242023 station = ('kbuf', 0.0033507)
242401 station = ('kbuf', 0.0031101)
243721 station = ('kbuf', 0.0032035)
243733 station = ('kbuf', 0.0027566)
243745 station = ('kbuf', 0.0014001)
243751 station = ('kbuf', 0.0036060)
243757 station = ('kbuf', 0.0049039)
243769 station = ('kbuf', 0.0017654)
243781 station = ('kbuf', 0.0004211)
243787 station = ('kbuf', 0.0019474)
[all …]
H A Dslist1823 kbuf
H A Dstations10054 [kbuf]
H A Dzctas20089 station = ('kbuf', 0.0033641)
20094 station = ('kbuf', 0.0030253)
20144 station = ('kbuf', 0.0054137)
20149 station = ('kbuf', 0.0005999)
20174 station = ('kbuf', 0.0017518)
20179 station = ('kbuf', 0.0023527)
20184 station = ('kbuf', 0.0048066)
20204 station = ('kbuf', 0.0042451)
20229 station = ('kbuf', 0.0006779)
20244 station = ('kbuf', 0.0019597)
[all …]
H A Dzones44148 station = ('kbuf', 0.0005293)
45462 station = ('kbuf', 0.0053981)
/dports/audio/bristol/bristol-0.60.10/bristol/
H A Dbristoldx.c138 dxOpOne(int ind, float *kbuf, float *opbuf, float *obuf, int count, in dxOpOne() argument
154 bufmerge(kbuf, 1.0, modbuf, igain, count); in dxOpOne()
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c5986 TEXT kbuf[80]; in gui_textbox_keypress() local
6055 actual = (IKeymap->MapRawKey( &iev, kbuf, 80, 0 ) == 1); in gui_textbox_keypress()
6058 kbuf[0] = event.key.keysym.unicode; in gui_textbox_keypress()
6060 if( ( actual ) && ( kbuf[0] > 31 ) && ( kbuf[0] < 128 ) ) in gui_textbox_keypress()
6066 (*ttbx)->content[(*ttbx)->cpos] = kbuf[0]; in gui_textbox_keypress()
/dports/audio/mda-lv2/mda-lv2-1.2.6/src/
H A DmdaBeatBox.cpp63 kbuf = new float[kbuflen]; in mdaBeatBox()
173 case 3: while(recpos<kbuflen) *(kbuf + recpos++) = 0.f; break; in setParameter()
186 if(kbuf) delete [] kbuf; in ~mdaBeatBox()
209 memset(kbuf, 0, kbuflen * sizeof(float)); //generate kick in synth()
214 *(kbuf + t) = e * (float)sin(p); in synth()
364 o += klv * *(kbuf + kp); in process()
398 case 3: if(recpos<kl) *(kbuf + recpos++) = e; else e=0.f; break; in process()
460 o += klv * *(kbuf + kp); //kick in processReplacing()
491 case 3: if(recpos<kl) *(kbuf + recpos++) = e; else e=0.f; break; in processReplacing()
H A DmdaBeatBox.h70 float *kbuf; variable
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/MCLDUGens/sc/HelpSource/Classes/
H A DKMeansRT.schelp57 ~kbuf = Buffer.alloc(s, k, ~ndims+1)
61 var sig, chain, chaintrig, features, kbuf, classif, centroid, resynth;
69 classif = KMeansRT.kr(~kbuf, features, k, chaintrig);
73 centroid = KMeansRT.getCentroid(~kbuf, classif, ~ndims).at(0);
91 ~kbuf = Buffer.alloc(s, k, ~ndims+1)
95 var sig, chain, trig, features, kbuf, classif, centroid, resynth;
103 classif = KMeansRT.kr(~kbuf, features, k, trig);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/move/algo/detail/
H A Dadaptive_sort_merge.hpp1725 size_type kbuf = min_value<size_type>(l_build_buf, size_type(xbuf.capacity()));
1726 kbuf = kbuf < l_base ? 0 : kbuf;
1728 if(kbuf){
1730 xbuf.move_assign(first+l_build_buf-kbuf, kbuf);
1736 …( first_block - l_merged, elements_in_blocks, l_merged, l_build_buf, kbuf - l_merged, comp, move_o…
1740 if(kbuf != l_build_buf){
1741 …boost::move(xbuf.data()+kbuf-l_merged, xbuf.data() + kbuf, first_block-l_merged+elements_in_blocks…
1762 if(kbuf && kbuf == l_build_buf){
1766 boost::move(xbuf.data(), xbuf.data() + kbuf, first);
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/mda-vst3/source/
H A DmdaBeatBoxProcessor.cpp33 hbuf = kbuf = sbuf = sbuf2 = 0; in BeatBoxProcessor()
90 kbuf = new float[kbuflen]; in setActive()
108 memset (kbuf, 0, kbuflen * sizeof (float)); //generate kick in setActive()
113 *(kbuf + t) = e * (float)sin(p); in setActive()
131 if (kbuf) delete [] kbuf; in setActive()
134 hbuf = kbuf = sbuf = sbuf2 = 0; in setActive()
186 o += klv * *(kbuf + kp); //kick in doProcessing()
217 case 3: if (recpos<kl) *(kbuf + recpos++) = e; else e=0.f; break; in doProcessing()
267 case 3: while (recpos<kbuflen) *(kbuf + recpos++) = 0.f; break; in recalculate()
H A DmdaBeatBoxProcessor.h49 float *kbuf; variable
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/mda-vst3/source/
H A DmdaBeatBoxProcessor.cpp38 hbuf = kbuf = sbuf = sbuf2 = nullptr; in BeatBoxProcessor()
95 kbuf = new float[kbuflen]; in setActive()
113 memset (kbuf, 0, kbuflen * sizeof (float)); //generate kick in setActive()
118 *(kbuf + t) = e * (float)sin(p); in setActive()
136 if (kbuf) delete [] kbuf; in setActive()
139 hbuf = kbuf = sbuf = sbuf2 = nullptr; in setActive()
191 o += klv * *(kbuf + kp); //kick in doProcessing()
222 case 3: if (recpos<kl) *(kbuf + recpos++) = e; else e=0.f; break; in doProcessing()
272 case 3: while (recpos<kbuflen) *(kbuf + recpos++) = 0.f; break; in recalculate()
H A DmdaBeatBoxProcessor.h51 float *kbuf; variable
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/lmdb/
H A Dmdb.c589 #define DKBUF char kbuf[DKBUF_MAXKEYSIZE*2+1]
594 #define DKEY(x) mdb_dkey(x, kbuf)
H A Dmdb_load.c39 static MDB_val kbuf, dbuf; variable
372 kbuf.mv_size = mdb_env_get_maxkeysize(env) * 2 + 2; in main()
373 kbuf.mv_data = malloc(kbuf.mv_size); in main()
403 rc = readline(&key, &kbuf); in main()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/db/bdb/
H A Dbdb_util.hpp68 CBDB_BufferManager& kbuf = *dbf.GetKeyBuffer(); in BDB_iterate_file() local
69 _ASSERT(kbuf.FieldCount() == 1); in BDB_iterate_file()
70 CBDB_Field& fld = kbuf.GetField(0); in BDB_iterate_file()
97 CBDB_BufferManager& kbuf = *dbf.GetKeyBuffer(); in BDB_batch_delete_recs() local
98 _ASSERT(kbuf.FieldCount() == 1); in BDB_batch_delete_recs()
99 CBDB_Field& fld = kbuf.GetField(0); in BDB_batch_delete_recs()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/lmdb/
H A Dmdb.c589 #define DKBUF char kbuf[DKBUF_MAXKEYSIZE*2+1]
594 #define DKEY(x) mdb_dkey(x, kbuf)
H A Dmdb_load.c39 static MDB_val kbuf, dbuf; variable
372 kbuf.mv_size = mdb_env_get_maxkeysize(env) * 2 + 2; in main()
373 kbuf.mv_data = malloc(kbuf.mv_size); in main()
403 rc = readline(&key, &kbuf); in main()

12345678910>>...60