Home
last modified time | relevance | path

Searched refs:s_time (Results 51 – 75 of 506) sorted by relevance

12345678910>>...21

/dports/security/unicornscan/unicornscan-0.4.2/src/unilib/
H A Dtsc.c118 struct timespec s_time, rem; in tsc_init_tslot() local
121 s_time.tv_sec=0; s_time.tv_nsec=100000001; in tsc_init_tslot()
126 if (nanosleep((const struct timespec *)&s_time, &rem) != -1) break; in tsc_init_tslot()
/dports/net/nmsg/nmsg-1.0.1/nmsg/
H A Dbrate.c107 double s_time; in _nmsg_brate_sleep() local
134 s_time = t_time_frac - e_time; in _nmsg_brate_sleep()
137 if (s_time > 0.0) { in _nmsg_brate_sleep()
138 nmsg_timespec_from_double(s_time, &ts); in _nmsg_brate_sleep()
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dsysv.h69 uint32_t s_time __packed2__; /* time of last super block update */
107 uint32_t s_time; /* 0x1a4 time of last super block update */ member
136 uint32_t s_time __packed2__; /* time of last super block update */
166 uint32_t s_time __packed2__; /* time of last super block update */
193 uint32_t s_time __packed2__; /* time of last super block update */
/dports/math/mpir/mpir-3.0.0/build.vc/
H A Dwin_timing.c190 file_t c_time, x_time, s_time, u_time; in getrusage() local
201 if(GetProcessTimes(proc_hand, &(c_time.ft), &(x_time.ft), &(s_time.ft), &(u_time.ft))) in getrusage()
207 s_time.lt = (s_time.lt + 5) / 10; in getrusage()
210 usage->ru_stime.tv_sec = (long)(s_time.lt / 1000000ll); in getrusage()
212 usage->ru_stime.tv_usec = (long)(s_time.lt % 1000000ll); in getrusage()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/
H A DZ80_Cpu_run.h185 s_time += 7;
189 s_time -= 7;
369 s_time -= 6;\
853 s_time += 7;
871 s_time += 7;
889 s_time += 7;
900 s_time += 7;
922 s_time += 7;
942 s_time += 7;
963 s_time += 7;
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A DZ80_Cpu_run.h185 s_time += 7;
189 s_time -= 7;
369 s_time -= 6;\
853 s_time += 7;
871 s_time += 7;
889 s_time += 7;
900 s_time += 7;
922 s_time += 7;
942 s_time += 7;
963 s_time += 7;
[all …]
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/shared/
H A Dread-agents.c524 time_t s_time = 0; in _do_get_rootcheckscan() local
527 s_time = (time_t)atoi(tmp_str); in _do_get_rootcheckscan()
529 return ((int)s_time); in _do_get_rootcheckscan()
544 time_t s_time = 0; in _do_print_rootcheck() local
588 s_time = (time_t)atoi(tmp_str); in _do_print_rootcheck()
1012 time_t s_time = 0; in _get_time_rkscan() local
1015 s_time = (time_t)atoi(tmp_str); in _get_time_rkscan()
1029 time_t s_time = 0; in _get_time_rkscan() local
1032 s_time = (time_t)atoi(tmp_str); in _get_time_rkscan()
1047 time_t s_time = 0; in _get_time_rkscan() local
[all …]
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/shared/
H A Dread-agents.c524 time_t s_time = 0; in _do_get_rootcheckscan() local
527 s_time = (time_t)atoi(tmp_str); in _do_get_rootcheckscan()
529 return ((int)s_time); in _do_get_rootcheckscan()
544 time_t s_time = 0; in _do_print_rootcheck() local
588 s_time = (time_t)atoi(tmp_str); in _do_print_rootcheck()
1012 time_t s_time = 0; in _get_time_rkscan() local
1015 s_time = (time_t)atoi(tmp_str); in _get_time_rkscan()
1029 time_t s_time = 0; in _get_time_rkscan() local
1032 s_time = (time_t)atoi(tmp_str); in _get_time_rkscan()
1047 time_t s_time = 0; in _get_time_rkscan() local
[all …]
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/shared/
H A Dread-agents.c524 time_t s_time = 0; in _do_get_rootcheckscan() local
527 s_time = (time_t)atoi(tmp_str); in _do_get_rootcheckscan()
529 return ((int)s_time); in _do_get_rootcheckscan()
544 time_t s_time = 0; in _do_print_rootcheck() local
588 s_time = (time_t)atoi(tmp_str); in _do_print_rootcheck()
1012 time_t s_time = 0; in _get_time_rkscan() local
1015 s_time = (time_t)atoi(tmp_str); in _get_time_rkscan()
1029 time_t s_time = 0; in _get_time_rkscan() local
1032 s_time = (time_t)atoi(tmp_str); in _get_time_rkscan()
1047 time_t s_time = 0; in _get_time_rkscan() local
[all …]
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dutils_time.c244 utl_time_add (TIME *f_time, TIME *s_time) in utl_time_add() argument
248 g_return_val_if_fail (utl_time_valid (s_time), 0); in utl_time_add()
250 days = utl_time_add_hours (f_time, s_time->hour); in utl_time_add()
251 days += utl_time_add_minutes (f_time, s_time->minute); in utl_time_add()
252 days += utl_time_add_seconds (f_time, s_time->second); in utl_time_add()
305 utl_time_subtract (TIME *f_time, TIME *s_time) in utl_time_subtract() argument
309 g_return_val_if_fail (utl_time_valid (s_time), 0); in utl_time_subtract()
311 days = utl_time_subtract_hours (f_time, s_time->hour); in utl_time_subtract()
312 days += utl_time_subtract_minutes (f_time, s_time->minute); in utl_time_subtract()
313 days += utl_time_subtract_seconds (f_time, s_time->second); in utl_time_subtract()
H A Dcalendar_utils.c213 TIME *s_time; in get_date_time_str() local
215 s_time = utl_time_new_seconds (seconds); in get_date_time_str()
218 time_to_str (s_time, config.time_format, config.override_locale_settings)); in get_date_time_str()
219 utl_time_free (s_time); in get_date_time_str()
230 TIME *s_time; in get_date_time_full_str() local
233 s_time = utl_time_new_seconds (seconds); in get_date_time_full_str()
236 time_to_str (s_time, TIME_HH_MM, config.override_locale_settings)); in get_date_time_full_str()
237 utl_time_free (s_time); in get_date_time_full_str()
/dports/audio/libgme/game-music-emu-0.6.1/gme/
H A DKss_Cpu.cpp196 s_time -= 5; in run()
199 s_time -= 7; in run()
860 s_time += 7; in run()
878 s_time += 7; in run()
896 s_time += 7; in run()
907 s_time += 7; in run()
929 s_time += 7; in run()
949 s_time += 7; in run()
970 s_time += 7; in run()
989 s_time += 7; in run()
[all …]
H A DAy_Cpu.cpp171 s_time -= 5; in run()
174 s_time -= 7; in run()
363 s_time -= 11; in run()
826 s_time += 7; in run()
844 s_time += 7; in run()
862 s_time += 7; in run()
873 s_time += 7; in run()
895 s_time += 7; in run()
915 s_time += 7; in run()
936 s_time += 7; in run()
[all …]
/dports/games/zdoom/zdoom-2.8.1/game-music-emu/gme/
H A DAy_Cpu.cpp171 s_time -= 5; in run()
174 s_time -= 7; in run()
363 s_time -= 11; in run()
826 s_time += 7; in run()
844 s_time += 7; in run()
862 s_time += 7; in run()
873 s_time += 7; in run()
895 s_time += 7; in run()
915 s_time += 7; in run()
936 s_time += 7; in run()
[all …]
H A DKss_Cpu.cpp196 s_time -= 5; in run()
199 s_time -= 7; in run()
860 s_time += 7; in run()
878 s_time += 7; in run()
896 s_time += 7; in run()
907 s_time += 7; in run()
929 s_time += 7; in run()
949 s_time += 7; in run()
970 s_time += 7; in run()
989 s_time += 7; in run()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/gme/gme/
H A DKss_Cpu.cpp196 s_time -= 5; in run()
199 s_time -= 7; in run()
860 s_time += 7; in run()
878 s_time += 7; in run()
896 s_time += 7; in run()
907 s_time += 7; in run()
929 s_time += 7; in run()
949 s_time += 7; in run()
970 s_time += 7; in run()
989 s_time += 7; in run()
[all …]
H A DAy_Cpu.cpp171 s_time -= 5; in run()
174 s_time -= 7; in run()
363 s_time -= 11; in run()
826 s_time += 7; in run()
844 s_time += 7; in run()
862 s_time += 7; in run()
873 s_time += 7; in run()
895 s_time += 7; in run()
915 s_time += 7; in run()
936 s_time += 7; in run()
[all …]
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DAy_Cpu.cc169 s_time -= 5; in run()
172 s_time -= 7; in run()
361 s_time -= 11; in run()
821 s_time += 7; in run()
839 s_time += 7; in run()
857 s_time += 7; in run()
868 s_time += 7; in run()
890 s_time += 7; in run()
910 s_time += 7; in run()
931 s_time += 7; in run()
[all …]
H A DKss_Cpu.cc196 s_time -= 5; in run()
199 s_time -= 7; in run()
857 s_time += 7; in run()
875 s_time += 7; in run()
893 s_time += 7; in run()
904 s_time += 7; in run()
926 s_time += 7; in run()
946 s_time += 7; in run()
967 s_time += 7; in run()
986 s_time += 7; in run()
[all …]
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/game-music-emu/gme/
H A DAy_Cpu.cpp164 s_time -= 5; in run()
167 s_time -= 7; in run()
356 s_time -= 11; in run()
819 s_time += 7; in run()
837 s_time += 7; in run()
855 s_time += 7; in run()
866 s_time += 7; in run()
888 s_time += 7; in run()
908 s_time += 7; in run()
929 s_time += 7; in run()
[all …]
H A DKss_Cpu.cpp189 s_time -= 5;
192 s_time -= 7; in update_eq()
853 s_time += 7;
871 s_time += 7;
889 s_time += 7;
900 s_time += 7;
922 s_time += 7;
942 s_time += 7;
963 s_time += 7;
982 s_time += 7;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dsysv_fs.h43 __fs32 s_time __packed2__; /* time of last super block update */
84 __fs32 s_time; /* time of last super block update */ member
113 __fs32 s_time __packed2__; /* time of last super block update */
143 __fs32 s_time __packed2__; /* time of last super block update */
181 __fs32 s_time __packed2__; /* time of last super block update */
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dsysv_fs.h43 __fs32 s_time __packed2__; /* time of last super block update */
84 __fs32 s_time; /* time of last super block update */ member
113 __fs32 s_time __packed2__; /* time of last super block update */
143 __fs32 s_time __packed2__; /* time of last super block update */
181 __fs32 s_time __packed2__; /* time of last super block update */
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dsysv_fs.h43 __fs32 s_time __packed2__; /* time of last super block update */
84 __fs32 s_time; /* time of last super block update */ member
113 __fs32 s_time __packed2__; /* time of last super block update */
143 __fs32 s_time __packed2__; /* time of last super block update */
181 __fs32 s_time __packed2__; /* time of last super block update */
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/Imaging/
H A DFrameDimension.cs10 …private static FrameDimension s_time = new FrameDimension(new Guid("{6aedbd6d-3fb5-418a-83a6-7f452… field in System.Drawing.Imaging.FrameDimension
37 get { return s_time; }
77 if (this == s_time) return "Time"; in ToString()

12345678910>>...21