Home
last modified time | relevance | path

Searched refs:first_time (Results 1 – 25 of 2743) sorted by relevance

12345678910>>...110

/dports/lang/perl5.34/perl-5.34.0/t/op/
H A Dloopctl.t48 my $first_time = 1;
55 $first_time = 0;
72 my $first_time = 1;
80 $first_time = 0;
106 $first_time = 0;
129 $first_time = 0;
153 $first_time = 0;
343 $first_time=0;
356 for(my $first_time = 1; 1; $first_time=0) {
419 $first_time=0;
[all …]
/dports/lang/perl5.30/perl-5.30.3/t/op/
H A Dloopctl.t48 my $first_time = 1;
55 $first_time = 0;
72 my $first_time = 1;
80 $first_time = 0;
106 $first_time = 0;
129 $first_time = 0;
153 $first_time = 0;
343 $first_time=0;
356 for(my $first_time = 1; 1; $first_time=0) {
419 $first_time=0;
[all …]
/dports/lang/perl5.32/perl-5.32.1/t/op/
H A Dloopctl.t48 my $first_time = 1;
55 $first_time = 0;
72 my $first_time = 1;
80 $first_time = 0;
106 $first_time = 0;
129 $first_time = 0;
153 $first_time = 0;
343 $first_time=0;
356 for(my $first_time = 1; 1; $first_time=0) {
419 $first_time=0;
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/op/
H A Dloopctl.t48 my $first_time = 1;
55 $first_time = 0;
72 my $first_time = 1;
80 $first_time = 0;
106 $first_time = 0;
129 $first_time = 0;
153 $first_time = 0;
343 $first_time=0;
356 for(my $first_time = 1; 1; $first_time=0) {
419 $first_time=0;
[all …]
/dports/devel/upp/upp/bazaar/Xed/xed/src/common/
H A Dxed-init.c45 static int first_time = 1; in xed_common_init() local
46 if (first_time == 0) in xed_common_init()
48 first_time = 0; in xed_common_init()
57 static int first_time = 1; in xed_decode_init() local
58 if (first_time == 0) in xed_decode_init()
60 first_time = 0; in xed_decode_init()
78 static int first_time = 1; in xed_encode_init() local
79 if (first_time == 0) in xed_encode_init()
81 first_time = 0; in xed_encode_init()
98 if (first_time == 0) in xed_tables_init()
[all …]
/dports/archivers/zoo/zoo-2.10.1_4/
H A Dnextfile.c37 static int first_time [FMAX+1]; local
42 first_time[fileset] = 1;
46 if (first_time[fileset]) {
47 first_time[fileset] = 0;
138 static int first_time [FMAX+1]; local
147 first_time[fileset] = 1;
153 assert(first_time[fileset] == 0 || first_time[fileset] == 1);
155 if (first_time[fileset]) /* first time -- initialize etc. */
161 if (first_time[fileset]) { /* if file never matched then */
162 first_time[fileset] = 0;
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/
H A Ddecay_1886.c45 char first_time; member
72 char first_time = plugin_data->first_time; in activateDecay() local
80 first_time = 0; in activateDecay()
82 plugin_data->first_time = first_time; in activateDecay()
118 char first_time; in instantiateDecay() local
128 first_time = 0; in instantiateDecay()
133 plugin_data->first_time = first_time; in instantiateDecay()
161 char first_time = plugin_data->first_time; in runDecay() local
169 if (first_time) { in runDecay()
223 char first_time = plugin_data->first_time; in runAddingDecay() local
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/ui/
H A Dinputbox.cpp51 if (inputbox.first_time) in ui_draw_inputbox()
64 if (dlg.keyboard_focus_gadget == &inputbox && !inputbox.first_time) in ui_draw_inputbox()
90 inputbox->first_time = 1; in ui_add_gadget_inputbox()
115 if (first_time) first_time = 0; in event_handler()
120 if (first_time) first_time = 0; in event_handler()
128 if (first_time) { in event_handler()
129 first_time = 0; in event_handler()
140 first_time = 1; in event_handler()
163 inputbox->first_time = 1; // select all in ui_inputbox_set_text()
/dports/games/d2x/d2x-0.2.5/unused/ui/
H A Dinputbox.c56 if (inputbox->first_time) in ui_draw_inputbox()
72 if (CurWindow->keyboard_focus_gadget == (UI_GADGET *)inputbox && !inputbox->first_time ) in ui_draw_inputbox()
103 inputbox->first_time = 1; in ui_add_gadget_inputbox()
133 if (inputbox->first_time) inputbox->first_time = 0; in ui_inputbox_do()
138 if (inputbox->first_time) inputbox->first_time = 0; in ui_inputbox_do()
144 if (inputbox->first_time) { in ui_inputbox_do()
145 inputbox->first_time = 0; in ui_inputbox_do()
155 inputbox->first_time = 1; in ui_inputbox_do()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/core/
H A Dbijection.cpp43 static bool first_time = true; in endSafe4Statics() local
45 if (first_time) { in endSafe4Statics()
46 first_time = false; in endSafe4Statics()
67 static bool first_time = true; in end4Statics() local
69 if (first_time) { in end4Statics()
70 first_time = false; in end4Statics()
H A DhashTable.cpp40 static bool first_time = true; in end4Statics() local
42 if (first_time) { in end4Statics()
43 first_time = false; in end4Statics()
67 static bool first_time = true; in endSafe4Statics() local
69 if (first_time) { in endSafe4Statics()
70 first_time = false; in endSafe4Statics()
H A Dset.cpp36 static bool first_time = true; in endSafe4Statics() local
38 if (first_time) { in endSafe4Statics()
39 first_time = false; in endSafe4Statics()
65 static bool first_time = true; in end4Statics() local
67 if (first_time) { in end4Statics()
68 first_time = false; in end4Statics()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/graphicalModels/inference/scheduler/
H A DscheduleMultiDim_tpl.h55 static bool first_time = true; in _id2multidim_() local
57 if (first_time) { in _id2multidim_()
58 first_time = false; in _id2multidim_()
81 if (first_time) { in _multidim2id_()
82 first_time = false; in _multidim2id_()
104 if (first_time) { in _id2refs_()
105 first_time = false; in _id2refs_()
124 if (first_time) { in _id2vars_()
125 first_time = false; in _id2vars_()
143 if (first_time) { in _id2size_()
[all …]
/dports/www/h2o-devel/h2o-dcc7134/t/00prop/
H A Dprop.c21 uint64_t first_time; member
46 h2o_timerwheel_link_abs(ctx, &t.t, input->first_time); in prop_wake_time_should_be_before_expiry()
48 if (wake_time > input->first_time) { in prop_wake_time_should_be_before_expiry()
53 for (i = input->init_time; i < input->first_time; i += theft_random_choice(theft, slices)) { in prop_wake_time_should_be_before_expiry()
63 if (wake_time > input->first_time) { in prop_wake_time_should_be_before_expiry()
91 h2o_timerwheel_link_abs(ctx, &t.t, input->first_time); in prop_inserted_timer_should_run_at_expiry()
116 events_run = h2o_timerwheel_run(ctx, input->first_time); in prop_inserted_timer_should_not_run_before_expiry()
141 h2o_timerwheel_link_abs(ctx, &t.t, input->first_time); in prop_inserted_timer_should_not_run_before_reaching_expiry()
144 for (i = input->init_time; i < input->first_time; i += theft_random_choice(theft, slices)) { in prop_inserted_timer_should_not_run_before_reaching_expiry()
172 ret->first_time = theft_random_choice(t, ret->second_time); in alloc_cb()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dutil_wallsec.F13 double precision first_time,last_time,cur_time,diff
19 save first_time
30 first_time = TCGTIME()
32 first_time = MPI_Wtime()
42 util_wallsec = cur_time - first_time
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dutil_wallsec.F13 double precision first_time,last_time,cur_time,diff
19 save first_time
30 first_time = TCGTIME()
32 first_time = MPI_Wtime()
42 util_wallsec = cur_time - first_time
/dports/games/yadex/yadex-1.7.0/src/
H A Dchecks.cc175 bool &first_time) in CheckFailed() argument
201 if (first_time) in CheckFailed()
236 first_time = false; in CheckFailed()
250 bool first_time = true; in CheckSectors() local
285 if (CheckFailed (-1, -1, msg1, msg2, 0, first_time)) in CheckSectors()
391 bool first_time = true; in CheckCrossReferences() local
402 CheckFailed (-1, -1, msg, 0, 1, first_time); in CheckCrossReferences()
414 CheckFailed (-1, -1, msg, 0, 1, first_time); in CheckCrossReferences()
425 CheckFailed (-1, -1, msg, 0, 1, first_time); in CheckCrossReferences()
602 bool first_time = true; in CheckTextures() local
[all …]
/dports/math/libflame/libflame-5.2.0/src/base/flamec/util/lapack/
H A DFLA_Mach_params.c49 static int first_time = TRUE; in FLA_Mach_params_ops() local
52 if ( first_time ) in FLA_Mach_params_ops()
68 first_time = FALSE; in FLA_Mach_params_ops()
76 static int first_time = TRUE; in FLA_Mach_params_opd() local
79 if ( first_time ) in FLA_Mach_params_opd()
95 first_time = FALSE; in FLA_Mach_params_opd()
/dports/math/p5-Math-Geometry-Planar-Offset/Math-Geometry-Planar-Offset-1.05/lib/Math/Geometry/Planar/
H A DOffset.pm203 my $first_time = abs($offset)+1;
206 my $join_time = $first_time;
207 my $split_time = $first_time;
269 if( (abs($time) < $first_time) )
273 $first_time = abs($time);
274 $join_time = $first_time;
402 $first_time = abs($time);
403 $split_time = $first_time;
419 if($first_time <= abs($offset)) {
427 $split_seg,$first_split,$first_time
[all …]
/dports/graphics/gifmerge/gifmerge-1.33/
H A Dgifmerge.c438 void GIF_Screen_Header(fp,fout,first_time) in GIF_Screen_Header() argument
440 int first_time;
448 if(first_time)
470 if (first_time==TRUE) fputc(temp,fout);
472 if (first_time==TRUE) fputc(temp,fout);
474 if (first_time==TRUE) fputc(temp,fout);
518 void GIF_Image_Header(fp,fout,first_time) in GIF_Image_Header() argument
520 int first_time;
558 else if (screen_was_last && (first_time==FALSE))
574 int GIF_Get_Short(fp,fout,first_time) in GIF_Get_Short() argument
[all …]
/dports/textproc/flip/flip-1.19/
H A DTURBOC.C151 static int first_time [FMAX+1]; local
160 first_time[fileset] = 1;
167 assert(first_time[fileset] == 0 || first_time[fileset] == 1);
169 if (first_time[fileset]) { /* first time -- initialize etc. */
182 if (first_time[fileset]) { /* if file never matched then */
183 first_time[fileset] = 0;
186 first_time[fileset] = 0; /* */
190 first_time[fileset] = 0;
/dports/lang/gcc6-aux/gcc-6-20180516/libgomp/testsuite/libgomp.c/
H A Domp_workshare4.c23 char first_time; in main() local
29 first_time = 'y'; in main()
35 firstprivate(first_time) in main()
39 if (first_time == 'y') in main()
42 first_time = 'n'; in main()
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.c/
H A Domp_workshare4.c23 char first_time; in main() local
29 first_time = 'y'; in main()
35 firstprivate(first_time) in main()
39 if (first_time == 'y') in main()
42 first_time = 'n'; in main()
/dports/lang/gcc8/gcc-8.5.0/libgomp/testsuite/libgomp.c/
H A Domp_workshare4.c23 char first_time; in main() local
29 first_time = 'y'; in main()
35 firstprivate(first_time) in main()
39 if (first_time == 'y') in main()
42 first_time = 'n'; in main()
/dports/lang/gcc48/gcc-4.8.5/libgomp/testsuite/libgomp.c/
H A Domp_workshare4.c22 char first_time; in main() local
28 first_time = 'y'; in main()
34 firstprivate(first_time) in main()
38 if (first_time == 'y') in main()
41 first_time = 'n'; in main()

12345678910>>...110