Home
last modified time | relevance | path

Searched refs:time_usec (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/c64/
H A Dc64iec.c68 unsigned long time_usec; in iec_debug_ports() local
79 time_usec = (unsigned long) ((1000000. * maincpu_clk) / cycles_per_second ); in iec_debug_ports()
82 …log_message(LOG_DEFAULT, "#%lu: cpu_bus changed from $%02x to $%02x.", time_usec, old_iecbus.cpu_b… in iec_debug_ports()
87 …log_message(LOG_DEFAULT, "#%lu: cpu_port changed from $%02x to $%02x.", time_usec, old_iecbus.cpu_… in iec_debug_ports()
92 …log_message(LOG_DEFAULT, "#%lu: drv_port changed from $%02x to $%02x.", time_usec, old_iecbus.drv_… in iec_debug_ports()
98 …log_message(LOG_DEFAULT, "#%lu: drv_bus[ %2u] changed from $%02x to $%02x.", time_usec, unit, old_… in iec_debug_ports()
103 …log_message(LOG_DEFAULT, "#%lu: drv_data[%2u] changed from $%02x to $%02x.", time_usec, unit, old_… in iec_debug_ports()
/dports/emulators/vice/vice-3.5/src/c64/
H A Dc64iec.c68 unsigned long time_usec; in iec_debug_ports() local
79 time_usec = (unsigned long) ((1000000. * maincpu_clk) / cycles_per_second ); in iec_debug_ports()
82 …log_message(LOG_DEFAULT, "#%lu: cpu_bus changed from $%02x to $%02x.", time_usec, old_iecbus.cpu_b… in iec_debug_ports()
87 …log_message(LOG_DEFAULT, "#%lu: cpu_port changed from $%02x to $%02x.", time_usec, old_iecbus.cpu_… in iec_debug_ports()
92 …log_message(LOG_DEFAULT, "#%lu: drv_port changed from $%02x to $%02x.", time_usec, old_iecbus.drv_… in iec_debug_ports()
98 …log_message(LOG_DEFAULT, "#%lu: drv_bus[ %2u] changed from $%02x to $%02x.", time_usec, unit, old_… in iec_debug_ports()
103 …log_message(LOG_DEFAULT, "#%lu: drv_data[%2u] changed from $%02x to $%02x.", time_usec, unit, old_… in iec_debug_ports()
/dports/graphics/clutter/clutter-1.26.4/clutter/evdev/
H A Dclutter-event-evdev.c36 guint64 time_usec; member
93 guint64 time_usec) in _clutter_evdev_event_set_time_usec() argument
98 event_evdev->time_usec = time_usec; in _clutter_evdev_event_set_time_usec()
152 return event_evdev->time_usec; in clutter_evdev_event_get_time_usec()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/evdev/
H A Dclutter-event-evdev.c36 guint64 time_usec; member
93 guint64 time_usec) in _clutter_evdev_event_set_time_usec() argument
98 event_evdev->time_usec = time_usec; in _clutter_evdev_event_set_time_usec()
152 return event_evdev->time_usec; in clutter_evdev_event_get_time_usec()
/dports/sysutils/p5-Schedule-Load/Schedule-Load-3.064/t/
H A D10_safe.t66 my ($time, $time_usec) = gettimeofday();
68 $_Last_Time_Usec = $time_usec;
72 my ($time, $time_usec) = gettimeofday();
73 my $dtime_usec = $time_usec - $_Last_Time_Usec;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/bitbucket_server/representation/
H A Dbase.rb16 def self.convert_timestamp(time_usec) argument
17 Time.at(time_usec / 1000) if time_usec.is_a?(Integer)
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dscheduler_stub.cc69 uint64 time_usec = delta_usec; in PutClockForward() local
71 if (job_for_stub->remaining_usec > time_usec) { in PutClockForward()
72 job_for_stub->remaining_usec -= time_usec; in PutClockForward()
76 time_usec -= job_for_stub->remaining_usec; in PutClockForward()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dscheduler_stub.cc69 uint64 time_usec = delta_usec; in PutClockForward() local
71 if (job_for_stub->remaining_usec > time_usec) { in PutClockForward()
72 job_for_stub->remaining_usec -= time_usec; in PutClockForward()
76 time_usec -= job_for_stub->remaining_usec; in PutClockForward()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dscheduler_stub.cc69 uint64 time_usec = delta_usec; in PutClockForward() local
71 if (job_for_stub->remaining_usec > time_usec) { in PutClockForward()
72 job_for_stub->remaining_usec -= time_usec; in PutClockForward()
76 time_usec -= job_for_stub->remaining_usec; in PutClockForward()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dscheduler_stub.cc69 uint64 time_usec = delta_usec; in PutClockForward() local
71 if (job_for_stub->remaining_usec > time_usec) { in PutClockForward()
72 job_for_stub->remaining_usec -= time_usec; in PutClockForward()
76 time_usec -= job_for_stub->remaining_usec; in PutClockForward()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dscheduler_stub.cc69 uint64 time_usec = delta_usec; in PutClockForward() local
71 if (job_for_stub->remaining_usec > time_usec) { in PutClockForward()
72 job_for_stub->remaining_usec -= time_usec; in PutClockForward()
76 time_usec -= job_for_stub->remaining_usec; in PutClockForward()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/base/
H A Dscheduler_stub.cc69 uint64 time_usec = delta_usec; in PutClockForward() local
71 if (job_for_stub->remaining_usec > time_usec) { in PutClockForward()
72 job_for_stub->remaining_usec -= time_usec; in PutClockForward()
76 time_usec -= job_for_stub->remaining_usec; in PutClockForward()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/linux/
H A Dclock_adjtime.c15 long long time_sec, time_usec; member
29 long time_sec, time_usec; member
52 .time_usec = utx->time.tv_usec, in clock_adjtime()
76 utx->time.tv_usec = ktx.time_usec; in clock_adjtime()
105 .time_usec = utx->time.tv_usec, in clock_adjtime()
133 utx->time.tv_usec = ktx.time_usec; in clock_adjtime()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/linux/
H A Dclock_adjtime.c15 long long time_sec, time_usec; member
29 long time_sec, time_usec; member
52 .time_usec = utx->time.tv_usec, in clock_adjtime()
76 utx->time.tv_usec = ktx.time_usec; in clock_adjtime()
105 .time_usec = utx->time.tv_usec, in clock_adjtime()
133 utx->time.tv_usec = ktx.time_usec; in clock_adjtime()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/linux/
H A Dclock_adjtime.c15 long long time_sec, time_usec; member
29 long time_sec, time_usec; member
52 .time_usec = utx->time.tv_usec, in clock_adjtime()
76 utx->time.tv_usec = ktx.time_usec; in clock_adjtime()
105 .time_usec = utx->time.tv_usec, in clock_adjtime()
133 utx->time.tv_usec = ktx.time_usec; in clock_adjtime()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/linux/
H A Dclock_adjtime.c15 long long time_sec, time_usec; member
29 long time_sec, time_usec; member
52 .time_usec = utx->time.tv_usec, in clock_adjtime()
76 utx->time.tv_usec = ktx.time_usec; in clock_adjtime()
105 .time_usec = utx->time.tv_usec, in clock_adjtime()
133 utx->time.tv_usec = ktx.time_usec; in clock_adjtime()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/linux/
H A Dclock_adjtime.c15 long long time_sec, time_usec; member
29 long time_sec, time_usec; member
52 .time_usec = utx->time.tv_usec, in clock_adjtime()
76 utx->time.tv_usec = ktx.time_usec; in clock_adjtime()
105 .time_usec = utx->time.tv_usec, in clock_adjtime()
133 utx->time.tv_usec = ktx.time_usec; in clock_adjtime()
/dports/net/libnet/libnet-1.1.6/src/
H A Dlibnet_build_sebek.c43 uint32_t counter, uint32_t time_sec, uint32_t time_usec, uint32_t pid, in libnet_build_sebek() argument
74 sebek_hdr.time_usec = htonl(time_usec); in libnet_build_sebek()
/dports/www/e107/e107/e107_handlers/
H A Dadmin_log_class.php253 …list($time_usec, $time_sec) = explode(" ", microtime(FALSE)); // Log event time immediately to min…
254 $time_usec = $time_usec * 1000000;
323 'dblog_microtime' => intval($time_usec),
387 …$this->rldb->insert("dblog", "0, ".intval($time_sec).', '.intval($time_usec).", '{$importance}', '…
424 …list($time_usec, $time_sec) = explode(" ", microtime()); // Log event time immediately to minimise…
426 $time_usec = $time_usec * 1000000;
486 'dblog_microtime' => intval($time_usec),
/dports/security/masscan/masscan-1.3.2/src/
H A Drawsock-pcapfile.c863 unsigned time_usec) in pcapfile_writeframe() argument
879 header[ 4] = (unsigned char)(time_usec>>24); in pcapfile_writeframe()
880 header[ 5] = (unsigned char)(time_usec>>16); in pcapfile_writeframe()
881 header[ 6] = (unsigned char)(time_usec>> 8); in pcapfile_writeframe()
882 header[ 7] = (unsigned char)(time_usec>> 0); in pcapfile_writeframe()
900 header[ 4] = (unsigned char)(time_usec>> 0); in pcapfile_writeframe()
901 header[ 5] = (unsigned char)(time_usec>> 8); in pcapfile_writeframe()
902 header[ 6] = (unsigned char)(time_usec>>16); in pcapfile_writeframe()
903 header[ 7] = (unsigned char)(time_usec>>24); in pcapfile_writeframe()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/unit/
H A Dunit1399.c53 static bool usec_matches_seconds(timediff_t time_usec, int expected_seconds) in usec_matches_seconds() argument
55 int time_sec = (int)(time_usec / usec_magnitude); in usec_matches_seconds()
58 (int)time_usec, expected_seconds, in usec_matches_seconds()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/unit/
H A Dunit1399.c53 static bool usec_matches_seconds(timediff_t time_usec, int expected_seconds) in usec_matches_seconds() argument
55 int time_sec = (int)(time_usec / usec_magnitude); in usec_matches_seconds()
58 (int)time_usec, expected_seconds, in usec_matches_seconds()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/unit/
H A Dunit1399.c53 static bool usec_matches_seconds(timediff_t time_usec, int expected_seconds) in usec_matches_seconds() argument
55 int time_sec = (int)(time_usec / usec_magnitude); in usec_matches_seconds()
58 (int)time_usec, expected_seconds, in usec_matches_seconds()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/unit/
H A Dunit1399.c53 static bool usec_matches_seconds(timediff_t time_usec, int expected_seconds) in usec_matches_seconds() argument
55 int time_sec = (int)(time_usec / usec_magnitude); in usec_matches_seconds()
58 (int)time_usec, expected_seconds, in usec_matches_seconds()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/unit/
H A Dunit1399.c53 static bool usec_matches_seconds(timediff_t time_usec, int expected_seconds) in usec_matches_seconds() argument
55 int time_sec = (int)(time_usec / usec_magnitude); in usec_matches_seconds()
58 (int)time_usec, expected_seconds, in usec_matches_seconds()

1234567