Home
last modified time | relevance | path

Searched refs:timestamp_t (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/dports/net/bmon/bmon-4.0/include/bmon/
H A Dutils.h36 extern float timestamp_to_float(timestamp_t *);
37 extern int64_t timestamp_to_int(timestamp_t *);
40 extern void int_to_timestamp(timestamp_t *, int);
42 extern void timestamp_add(timestamp_t *, timestamp_t *, timestamp_t *);
43 extern void timestamp_sub(timestamp_t *, timestamp_t *, timestamp_t *);
45 extern int timestamp_le(timestamp_t *, timestamp_t *);
48 extern void update_timestamp(timestamp_t *);
49 extern void copy_timestamp(timestamp_t *, timestamp_t *);
51 extern float timestamp_diff(timestamp_t *, timestamp_t *);
77 extern float time_diff(timestamp_t *, timestamp_t *);
[all …]
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/easy_profiler_core/
H A Dblock.cpp63 Event::Event(timestamp_t _begin_time, timestamp_t _end_time) EASY_NOEXCEPT : m_begin(_begin_time), … in Event()
75 BaseBlockData::BaseBlockData(timestamp_t _begin_time, timestamp_t _end_time, block_id_t _descriptor… in BaseBlockData()
101 Block::Block(timestamp_t _begin_time, timestamp_t _end_time, block_id_t _descriptor_id, const char*… in Block()
124 void Block::start(timestamp_t _time) EASY_NOEXCEPT in start()
134 void Block::finish(timestamp_t _time) EASY_NOEXCEPT in finish()
145 Event::Event(timestamp_t) EASY_NOEXCEPT : m_begin(0), m_end(0) in Event() argument
150 Event::Event(timestamp_t, timestamp_t) EASY_NOEXCEPT : m_begin(0), m_end(0) in Event() argument
162 BaseBlockData::BaseBlockData(timestamp_t, timestamp_t, block_id_t) EASY_NOEXCEPT in BaseBlockData() argument
186 Block::Block(timestamp_t, timestamp_t, block_id_t, const char*) EASY_NOEXCEPT in Block() argument
208 void Block::start(timestamp_t) EASY_NOEXCEPT in start() argument
[all …]
H A Dprofile_manager.h98 profiler::timestamp_t m_beginTime;
99 profiler::timestamp_t m_endTime;
100 std::atomic<profiler::timestamp_t> m_frameMax;
101 std::atomic<profiler::timestamp_t> m_frameAvg;
102 std::atomic<profiler::timestamp_t> m_frameCur;
145 …escriptor* _desc, const char* _runtimeName, profiler::timestamp_t _beginTime, profiler::timestamp_…
149 profiler::timestamp_t maxFrameDuration();
150 profiler::timestamp_t avgFrameDuration();
151 profiler::timestamp_t curFrameDuration() const;
188 …ofiler::BaseBlockDescriptor* _desc, const char* _runtimeName, ::profiler::timestamp_t& _timestamp);
[all …]
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/spandsp/
H A Dplayout.h59 typedef int timestamp_t; typedef
68 timestamp_t sender_stamp;
70 timestamp_t sender_len;
72 timestamp_t receiver_stamp;
115 timestamp_t latest_expected;
117 timestamp_t current;
119 timestamp_t last_speech_sender_stamp;
121 timestamp_t last_speech_sender_len;
125 timestamp_t since_last_step;
150 …put(playout_state_t *s, void *data, int type, timestamp_t sender_len, timestamp_t sender_stamp, ti…
[all …]
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/easy_profiler_core/include/easy/
H A Dprofiler.h472 PROFILER_API timestamp_t currentTime();
480 PROFILER_API timestamp_t toNanoseconds(timestamp_t _ticks);
488 PROFILER_API timestamp_t toMicroseconds(timestamp_t _ticks);
532 …onst BaseBlockDescriptor* _desc, const char* _runtimeName, timestamp_t _beginTime, timestamp_t _en…
774 inline timestamp_t currentTime() { return 0; } in currentTime()
775 inline timestamp_t toNanoseconds(timestamp_t) { return 0; } in toNanoseconds() argument
776 inline timestamp_t toMicroseconds(timestamp_t) { return 0; } in toMicroseconds() argument
783 inline void storeBlock(const BaseBlockDescriptor*, const char*, timestamp_t, timestamp_t) { } in storeBlock() argument
804 inline timestamp_t this_thread_frameTime(Duration = ::profiler::MICROSECONDS) { return 0; }
826 inline timestamp_t frameTime(Duration _durationCast = ::profiler::MICROSECONDS) {
[all …]
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/profiler_gui/
H A Dtree_widget_loader.h114 …void fillTree(::profiler::timestamp_t& _beginTime, const unsigned int _blocksNumber, const ::profi…
115 …ui::TreeBlocks& _blocks, ::profiler::timestamp_t _beginTime, ::profiler::timestamp_t _left, ::prof…
123 …void setTreeInternal1(::profiler::timestamp_t& _beginTime, const unsigned int _blocksNumber, const…
124 …st ::profiler::timestamp_t& _beginTime, const ::profiler_gui::TreeBlocks& _blocks, ::profiler::tim…
125timestamp_t& _beginTime, const ::profiler::BlocksTree::children_t& _children, EasyTreeWidgetItem* …
126timestamp_t& _beginTime, const ::profiler::BlocksTree::children_t& _children, EasyTreeWidgetItem* …
128 …::profiler::timestamp_t calculateChildrenDurationRecursive(const ::profiler::BlocksTree::children_…
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/easy_profiler_core/include/easy/details/
H A Dprofiler_public_types.h54 using timestamp_t = uint64_t; variable
112 timestamp_t m_begin;
113 timestamp_t m_end;
120 explicit Event(timestamp_t _begin_time) EASY_NOEXCEPT;
121 explicit Event(timestamp_t _begin_time, timestamp_t _end_time) EASY_NOEXCEPT;
123 inline timestamp_t begin() const EASY_NOEXCEPT { return m_begin; } in begin()
124 inline timestamp_t end() const EASY_NOEXCEPT { return m_end; } in end()
143 …explicit BaseBlockData(timestamp_t _begin_time, timestamp_t _end_time, block_id_t _id) EASY_NOEXCE…
166 void start(timestamp_t _time) EASY_NOEXCEPT;
168 void finish(timestamp_t _time) EASY_NOEXCEPT;
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/spandsp/private/
H A Dplayout.h36 timestamp_t sender_stamp;
38 timestamp_t sender_len;
40 timestamp_t receiver_stamp;
83 timestamp_t latest_expected;
85 timestamp_t current;
87 timestamp_t last_speech_sender_stamp;
89 timestamp_t last_speech_sender_len;
93 timestamp_t since_last_step;
/dports/comms/spandsp/spandsp-284fe91/src/spandsp/private/
H A Dplayout.h36 timestamp_t sender_stamp;
38 timestamp_t sender_len;
40 timestamp_t receiver_stamp;
83 timestamp_t latest_expected;
85 timestamp_t current;
87 timestamp_t last_speech_sender_stamp;
89 timestamp_t last_speech_sender_len;
93 timestamp_t since_last_step;
/dports/graphics/gliv/gliv-1.9.7/src/include/
H A Dtimestamp.h6 typedef gulong timestamp_t; typedef
8 #define DECLARE_TIMESTAMP(name) timestamp_t name = 0
10 void touch(timestamp_t * ts);
11 void reset_timestamp(timestamp_t * ts);
12 gboolean up_to_date(timestamp_t ts, timestamp_t req);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/spandsp/
H A Dplayout.h57 typedef int timestamp_t; typedef
81 …put(playout_state_t *s, void *data, int type, timestamp_t sender_len, timestamp_t sender_stamp, ti…
96 SPAN_DECLARE(int) playout_get(playout_state_t *s, playout_frame_t *frame, timestamp_t sender_stamp);
107 SPAN_DECLARE(timestamp_t) playout_current_length(playout_state_t *s);
114 SPAN_DECLARE(timestamp_t) playout_next_due(playout_state_t *s);
/dports/comms/spandsp/spandsp-284fe91/src/spandsp/
H A Dplayout.h57 typedef int timestamp_t; typedef
81 …put(playout_state_t *s, void *data, int type, timestamp_t sender_len, timestamp_t sender_stamp, ti…
96 SPAN_DECLARE(int) playout_get(playout_state_t *s, playout_frame_t *frame, timestamp_t sender_stamp);
107 SPAN_DECLARE(timestamp_t) playout_current_length(playout_state_t *s);
114 SPAN_DECLARE(timestamp_t) playout_next_due(playout_state_t *s);
/dports/net/bmon/bmon-4.0/src/
H A Dutils.c65 float timestamp_to_float(timestamp_t *src) in timestamp_to_float()
70 int64_t timestamp_to_int(timestamp_t *src) in timestamp_to_int()
81 void timestamp_add(timestamp_t *dst, timestamp_t *src1, timestamp_t *src2) in timestamp_add()
92 void timestamp_sub(timestamp_t *dst, timestamp_t *src1, timestamp_t *src2) in timestamp_sub()
102 int timestamp_le(timestamp_t *a, timestamp_t *b) in timestamp_le()
113 int timestamp_is_negative(timestamp_t *ts) in timestamp_is_negative()
118 void update_timestamp(timestamp_t *dst) in update_timestamp()
137 void copy_timestamp(timestamp_t *ts1, timestamp_t *ts2) in copy_timestamp()
143 float timestamp_diff(timestamp_t *t1, timestamp_t *t2) in timestamp_diff()
156 float diff_now(timestamp_t *t1)
[all …]
/dports/net-mgmt/xymon-server/xymon-4.3.30/lib/
H A Dtiming.c27 typedef struct timestamp_t { struct
30 struct timestamp_t *prev; argument
31 struct timestamp_t *next; argument
32 } timestamp_t; typedef
34 static timestamp_t *stamphead = NULL;
35 static timestamp_t *stamptail = NULL;
84 timestamp_t *newstamp = (timestamp_t *) malloc(sizeof(timestamp_t)); in add_timestamp()
125 timestamp_t *s; in show_timestamps()
147 tvdiff(&((timestamp_t *)s->prev)->eventtime, &s->eventtime, &dif); in show_timestamps()
/dports/net-mgmt/xymon-client/xymon-4.3.30/lib/
H A Dtiming.c27 typedef struct timestamp_t { struct
30 struct timestamp_t *prev; argument
31 struct timestamp_t *next; argument
32 } timestamp_t; typedef
34 static timestamp_t *stamphead = NULL;
35 static timestamp_t *stamptail = NULL;
84 timestamp_t *newstamp = (timestamp_t *) malloc(sizeof(timestamp_t)); in add_timestamp()
125 timestamp_t *s; in show_timestamps()
147 tvdiff(&((timestamp_t *)s->prev)->eventtime, &s->eventtime, &dif); in show_timestamps()
/dports/graphics/aloadimage/arcan-0.6.1/src/frameserver/util/
H A Dsync_plot.h17 typedef uint64_t timestamp_t; typedef
33 void (*mark_input)(struct synch_graphing*, timestamp_t);
36 void (*mark_drop)(struct synch_graphing*, timestamp_t);
42 void (*mark_start)(struct synch_graphing*, timestamp_t);
45 void (*mark_stop)(struct synch_graphing*, timestamp_t);
51 void (*mark_transfer)(struct synch_graphing*, timestamp_t, unsigned);
/dports/sysutils/acfgfs/arcan-0.6.1/src/frameserver/util/
H A Dsync_plot.h17 typedef uint64_t timestamp_t; typedef
33 void (*mark_input)(struct synch_graphing*, timestamp_t);
36 void (*mark_drop)(struct synch_graphing*, timestamp_t);
42 void (*mark_start)(struct synch_graphing*, timestamp_t);
45 void (*mark_stop)(struct synch_graphing*, timestamp_t);
51 void (*mark_transfer)(struct synch_graphing*, timestamp_t, unsigned);
/dports/x11/aclip/arcan-0.6.1/src/frameserver/util/
H A Dsync_plot.h17 typedef uint64_t timestamp_t; typedef
33 void (*mark_input)(struct synch_graphing*, timestamp_t);
36 void (*mark_drop)(struct synch_graphing*, timestamp_t);
42 void (*mark_start)(struct synch_graphing*, timestamp_t);
45 void (*mark_stop)(struct synch_graphing*, timestamp_t);
51 void (*mark_transfer)(struct synch_graphing*, timestamp_t, unsigned);
/dports/x11/arcan-trayicon/arcan-0.6.1/src/frameserver/util/
H A Dsync_plot.h17 typedef uint64_t timestamp_t; typedef
33 void (*mark_input)(struct synch_graphing*, timestamp_t);
36 void (*mark_drop)(struct synch_graphing*, timestamp_t);
42 void (*mark_start)(struct synch_graphing*, timestamp_t);
45 void (*mark_stop)(struct synch_graphing*, timestamp_t);
51 void (*mark_transfer)(struct synch_graphing*, timestamp_t, unsigned);
/dports/science/nest/nest-simulator-3.1/libnestutil/
H A Dstopwatch.h69 typedef size_t timestamp_t; typedef
127 timestamp_t elapsed_timestamp() const;
147 timestamp_t _beg, _end;
155 static timestamp_t get_timestamp();
210 inline nest::Stopwatch::timestamp_t
225 return ( timestamp_t ) 0; in elapsed_timestamp()
276 inline nest::Stopwatch::timestamp_t
285 return ( nest::Stopwatch::timestamp_t ) now.tv_usec in get_timestamp()
286 + ( nest::Stopwatch::timestamp_t ) now.tv_sec * nest::Stopwatch::SECONDS; in get_timestamp()
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/hal/
H A Dticker_api.h25 typedef uint32_t timestamp_t; typedef
30 timestamp_t timestamp; /**< Event's timestamp */
44 void (*set_interrupt)(timestamp_t timestamp); /**< Set interrupt function */
97 void ticker_insert_event(const ticker_data_t *const data, ticker_event_t *obj, timestamp_t timestam…
104 timestamp_t ticker_read(const ticker_data_t *const data);
111 int ticker_get_next_timestamp(const ticker_data_t *const data, timestamp_t *timestamp);
/dports/devel/py-cle/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/hal/
H A Dticker_api.h25 typedef uint32_t timestamp_t; typedef
30 timestamp_t timestamp; /**< Event's timestamp */
44 void (*set_interrupt)(timestamp_t timestamp); /**< Set interrupt function */
97 void ticker_insert_event(const ticker_data_t *const data, ticker_event_t *obj, timestamp_t timestam…
104 timestamp_t ticker_read(const ticker_data_t *const data);
111 int ticker_get_next_timestamp(const ticker_data_t *const data, timestamp_t *timestamp);
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/hal/
H A Dticker_api.h25 typedef uint32_t timestamp_t; typedef
30 timestamp_t timestamp; /**< Event's timestamp */
44 void (*set_interrupt)(timestamp_t timestamp); /**< Set interrupt function */
97 void ticker_insert_event(const ticker_data_t *const data, ticker_event_t *obj, timestamp_t timestam…
104 timestamp_t ticker_read(const ticker_data_t *const data);
111 int ticker_get_next_timestamp(const ticker_data_t *const data, timestamp_t *timestamp);
/dports/security/py-angr/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/hal/
H A Dticker_api.h25 typedef uint32_t timestamp_t; typedef
30 timestamp_t timestamp; /**< Event's timestamp */
44 void (*set_interrupt)(timestamp_t timestamp); /**< Set interrupt function */
97 void ticker_insert_event(const ticker_data_t *const data, ticker_event_t *obj, timestamp_t timestam…
104 timestamp_t ticker_read(const ticker_data_t *const data);
111 int ticker_get_next_timestamp(const ticker_data_t *const data, timestamp_t *timestamp);
/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/midi++/
H A Dchannel.h83 bool channel_msg (byte id, byte val1, byte val2, timestamp_t timestamp);
84 bool all_notes_off (timestamp_t timestamp) { in all_notes_off()
88 bool control (byte id, byte value, timestamp_t timestamp) { in control()
92 bool note_on (byte note, byte velocity, timestamp_t timestamp) { in note_on()
96 bool note_off (byte note, byte velocity, timestamp_t timestamp) { in note_off()
100 bool aftertouch (byte value, timestamp_t timestamp) { in aftertouch()
104 bool poly_aftertouch (byte note, byte value, timestamp_t timestamp) { in poly_aftertouch()
108 bool program_change (byte value, timestamp_t timestamp) { in program_change()
112 bool pitchbend (byte msb, byte lsb, timestamp_t timestamp) { in pitchbend()
169 void reset (timestamp_t timestamp, samplecnt_t nframes, bool notes_off = true);

12345678910>>...25