Home
last modified time | relevance | path

Searched refs:first_call (Results 1 – 25 of 940) sorted by relevance

12345678910>>...38

/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dutil_wallsec.F12 logical first_call
20 save first_call
21 data first_call /.true./
28 if (first_call) then
34 first_call = .false.
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dutil_wallsec.F12 logical first_call
20 save first_call
21 data first_call /.true./
28 if (first_call) then
34 first_call = .false.
/dports/devel/ga/ga-5.8/armci/src-gemini/
H A Dtimer.c15 static int first_call=1; variable
21 if(first_call){ in armci_timer()
22 first_call=0; msec=t0; return 0.0; in armci_timer()
33 if (first_call) { in armci_timer()
36 first_call = 0; in armci_timer()
/dports/devel/ga/ga-5.8/armci/src-portals/
H A Dtimer.c15 static int first_call=1; variable
21 if(first_call){ in armci_timer()
22 first_call=0; msec=t0; return 0.0; in armci_timer()
33 if (first_call) { in armci_timer()
36 first_call = 0; in armci_timer()
/dports/devel/ga/ga-5.8/armci/src/common/
H A Dtimer.c18 static int first_call=1; variable
24 if(first_call){ in armci_timer()
25 first_call=0; msec=t0; return 0.0; in armci_timer()
36 if (first_call) { in armci_timer()
39 first_call = 0; in armci_timer()
/dports/science/minc2/minc-release-2.2.00/volume_io/Prog_utils/
H A Dtime.c84 static BOOLEAN first_call = TRUE; in current_cpu_seconds() local
89 if (first_call) in current_cpu_seconds()
91 first_call = FALSE; in current_cpu_seconds()
119 static BOOLEAN first_call = TRUE; in current_realtime_seconds() local
124 if( first_call ) in current_realtime_seconds()
126 first_call = FALSE; in current_realtime_seconds()
/dports/devel/thrust/thrust-1.9.5/thrust/system/tbb/detail/
H A Dscan.inl52 bool first_call; member
55 : input(input), output(output), binary_op(binary_op), sum(dummy), first_call(true)
74 if (first_call)
79 first_call = false;
88 if (first_call)
102 first_call = false;
127 bool first_call; member
130 : input(input), output(output), binary_op(binary_op), sum(init), first_call(true)
149 if (first_call && r.begin() > 0)
154 first_call = false;
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/directfb/
H A Dgdkscreen-directfb.c177 static gboolean first_call = TRUE; in gdk_screen_get_width_mm() local
180 if (first_call) in gdk_screen_get_width_mm()
183 first_call = FALSE; in gdk_screen_get_width_mm()
194 static gboolean first_call = TRUE; in gdk_screen_get_height_mm() local
197 if (first_call) in gdk_screen_get_height_mm()
201 first_call = FALSE; in gdk_screen_get_height_mm()
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/Halide/include/
H A Dclock.h16 static bool first_call = true; in current_time() local
18 if (first_call) { in current_time()
19 first_call = false; in current_time()
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dmsg_vstream.c79 static int first_call = 1; in msg_vstream_init() local
83 if (first_call) { in msg_vstream_init()
84 first_call = 0; in msg_vstream_init()
H A Dmsg_syslog.c188 static int first_call = 1; in msg_syslog_init() local
195 if (first_call) { in msg_syslog_init()
208 if (first_call) { in msg_syslog_init()
209 first_call = 0; in msg_syslog_init()
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/
H A Dwthread.c39 static int first_call = 1; variable
52 if (first_call) { in _al_win_thread_init()
53 first_call = 0; in _al_win_thread_init()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/utils/
H A D_estimator_html_repr.py120 out, estimator, estimator_label, estimator_label_details, first_call=False argument
123 if first_call:
130 dashed_wrapped = first_call or est_block.dash_wrapped
159 checked=first_call,
390 first_call=True,
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/gonacl_appengine/src/common/
H A Dfps.h10 static int first_call = 1; in getseconds() local
15 if (first_call) { in getseconds()
16 first_call = 0; in getseconds()
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dcall_crash.pyx13 cdef int r = first_call(self).func_ptr(s) # the temp for first_call(self) not properly freed
19 cdef A first_call(A x): function
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dcall_crash.pyx13 cdef int r = first_call(self).func_ptr(s) # the temp for first_call(self) not properly freed
19 cdef A first_call(A x): function
/dports/science/madness/madness-ebb3fd7/src/madness/world/
H A Dtimers.cc64 static bool first_call = true; in wall_time()
71 if (first_call) { in wall_time()
72 first_call = false; in wall_time()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs28 first_call: bool, field
44 first_call: true, in default()
105 self.first_call = true; in reset()
141 let first_call = state.first_call; in inflate() localVariable
142 state.first_call = false; in inflate()
152 if (flush == MZFlush::Finish) && first_call { in inflate()
/dports/misc/broot/broot-1.7.0/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs28 first_call: bool, field
44 first_call: true, in default()
105 self.first_call = true; in reset()
141 let first_call = state.first_call; in inflate() localVariable
142 state.first_call = false; in inflate()
152 if (flush == MZFlush::Finish) && first_call { in inflate()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs28 first_call: bool, field
44 first_call: true, in default()
105 self.first_call = true; in reset()
141 let first_call = state.first_call; in inflate() localVariable
142 state.first_call = false; in inflate()
152 if (flush == MZFlush::Finish) && first_call { in inflate()
/dports/net-im/fractal/fractal-4.4.0/vendor/miniz_oxide/src/inflate/
H A Dstream.rs28 first_call: bool, field
44 first_call: true, in default()
105 self.first_call = true; in reset()
141 let first_call = state.first_call; in inflate() localVariable
142 state.first_call = false; in inflate()
152 if (flush == MZFlush::Finish) && first_call { in inflate()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs28 first_call: bool, field
44 first_call: true, in default()
105 self.first_call = true; in reset()
141 let first_call = state.first_call; in inflate() localVariable
142 state.first_call = false; in inflate()
152 if (flush == MZFlush::Finish) && first_call { in inflate()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/miniz_oxide-0.4.0/src/inflate/
H A Dstream.rs28 first_call: bool, field
44 first_call: true, in default()
105 self.first_call = true; in reset()
141 let first_call = state.first_call; in inflate() localVariable
142 state.first_call = false; in inflate()
152 if (flush == MZFlush::Finish) && first_call { in inflate()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/miniz_oxide-0.3.2/src/inflate/
H A Dstream.rs28 first_call: bool, field
44 first_call: true, in default()
105 self.first_call = true; in reset()
141 let first_call = state.first_call; in inflate() localVariable
142 state.first_call = false; in inflate()
152 if (flush == MZFlush::Finish) && first_call { in inflate()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/miniz_oxide-0.3.7/src/inflate/
H A Dstream.rs28 first_call: bool, field
44 first_call: true, in default()
105 self.first_call = true; in reset()
141 let first_call = state.first_call; in inflate() localVariable
142 state.first_call = false; in inflate()
152 if (flush == MZFlush::Finish) && first_call { in inflate()

12345678910>>...38