Home
last modified time | relevance | path

Searched refs:mdel (Results 1 – 25 of 85) sorted by relevance

1234

/dports/databases/tile38/tile38-1.12.0/vendor/github.com/eclipse/paho.mqtt.golang/
H A Dunit_store_test.go105 if len(ts.mdel) != 0 {
127 if len(ts.mdel) != 0 {
149 if len(ts.mdel) != 0 {
171 if len(ts.mdel) != 0 {
189 if len(ts.mdel) != 1 {
207 if len(ts.mdel) != 0 {
227 if len(ts.mdel) != 0 {
438 if len(ts.mdel) != 1 || ts.mdel[0] != 53 {
515 if len(ts.mdel) != 1 || ts.mdel[0] != 56 {
536 if len(ts.mdel) != 1 || ts.mdel[0] != 57 {
[all …]
H A Dfvt_store_test.go33 mdel []uint16 member
58 ts.mdel = append(ts.mdel, mid)
/dports/net/tunneller/tunneller-release-0.6/vendor/github.com/eclipse/paho.mqtt.golang/
H A Dunit_store_test.go105 if len(ts.mdel) != 0 {
127 if len(ts.mdel) != 0 {
149 if len(ts.mdel) != 0 {
171 if len(ts.mdel) != 0 {
189 if len(ts.mdel) != 1 {
207 if len(ts.mdel) != 0 {
227 if len(ts.mdel) != 0 {
438 if len(ts.mdel) != 1 || ts.mdel[0] != 53 {
515 if len(ts.mdel) != 1 || ts.mdel[0] != 56 {
536 if len(ts.mdel) != 1 || ts.mdel[0] != 57 {
[all …]
H A Dfvt_store_test.go33 mdel []uint16
58 ts.mdel = append(ts.mdel, mid)
/dports/sysutils/hared/hared-hare-1.0-45-g8341d8a/vendor/github.com/eclipse/paho.mqtt.golang/
H A Dunit_store_test.go105 if len(ts.mdel) != 0 {
127 if len(ts.mdel) != 0 {
149 if len(ts.mdel) != 0 {
171 if len(ts.mdel) != 0 {
189 if len(ts.mdel) != 1 {
207 if len(ts.mdel) != 0 {
227 if len(ts.mdel) != 0 {
438 if len(ts.mdel) != 1 || ts.mdel[0] != 53 {
515 if len(ts.mdel) != 1 || ts.mdel[0] != 56 {
536 if len(ts.mdel) != 1 || ts.mdel[0] != 57 {
[all …]
H A Dfvt_store_test.go33 mdel []uint16 member
58 ts.mdel = append(ts.mdel, mid)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/raft-autopilot/
H A Dstate_test.go87 mdel := NewMockApplicationIntegration(t)
89 ap := New(mraft, mdel, withTimeProvider(mtime))
153 mdel.On("AutopilotConfig").Return(conf).Once()
155 mdel.On("KnownServers").Return(servers).Once()
158 mdel.On("FetchServerStats", mock.Anything, servers).Return(serverStats).Once()
180 mdel := NewMockApplicationIntegration(t)
182 ap := New(mraft, mdel, withTimeProvider(mtime))
245 mdel.On("AutopilotConfig").Return(conf).Once()
247 mdel.On("KnownServers").Return(servers).Once()
368 mdel := NewMockApplicationIntegration(t)
[all …]
H A Drun_test.go21 mdel := NewMockApplicationIntegration(t)
146 mdel.On("AutopilotConfig").Return(conf).Once()
148 mdel.On("KnownServers").Return(servers).Once()
151 mdel.On("FetchServerStats", mock.Anything, servers).Return(serverStats).Once()
153 mdel.On("NotifyState", expected).Once()
155 ap := New(mraft, mdel,
H A Dmock_helpers_test.go56 mdel := MockApplicationIntegration{}
57 t.Cleanup(func() { mdel.AssertExpectations(t) })
58 return &mdel
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DChorus.C118 mdel = (dl1 * (float)(period - i) + dl2 * (float)i) / fPERIOD;
120 efxoutl[i] = tmpsub*ldelay->delay(tmp, mdel, 0, 1, 0);
124 mdel = (dr1 * (float)(period - i) + dr2 * (float)i) / fPERIOD;
126 efxoutr[i] = tmpsub*rdelay->delay(tmp, mdel, 0, 1, 0);
146 mdel = (dl1 * (float)(period - i) + dl2 * (float)i) / fPERIOD;
149 … float tmp = (float) dlk - mdel + (float)maxdelay * 2.0f; //where should I get the sample from
162 mdel = (dr1 * (float)(period - i) + dr2 * (float)i) / fPERIOD;
165 tmp = (float)drk - mdel + (float)maxdelay * 2.0f; //where should I get the sample from
/dports/emulators/mtools/mtools-4.0.26/
H A Dmtools.c37 {"mdel",mdel, 0},
38 {"mdeltree",mdel, 2},
48 {"mrd",mdel, 1},
H A DREADME.BEBOX50 alias mdel="mtools -c mdel"
76 rm mattrib mcd mcopy mdel mdir mformat mkmanifest mlabel mmd mrd mread mren mtype mwrite
81 ln -s mtools mdel
102 the names mdir, mdel etcetera.
H A Dmdel.c153 void mdel(int argc, char **argv, int deltype) NORETURN;
154 void mdel(int argc, char **argv, int deltype) in mdel() function
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Effects/
H A DChorus.cpp91 float mdel = in out() local
95 float tmp = dlk - mdel + maxdelay * 2.0f; //where should I get the sample from in out()
110 mdel = (dr1 * (buffersize - i) + dr2 * i) / buffersize_f; in out()
113 tmp = drk * 1.0f - mdel + maxdelay * 2.0f; //where should I get the sample from in out()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/Effects/
H A DChorus.cpp133 float mdel = in out() local
137 float tmp = dlk - mdel + maxdelay * 2.0f; //where should I get the sample from in out()
152 mdel = (dr1 * (buffersize - i) + dr2 * i) / buffersize_f; in out()
155 tmp = drk * 1.0f - mdel + maxdelay * 2.0f; //where should I get the sample from in out()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Effects/
H A DChorus.cpp123 mdel = (dl1 * (synth->sent_buffersize - i) + dl2 * i) / synth->sent_buffersize_f; in out()
126 tmp = dlk - mdel + maxdelay * 2.0f; // where should I get the sample from in out()
138 mdel = (dr1 * (synth->sent_buffersize - i) + dr2 * i) / synth->sent_buffersize_f; in out()
141 tmp = drk * 1.0f - mdel + maxdelay * 2.0f; // where should I get the sample from in out()
H A DChorus.h86 float mdel; variable
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/extfs/helpers/
H A Da+.in20 $mdel = "mdel";
52 system("$mdel $qdisk:/$qname >/dev/null");
/dports/misc/mc/mc-4.8.27/src/vfs/extfs/helpers/
H A Da+.in20 $mdel = "mdel";
52 system("$mdel $qdisk:/$qname >/dev/null");
/dports/devel/fossil/fossil-src-2.17/src/
H A Dchat.c265 @ mdel INT, -- msgid of another message to delete
769 int mdel; in chat_delete_webpage() local
774 mdel = atoi(PD("name","0")); in chat_delete_webpage()
775 zOwner = db_text(0, "SELECT xfrom FROM chat WHERE msgid=%d", mdel); in chat_delete_webpage()
785 mdel, g.zLogin, mdel in chat_delete_webpage()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dspat3d.c210 if ((MYFLT) d0 > p->mdel) p->mdel = (MYFLT) d0; in spat3d_init_wall()
211 if ((MYFLT) d1 > p->mdel) p->mdel = (MYFLT) d1; in spat3d_init_wall()
237 i = ((int32_t) (p->mdel * CS_ESR) + (int32_t) CS_KSMPS + 34L) in spat3d_init_delay()
299 p->mdist = p->mdel = FL(0.001); /* unit circle dist., max. delay */ in spat3d_set_opcode_params()
328 p->mdel = *(p->args[ximdel]); in spat3d_set_opcode_params()
355 p->mdel = p->ftable[2]; in spat3d_set_opcode_params()
377 p->mdel = SPAT3D_LIMIT(p->mdel, FL(0.001), FL(1000.0)); in spat3d_set_opcode_params()
427 wmax = 0L; p->mdel = FL(0.0); /* init. wall structures */ in spat3diset()
858 wmax = 0L; p->mdel = FL(0.0); /* init. wall structures */ in spat3dt()
/dports/net/rabbiteer/rabbiteer-rs-c881238/src/
H A Doutput.rs37 let mdel = MsgDeliver { in build_output() localVariable
62 deliver: mdel, in build_output()
/dports/emulators/mtools/mtools-4.0.26/debian/
H A Dmtools.manpages8 mdel.1
/dports/emulators/mtools/mtools-4.0.26/scripts/
H A Ddownload40 -rm) MDEL=mdel ;;
/dports/audio/festival/speech_tools/ling_class/
H A DEST_relation_compare.cc527 int tot, del, ins, ltot, ldel, lins, lmdel, mdel, lmins, mins; in multiple_matrix_compare() local
528 tot = del = ins = mdel = mins = 0; in multiple_matrix_compare()
563 mdel += lmdel; in multiple_matrix_compare()
571 mrc = float(tot - mdel)/(float)tot * 100.0; in multiple_matrix_compare()
572 mra = float(tot - mdel - mins)/(float)tot *100.0; in multiple_matrix_compare()
577 cout << "Total " << tot << " major del " << mdel << " major ins" << mins << endl; in multiple_matrix_compare()

1234