Home
last modified time | relevance | path

Searched refs:last_period (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/emulators/darcnes/darcnes/
H A Dtool.c104 int last_period; in get_battery_filename() local
106 last_period = 0; in get_battery_filename()
109 last_period = length; in get_battery_filename()
113 if (last_period == 0) { in get_battery_filename()
114 last_period = length; in get_battery_filename()
117 retval = malloc(last_period + 5); in get_battery_filename()
124 retval[last_period++] = '.'; in get_battery_filename()
125 retval[last_period++] = 's'; in get_battery_filename()
126 retval[last_period++] = 'a'; in get_battery_filename()
127 retval[last_period++] = 'v'; in get_battery_filename()
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/util/
H A Dtimer.cpp39 last_period = 0; in reset()
55 return double(last_period) * 1e-9; in get_frame_time()
61 last_period = new_time - last; in frame()
63 return double(last_period) * 1e-9; in frame()
68 last_period = int64_t(frame_time * 1e9); in frame()
69 last += last_period; in frame()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/util/
H A Dtimer.cpp39 last_period = 0; in reset()
55 return double(last_period) * 1e-9; in get_frame_time()
61 last_period = new_time - last; in frame()
63 return double(last_period) * 1e-9; in frame()
68 last_period = int64_t(frame_time * 1e9); in frame()
69 last += last_period; in frame()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/util/
H A Dtimer.cpp43 last_period = 0; in reset()
59 return double(last_period) * 1e-9; in get_frame_time()
65 last_period = new_time - last; in frame()
67 return double(last_period) * 1e-9; in frame()
72 last_period = int64_t(frame_time * 1e9); in frame()
73 last += last_period; in frame()
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Diocost.h17 u64 last_period, u64 cur_period, u64 vtime),
19 TP_ARGS(iocg, path, now, last_period, cur_period, vtime),
27 __field(u64, last_period)
42 __entry->last_period = last_period;
56 __entry->last_period, __entry->cur_period,
64 u64 last_period, u64 cur_period, u64 vtime),
66 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
71 u64 last_period, u64 cur_period, u64 vtime),
73 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/trace/events/
H A Diocost.h17 u64 last_period, u64 cur_period, u64 vtime),
19 TP_ARGS(iocg, path, now, last_period, cur_period, vtime),
27 __field(u64, last_period)
42 __entry->last_period = last_period;
56 __entry->last_period, __entry->cur_period,
64 u64 last_period, u64 cur_period, u64 vtime),
66 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
71 u64 last_period, u64 cur_period, u64 vtime),
73 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/trace/events/
H A Diocost.h17 u64 last_period, u64 cur_period, u64 vtime),
19 TP_ARGS(iocg, path, now, last_period, cur_period, vtime),
27 __field(u64, last_period)
42 __entry->last_period = last_period;
56 __entry->last_period, __entry->cur_period,
64 u64 last_period, u64 cur_period, u64 vtime),
66 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
71 u64 last_period, u64 cur_period, u64 vtime),
73 TP_ARGS(iocg, path, now, last_period, cur_period, vtime)
/dports/games/gtkradiant/GPL/GtkRadiant/libs/os/
H A Dpath.h153 const char* last_period = strrchr(path_get_filename_start(path), '.'); in path_get_filename_base_end() local
154 return (last_period != 0) ? last_period : path + string_length(path); in path_get_filename_base_end()
180 const char* last_period = strrchr(path_get_filename_start(path), '.'); in path_get_extension() local
181 if(last_period != 0) in path_get_extension()
183 return ++last_period; in path_get_extension()
/dports/games/netradiant/netradiant-20150621-src/libs/os/
H A Dpath.h140 const char* last_period = strrchr( path_get_filename_start( path ), '.' ); in path_get_filename_base_end() local
141 return ( last_period != 0 ) ? last_period : path + string_length( path ); in path_get_filename_base_end()
163 const char* last_period = strrchr( path_get_filename_start( path ), '.' ); in path_get_extension() local
164 if ( last_period != 0 ) { in path_get_extension()
165 return ++last_period; in path_get_extension()
/dports/textproc/py-csvkit/csvkit-1.0.6/csvkit/convert/
H A D__init__.py8 last_period = filename.rfind('.')
10 if last_period == -1:
14 extension = filename[last_period + 1:].lower()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/marbles/ramp/
H A Dramp_extractor.cc106 float last_period = static_cast<float>(history_[current_pulse_].total_duration); in PredictNextPeriod() local
111 float error = (predicted_period_[i] - last_period) / (last_period + 0.01f); in PredictNextPeriod()
120 ONE_POLE(predicted_period_[i], last_period, 0.1f); in PredictNextPeriod()
124 ONE_POLE(predicted_period_[i], last_period, 0.5f); in PredictNextPeriod()
136 last_period, in PredictNextPeriod()
142 predicted_period_[i] = last_period; in PredictNextPeriod()
/dports/security/md5deep/hashdeep-cd2ed74/src/
H A Dwinpe.cpp20 size_t last_period = fn.find_last_of(_TEXT(".")); in has_executable_extension() local
23 if (std::string::npos == last_period) in has_executable_extension()
27 tstring extension = fn.substr(last_period); in has_executable_extension()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dregion_factory.cc478 string::size_type const last_period = region->name ().find_last_of ('.'); in update_region_name_number_map() local
480 if (last_period != string::npos && last_period < region->name ().length () - 1) { in update_region_name_number_map()
481 string const base = region->name ().substr (0, last_period); in update_region_name_number_map()
482 string const number = region->name ().substr (last_period + 1); in update_region_name_number_map()
569 string::size_type last_period; in new_region_name() local
575 if ((last_period = old.find_last_of ('.')) == string::npos) { in new_region_name()
579 last_period = old.length () - 1; in new_region_name()
583 if (last_period < old.length () - 1) { in new_region_name()
584 string period_to_end = old.substr (last_period + 1); in new_region_name()
598 last_period = old.length (); in new_region_name()
[all …]
/dports/finance/ledgersmb12/ledgersmb/LedgerSMB/
H A DRP.pm136 my $last_period = 0;
191 my $last_period = 0;
218 $last_period = 1;
221 $dbh, $last_period,
343 if ($last_period) {
375 if ($last_period) {
402 if ($last_period) {
450 my $last_period = 0;
502 $last_period = 1;
709 if ($last_period) {
[all …]
/dports/net/netatalk3/netatalk-3.1.12/libevent/sample/
H A Dhttp-server.c83 const char *last_period, *extension; in guess_content_type() local
85 last_period = strrchr(path, '.'); in guess_content_type()
86 if (!last_period || strchr(last_period, '/')) in guess_content_type()
88 extension = last_period + 1; in guess_content_type()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/third_party/libevent/sample/
H A Dhttp-server.c93 const char *last_period, *extension; in guess_content_type() local
95 last_period = strrchr(path, '.'); in guess_content_type()
96 if (!last_period || strchr(last_period, '/')) in guess_content_type()
98 extension = last_period + 1; in guess_content_type()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/third_party/libevent/sample/
H A Dhttp-server.c93 const char *last_period, *extension; in guess_content_type() local
95 last_period = strrchr(path, '.'); in guess_content_type()
96 if (!last_period || strchr(last_period, '/')) in guess_content_type()
98 extension = last_period + 1; in guess_content_type()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/third_party/libevent/sample/
H A Dhttp-server.c93 const char *last_period, *extension; in guess_content_type() local
95 last_period = strrchr(path, '.'); in guess_content_type()
96 if (!last_period || strchr(last_period, '/')) in guess_content_type()
98 extension = last_period + 1; in guess_content_type()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/third_party/libevent/sample/
H A Dhttp-server.c93 const char *last_period, *extension; in guess_content_type() local
95 last_period = strrchr(path, '.'); in guess_content_type()
96 if (!last_period || strchr(last_period, '/')) in guess_content_type()
98 extension = last_period + 1; in guess_content_type()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/third_party/libevent/sample/
H A Dhttp-server.c83 const char *last_period, *extension; in guess_content_type() local
85 last_period = strrchr(path, '.'); in guess_content_type()
86 if (!last_period || strchr(last_period, '/')) in guess_content_type()
88 extension = last_period + 1; in guess_content_type()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/third_party/libevent/sample/
H A Dhttp-server.c93 const char *last_period, *extension; in guess_content_type() local
95 last_period = strrchr(path, '.'); in guess_content_type()
96 if (!last_period || strchr(last_period, '/')) in guess_content_type()
98 extension = last_period + 1; in guess_content_type()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/mk_core/deps/libevent/sample/
H A Dhttp-server.c93 const char *last_period, *extension; in guess_content_type() local
95 last_period = strrchr(path, '.'); in guess_content_type()
96 if (!last_period || strchr(last_period, '/')) in guess_content_type()
98 extension = last_period + 1; in guess_content_type()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/xtensa/kernel/
H A Dperf_event.c169 hwc->last_period = period; in xtensa_perf_event_set_period()
174 hwc->last_period = period; in xtensa_perf_event_set_period()
369 u64 last_period; in xtensa_pmu_irq_handler() local
376 last_period = hwc->last_period; in xtensa_pmu_irq_handler()
381 perf_sample_data_init(&data, 0, last_period); in xtensa_pmu_irq_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/xtensa/kernel/
H A Dperf_event.c169 hwc->last_period = period; in xtensa_perf_event_set_period()
174 hwc->last_period = period; in xtensa_perf_event_set_period()
369 u64 last_period; in xtensa_pmu_irq_handler() local
376 last_period = hwc->last_period; in xtensa_pmu_irq_handler()
381 perf_sample_data_init(&data, 0, last_period); in xtensa_pmu_irq_handler()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/xtensa/kernel/
H A Dperf_event.c169 hwc->last_period = period; in xtensa_perf_event_set_period()
174 hwc->last_period = period; in xtensa_perf_event_set_period()
369 u64 last_period; in xtensa_pmu_irq_handler() local
376 last_period = hwc->last_period; in xtensa_pmu_irq_handler()
381 perf_sample_data_init(&data, 0, last_period); in xtensa_pmu_irq_handler()

1234567891011