Home
last modified time | relevance | path

Searched refs:start_stage (Results 1 – 25 of 101) sorted by relevance

12345

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/misc/
H A Dad714x.c127 int start_stage, int end_stage) in ad714x_use_com_int() argument
144 int start_stage, int end_stage) in ad714x_use_thr_int() argument
161 int start_stage, int end_stage) in ad714x_cal_highest_stage() argument
178 int start_stage, int end_stage, in ad714x_cal_abs_pos() argument
183 if (highest_stage == start_stage) { in ad714x_cal_abs_pos()
189 (end_stage - start_stage) + in ad714x_cal_abs_pos()
191 (end_stage - start_stage - 1); in ad714x_cal_abs_pos()
196 (highest_stage - start_stage) + in ad714x_cal_abs_pos()
462 (highest - hw->start_stage) + in ad714x_wheel_cal_abs_pos()
464 (highest - hw->start_stage - 1) + in ad714x_wheel_cal_abs_pos()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/misc/
H A Dad714x.c127 int start_stage, int end_stage) in ad714x_use_com_int() argument
144 int start_stage, int end_stage) in ad714x_use_thr_int() argument
161 int start_stage, int end_stage) in ad714x_cal_highest_stage() argument
178 int start_stage, int end_stage, in ad714x_cal_abs_pos() argument
183 if (highest_stage == start_stage) { in ad714x_cal_abs_pos()
189 (end_stage - start_stage) + in ad714x_cal_abs_pos()
191 (end_stage - start_stage - 1); in ad714x_cal_abs_pos()
196 (highest_stage - start_stage) + in ad714x_cal_abs_pos()
462 (highest - hw->start_stage) + in ad714x_wheel_cal_abs_pos()
464 (highest - hw->start_stage - 1) + in ad714x_wheel_cal_abs_pos()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/misc/
H A Dad714x.c127 int start_stage, int end_stage) in ad714x_use_com_int() argument
144 int start_stage, int end_stage) in ad714x_use_thr_int() argument
161 int start_stage, int end_stage) in ad714x_cal_highest_stage() argument
178 int start_stage, int end_stage, in ad714x_cal_abs_pos() argument
183 if (highest_stage == start_stage) { in ad714x_cal_abs_pos()
189 (end_stage - start_stage) + in ad714x_cal_abs_pos()
191 (end_stage - start_stage - 1); in ad714x_cal_abs_pos()
196 (highest_stage - start_stage) + in ad714x_cal_abs_pos()
462 (highest - hw->start_stage) + in ad714x_wheel_cal_abs_pos()
464 (highest - hw->start_stage - 1) + in ad714x_wheel_cal_abs_pos()
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/src/evalresp/
H A D_obspy_wrapper.c36 int _obspy_norm_resp(struct channel *chan, int start_stage, int stop_stage, in _obspy_norm_resp() argument
43 norm_resp(chan, start_stage, stop_stage, hide_sensitivity_mismatch_warning); in _obspy_norm_resp()
56 int start_stage, int stop_stage, in _obspy_calc_resp() argument
63 calc_resp(chan, freq, nfreqs, output, out_units, start_stage, stop_stage, in _obspy_calc_resp()
H A Devtest.f19 integer npts, start_stage, stop_stage, stdio_flag
26 start_stage = -1
67 . rtyp,vbs,start_stage,stop_stage,stdio_flag)
H A Dprint_fctns.c28 void print_chan(struct channel *chan, int start_stage, int stop_stage, in print_chan() argument
43 if(start_stage >= 0 && stop_stage && (this_stage->sequence_no < start_stage || in print_chan()
48 else if(start_stage >= 0 && !stop_stage && this_stage->sequence_no != start_stage) { in print_chan()
102 if(start_stage >= 0 && stop_stage && (this_stage->sequence_no < start_stage || in print_chan()
107 else if(start_stage >= 0 && !stop_stage && this_stage->sequence_no != start_stage) { in print_chan()
H A Dcalc_fctns.c45 char *out_units, int start_stage, int stop_stage, int useTotalSensitivityFlag) { in calc_resp() argument
75 if(start_stage >= 0 && stop_stage && (stage_ptr->sequence_no < start_stage || in calc_resp()
80 else if(start_stage >= 0 && !stop_stage && stage_ptr->sequence_no != start_stage) { in calc_resp()
165 "No Matching Stages Found (requested",start_stage, chan->nstages); in calc_resp()
169 "No Matching Stages Found (requested",start_stage, chan->nstages-1); in calc_resp()
535 void norm_resp(struct channel *chan, int start_stage, int stop_stage, in norm_resp() argument
653 if(start_stage >= 0 && stop_stage && (stage_ptr->sequence_no < start_stage || in norm_resp()
660 else if(start_stage >= 0 && !stop_stage && stage_ptr->sequence_no != start_stage) { in norm_resp()
H A Devalresp.c31 int start_stage = -1, stop_stage = 0, stdio_flag = 0; in main() local
168 start_stage = atoi(argv[i]); in main()
173 if(tmp_val > start_stage) in main()
176 stop_stage = start_stage; in main()
177 start_stage = tmp_val; in main()
362 freqs,nfreqs,rtype,verbose,start_stage,stop_stage, in main()
H A Devresp.c84 char *rtype, char *verbose, int *start_stage, int *stop_stage, in evresp_() argument
106 start = *start_stage; in evresp_()
246 char *rtype, char *verbose, int start_stage, in evresp_itp() argument
544 norm_resp(&this_channel, start_stage, stop_stage, 0); in evresp_itp()
549 start_stage, stop_stage, useTotalSensitivityFlag); in evresp_itp()
554 print_chan(&this_channel, start_stage, stop_stage, in evresp_itp()
755 norm_resp(&this_channel, start_stage, stop_stage, 0); in evresp_itp()
760 start_stage, stop_stage, useTotalSensitivityFlag); in evresp_itp()
765 print_chan(&this_channel, start_stage, stop_stage, in evresp_itp()
897 char *rtype, char *verbose, int start_stage, in evresp() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/input/
H A Dad714x.h22 int start_stage; member
28 int start_stage; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/input/
H A Dad714x.h22 int start_stage; member
28 int start_stage; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/input/
H A Dad714x.h22 int start_stage; member
28 int start_stage; member
/dports/games/xbat/Xev111/
H A Dxev.c6 PRIVATE int start_stage , use_dcmap , bonus; variable
314 start_stage = 1;
369 nokori_no = Config(&muteki , &start_stage, in Demo()
393 for(stage = start_stage ; stage < 17 ; stage++) { in Play()
464 start_stage = 7; in Play()
504 start_stage = 7; in Play()
H A Dback.c431 int Config(muteki , start_stage , rs) in Config() argument
432 int *muteki , *start_stage , rs; in Config()
451 *start_stage += (*start_stage<16);
454 *start_stage -= (*start_stage>1);
/dports/games/xsoldier/xsoldier-1.8/
H A Dmain.c58 static int start_stage = 1; variable
115 manage->Stage = start_stage; in main()
248 start_stage = b; in arginit()
257 start_stage = b; in arginit()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/mysql/components/services/
H A Dpsi_stage_service.h33 start_stage_v1_t start_stage;
/dports/science/py-obspy/obspy-1.2.2/obspy/core/inventory/
H A Dchannel.py398 def plot(self, min_freq, output="VEL", start_stage=None, end_stage=None, argument
456 start_stage=start_stage, end_stage=end_stage, label=label,
H A Dresponse.py1086 self, frequencies, output="VEL", start_stage=None, argument
1212 if start_stage is not None:
1213 if stage.stage_sequence_number < start_stage:
1605 self, frequencies, output="VEL", start_stage=None, end_stage=None): argument
1631 frequencies, output=output, start_stage=start_stage,
1636 start_stage=None, end_stage=None): argument
1674 freqs, output=output, start_stage=start_stage, end_stage=end_stage)
1723 def plot(self, min_freq, output="VEL", start_stage=None, argument
1811 t_samp=t_samp, nfft=nfft, output=output, start_stage=start_stage,
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/mysql-8.0/mysql/components/services/
H A Dpsi_stage_service.h39 start_stage_v1_t start_stage;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/mysql/psi/
H A Dpsi_stage.h65 start_stage_v1_t start_stage; member
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/mysql-8.0/mysql/psi/
H A Dpsi_stage.h71 start_stage_v1_t start_stage; member
/dports/science/py-obspy/obspy-1.2.2/obspy/core/tests/
H A Dtest_response.py145 resp.plot(0.001, output="VEL", start_stage=1, end_stage=3,
165 resp.plot(0.001, output="VEL", start_stage=1, end_stage=3,
219 t_samp=t_samp, nfft=nfft, output="VEL", start_stage=None,
261 t_samp=t_samp, nfft=nfft, output="VEL", start_stage=None,
/dports/databases/percona56-server/percona-server-5.6.51-91.0/include/mysql/psi/
H A Dmysql_stage.h72 PSI_STAGE_CALL(start_stage)(key, src_file, src_line); in inline_mysql_set_stage() local
/dports/databases/percona56-client/percona-server-5.6.51-91.0/include/mysql/psi/
H A Dmysql_stage.h72 PSI_STAGE_CALL(start_stage)(key, src_file, src_line); in inline_mysql_set_stage() local
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/include/mysql/psi/
H A Dmysql_stage.h72 PSI_STAGE_CALL(start_stage)(key, src_file, src_line); in inline_mysql_set_stage() local

12345