Home
last modified time | relevance | path

Searched refs:curstep (Results 1 – 25 of 72) sorted by relevance

123

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/NIGHTDLL/
H A Dsprite_eupdate.c62 int curstep; member
83 int curstep; in ec1_cb() local
95 ecp.oldstep = curstep; in ec1_cb()
112 while(t < curstep) { in ec7_cb()
122 ecp.oldstep = curstep; in ec7_cb()
140 while(t < curstep) { in ec8_cb()
171 while(t < curstep) { in ec9_cb()
304 int curstep; in ec_fadein_cb() local
318 int curstep; in ec_fadeout_cb() local
333 int curstep; in ec_whitein_cb() local
[all …]
H A Dsprite_eupdate_buller.c7 int curstep, maxstep = 6; in ec11_cb() local
8 curstep = maxstep * (ecp.curtime - ecp.sttime)/ (ecp.edtime - ecp.sttime); in ec11_cb()
9 if (curstep < 6) { in ec11_cb()
10 …gre_Blend(sf0, 0, 0, ec11_ss[curstep], 0, 0, ec11_sd[5-curstep], 0, 0, sfsrc->width, sfsrc->height… in ec11_cb()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/SACT/
H A Dsprite_eupdate.c62 int curstep; member
125 int curstep; in ec1_cb() local
137 ecp.oldstep = curstep; in ec1_cb()
154 while(t < curstep) { in ec7_cb()
164 ecp.oldstep = curstep; in ec7_cb()
182 while(t < curstep) { in ec8_cb()
192 ecp.oldstep = curstep; in ec8_cb()
213 while(t < curstep) { in ec9_cb()
294 int curstep, maxstep; in ec14_cb() local
307 int curstep, maxstep; in ec15_cb() local
[all …]
H A Dsprite_eupdate_aff.c62 int maxstep, curstep; in ec20_cb() local
66 do_aff(sfsrc, sf0, curstep, 1- (double)curstep / maxstep, 1- (double)curstep / maxstep); in ec20_cb()
68 ecp.oldstep = curstep; in ec20_cb()
73 int maxstep, curstep; in ec21_cb() local
77 do_aff(sfdst, sf0, curstep, (double)curstep / maxstep, (double)curstep / maxstep); in ec21_cb()
79 ecp.oldstep = curstep; in ec21_cb()
84 int maxstep, curstep; in ec22_cb() local
88 do_aff(sfsrc, sf0, -curstep, 1- (double)curstep / maxstep, 1- (double)curstep / maxstep); in ec22_cb()
90 ecp.oldstep = curstep; in ec22_cb()
95 int maxstep, curstep; in ec23_cb() local
[all …]
H A Dsprite_eupdate_perspect.c129 int curstep, maxstep; in ec25_cb() local
132 if (curstep < 90) { in ec25_cb()
133 perspect_rotatey(src, sf0, -curstep * M_PI / 180); in ec25_cb()
142 int curstep, maxstep; in ec26_cb() local
145 if (curstep < 90) { in ec26_cb()
146 perspect_rotatey(src, sf0, curstep * M_PI / 180); in ec26_cb()
155 int curstep, maxstep; in ec28_cb() local
158 if (curstep < 90) { in ec28_cb()
168 int curstep, maxstep; in ec29_cb() local
171 if (curstep < 90) { in ec29_cb()
[all …]
H A Dsprite_eupdate_mosaic.c6 int curstep, maxstep = 32; in ec6_cb() local
12 curstep = maxstep * (ecp.curtime - ecp.sttime)/ (ecp.edtime - ecp.sttime); in ec6_cb()
13 if (ecp.oldstep == curstep) { in ec6_cb()
20 image_Mosaic(st, 0, 0, st->width, st->height, 0, 0, slices[curstep]); in ec6_cb()
21 image_Mosaic(dt, 0, 0, dt->width, dt->height, 0, 0, slices[curstep]); in ec6_cb()
23 gre_Blend(sf0, 0, 0, st, 0, 0, dt, 0, 0, st->width, st->height, curstep*8); in ec6_cb()
29 ecp.oldstep = curstep; in ec6_cb()
H A Dsprite_eupdate_uneune.c47 int curstep, maxstep; in ec31_cb() local
51 curstep = maxstep * (ecp.curtime - ecp.sttime)/ (ecp.edtime - ecp.sttime); in ec31_cb()
55 if (curstep < 16) { in ec31_cb()
56 uneune(sfsrc, st, curstep); in ec31_cb()
57 uneune(sfdst, dt, curstep); in ec31_cb()
58 gre_Blend(sf0, 0, 0, st, 0, 0, dt, 0, 0, st->width, st->height, curstep * 8); in ec31_cb()
60 uneune(sfsrc, st, 32-curstep); in ec31_cb()
61 uneune(sfdst, dt, 32-curstep); in ec31_cb()
62 gre_Blend(sf0, 0, 0, st, 0, 0, dt, 0, 0, st->width, st->height, curstep * 8); in ec31_cb()
H A Dsprite_eupdate_zmbbul.c9 int curstep, maxstep, turstep; in ec10_cb() local
16 curstep = maxstep * (ecp.curtime - ecp.sttime)/ (ecp.edtime - ecp.sttime); in ec10_cb()
18 WARNING("step = %d/%d\n", curstep, maxstep); in ec10_cb()
20 if (curstep > turstep) { in ec10_cb()
22 sx = (maxstep - curstep) * (sfsrc->width - sfsrc->width/10) / maxstep; in ec10_cb()
23 sy = (maxstep - curstep) * (sfsrc->height - sfsrc->height/10) / maxstep; in ec10_cb()
28 sx = curstep * (sfsrc->width - sfsrc->width/10) / maxstep; in ec10_cb()
29 sy = curstep * (sfsrc->height - sfsrc->height/10) / maxstep; in ec10_cb()
51 if (curstep > turstep) { in ec10_cb()
H A Dsprite_eupdate_buller.c7 int curstep, maxstep = 6; in ec11_cb() local
8 curstep = maxstep * (ecp.curtime - ecp.sttime)/ (ecp.edtime - ecp.sttime); in ec11_cb()
9 if (curstep < 6) { in ec11_cb()
10 …gre_Blend(sf0, 0, 0, ec11_ss[curstep], 0, 0, ec11_sd[5-curstep], 0, 0, sfsrc->width, sfsrc->height… in ec11_cb()
H A Dscreen_quake.c57 static void quake1(double curstep, int diam, int round, int *adjx, int *adjy) { in quake1() argument
58 double R = (1 - curstep) * diam / 2; in quake1()
59 double th = curstep * 2 * M_PI * round; in quake1()
H A Dsactamask.c55 int curstep; member
159 int curstep = 255 * (ecp.curtime - ecp.sttime)/ (ecp.edtime - ecp.sttime); in sp_eupdate_amap() local
161 mask2 = smask_mul(mask, curstep); in sp_eupdate_amap()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dclasses.cp260 curstep = laststep;
264 curstep=crashdummy;
277 curstep = curstep->parent;
283 curstep=curstep->parent;
284 if (!curstep)
292 laststep = curstep;
329 curstep = laststep;
334 while ((crashdummy = curstep->go_down(1))) curstep = crashdummy;
338 curstep=curstep->get_parent();
340 laststep = curstep;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ceph/crush/
H A Dmapper.c943 switch (curstep->op) { in crush_do_rule()
950 w[0] = curstep->arg1; in crush_do_rule()
958 if (curstep->arg1 > 0) in crush_do_rule()
963 if (curstep->arg1 > 0) in crush_do_rule()
968 if (curstep->arg1 >= 0) in crush_do_rule()
973 if (curstep->arg1 >= 0) in crush_do_rule()
997 curstep->op == in crush_do_rule()
999 curstep->op == in crush_do_rule()
1036 curstep->arg2, in crush_do_rule()
1058 curstep->arg2, in crush_do_rule()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ceph/crush/
H A Dmapper.c943 switch (curstep->op) { in crush_do_rule()
950 w[0] = curstep->arg1; in crush_do_rule()
958 if (curstep->arg1 > 0) in crush_do_rule()
963 if (curstep->arg1 > 0) in crush_do_rule()
968 if (curstep->arg1 >= 0) in crush_do_rule()
973 if (curstep->arg1 >= 0) in crush_do_rule()
997 curstep->op == in crush_do_rule()
999 curstep->op == in crush_do_rule()
1036 curstep->arg2, in crush_do_rule()
1058 curstep->arg2, in crush_do_rule()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ceph/crush/
H A Dmapper.c943 switch (curstep->op) { in crush_do_rule()
950 w[0] = curstep->arg1; in crush_do_rule()
958 if (curstep->arg1 > 0) in crush_do_rule()
963 if (curstep->arg1 > 0) in crush_do_rule()
968 if (curstep->arg1 >= 0) in crush_do_rule()
973 if (curstep->arg1 >= 0) in crush_do_rule()
997 curstep->op == in crush_do_rule()
999 curstep->op == in crush_do_rule()
1036 curstep->arg2, in crush_do_rule()
1058 curstep->arg2, in crush_do_rule()
[all …]
/dports/chinese/libpinyin/libpinyin-2.3.0/src/storage/
H A Dpinyin_parser2.cpp230 parse_value_t * curstep = NULL, * nextstep = NULL; in parse() local
240 nextstep->m_num_keys = curstep->m_num_keys; in parse()
337 parse_value_t * curstep = NULL; in final_step() local
342 if (i == curstep->m_parsed_len) in final_step()
346 parsed_len = curstep->m_parsed_len; in final_step()
347 gint16 num_keys = curstep->m_num_keys; in final_step()
352 while (curstep->m_last_step != -1) { in final_step()
353 gint16 pos = curstep->m_num_keys - 1; in final_step()
356 if (0 != curstep->m_key.get_table_index()) { in final_step()
360 *key = curstep->m_key; *rest = curstep->m_key_rest; in final_step()
[all …]
/dports/misc/amanda-server/amanda-3.3.9/amar-src/
H A Damar-test.c86 int curstep; member
132 state->curstep, (int)filenum); in file_start_cb()
149 state->curstep); in file_start_cb()
154 state->curstep++; in file_start_cb()
174 state->curstep, (int)filenum); in file_finish_cb()
178 state->curstep, (int)filenum); in file_finish_cb()
182 state->curstep, (int)filenum); in file_finish_cb()
184 state->curstep++; in file_finish_cb()
229 state->curstep); in frag_cb()
265 state->curstep); in frag_cb()
[all …]
/dports/misc/amanda-client/amanda-3.3.9/amar-src/
H A Damar-test.c86 int curstep; member
132 state->curstep, (int)filenum); in file_start_cb()
149 state->curstep); in file_start_cb()
154 state->curstep++; in file_start_cb()
174 state->curstep, (int)filenum); in file_finish_cb()
178 state->curstep, (int)filenum); in file_finish_cb()
182 state->curstep, (int)filenum); in file_finish_cb()
184 state->curstep++; in file_finish_cb()
229 state->curstep); in frag_cb()
265 state->curstep); in frag_cb()
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/SummerUGens/
H A DSummerUGens.cpp180 float curstep = ZXP(step);
184 level = level + curstep;
208 float curstep = ZXP(step);
212 level = level + curstep;
233 float curstep = ZXP(step);
235 level = level + curstep;
290 float curstep = ZXP(step);
294 level = sc_wrap(level + curstep, zmin, zmax);
379 float curstep = ZXP( step );
383 level = sc_wrap(level + curstep, zmin, zmax);
[all …]
/dports/cad/jspice3/jspice3-2.5/src/lib/dosmfb/
H A Dmfbcursr.c88 if (pc.cursx < xs - pc.curstep - xo) {
89 newmark(pc.cursx,pc.cursy,pc.cursx + pc.curstep,pc.cursy);
93 if (pc.cursx > pc.curstep - xo) {
94 newmark(pc.cursx,pc.cursy,pc.cursx - pc.curstep,pc.cursy);
98 if (pc.cursy < ys - pc.curstep + yo) {
99 newmark(pc.cursx,pc.cursy,pc.cursx,pc.cursy + pc.curstep);
103 if (pc.cursy > pc.curstep + yo) {
104 newmark(pc.cursx,pc.cursy,pc.cursx,pc.cursy - pc.curstep);
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_dsf/
H A Daica.c129 int curstep; member
435 slot->curstep = 0; in AICA_StartSlot()
441 curstep = 0; in AICA_StartSlot()
448 shift1 = 4*((curstep&1)); in AICA_StartSlot()
451 curstep++; in AICA_StartSlot()
452 if (!(curstep & 1)) in AICA_StartSlot()
1005 UINT32 steps_to_go = addr2, curstep = slot->curstep; in AICA_UpdateSlot() local
1018 curstep++; in AICA_UpdateSlot()
1019 if (!(curstep & 1)) in AICA_UpdateSlot()
1023 if (curstep == addr1) in AICA_UpdateSlot()
[all …]
/dports/audio/guidoar/guidoar-cf5681a/src/operations/
H A DtransposeOperation.cpp171 int curstep = 0; in getKey() local
172 while (curstep != steps) { in getKey()
173 curstep += 7; // add a fifth in getKey()
174 curstep %= 12; // modulus an octave in getKey()
/dports/audio/qmidiarp/qmidiarp-qmidiarp-0.6.5/src/
H A Darpscreen.cpp116 double curstep= 0.0;
142 curstep += stepwd;
177 curstep += stepwd;
230 int x = (curstep - stepwd + 0.01 * (double)grv_cur_sft * stepwd) * xscale;
/dports/audio/libmusicxml/libmusicxml-3.18/src/operations/
H A Dtransposition.cpp179 int curstep = 0; in getKey() local
180 while (curstep != steps) { in getKey()
181 curstep += 7; // add a fifth in getKey()
182 curstep %= 12; // modulus an octave in getKey()
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Daica.cpp403 slot->curstep = 0; in StartSlot()
1137 u32 steps_to_go = addr1 > addr2 ? chanlea : addr2, curstep = slot->curstep; in UpdateSlot() local
1142 while (curstep < steps_to_go) in UpdateSlot()
1144 int shift1 = 4 & (curstep << 2); in UpdateSlot()
1147 if (!(++curstep & 1)) in UpdateSlot()
1149 if (curstep == addr1) in UpdateSlot()
1151 if (curstep == LSA(slot)) in UpdateSlot()
1160 slot->curstep = curstep; in UpdateSlot()
1204 slot->curstep = LSA(slot); in UpdateSlot()
1443 save_item(NAME(m_Slots[slot].curstep), slot); in device_start()

123