Home
last modified time | relevance | path

Searched refs:TIME_T (Results 1 – 25 of 101) sorted by relevance

12345

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/components/
H A Dclock.c58 typedef int64_t TIME_T; typedef
180 static inline TIME_T saturate_add(TIME_T a, TIME_T b) in saturate_add()
182 TIME_T sum = a + b; in saturate_add()
249 static void clock_start_stream(CLOCK_STREAM_T *stream, TIME_T stc, TIME_T pts) in clock_start_stream()
416 TIME_T avg_min = MAX_TIME; in clock_get_mt_off_avg()
417 TIME_T avg_max = MIN_TIME; in clock_get_mt_off_avg()
418 TIME_T avg_bias; in clock_get_mt_off_avg()
419 TIME_T stc_delta; in clock_get_mt_off_avg()
482 TIME_T mt_off_clk; in clock_adjust_clocks()
483 TIME_T stc_prev; in clock_adjust_clocks()
[all …]
/dports/multimedia/jmref/JM/lcommon/src/
H A Dwin32.c22 void gettime(TIME_T* time) in gettime()
29 int64 timediff(TIME_T* start, TIME_T* end) in timediff()
56 void gettime(TIME_T* time) in gettime()
65 int64 timediff(TIME_T* start, TIME_T* end) in timediff()
/dports/multimedia/jmref/JM/lcommon/inc/
H A Dwin32.h54 # define TIME_T LARGE_INTEGER macro
71 # define TIME_T struct timeval macro
101 extern void gettime(TIME_T* time);
103 extern int64 timediff(TIME_T* start, TIME_T* end);
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/Ylib/
H A Dtime.c56 #define TIME_T time_t macro
58 #define TIME_T long macro
65 TIME_T t ;
68 t = time((TIME_T *) 0) ;
/dports/games/xinvaders3d/xinvaders3d/
H A Dsystem.h55 #define TIME_T time_t macro
64 #define TIME_T time_t macro
72 #define TIME_T time_t macro
81 TIME_T init_time_stamp;
/dports/math/reduce/Reduce-svn5758-src/packages/occal/
H A DSB.dsc46 TIME_T;
52 v(TIME_T) - 0.27;
53 gama(TIME_T);
54 xi(TIME_T) -2.5/R;
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/include/clplumbing/
H A Dcl_log.h22 #define TIME_T unsigned long macro
55 void cl_direct_log(int priority, const char* buf, gboolean, const char*, int, TIME_T);
80 char * ha_timestamp(TIME_T t);
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/h/
H A Dhandle.hxx46 inline SCODE GetTime(WHICHTIME wt, TIME_T *ptm);
47 inline SCODE SetTime(WHICHTIME wt, TIME_T tm);
131 inline SCODE CHandle::GetTime(WHICHTIME wt, TIME_T *ptm) in GetTime()
144 inline SCODE CHandle::SetTime(WHICHTIME wt, TIME_T tm) in SetTime()
H A Ddir.hxx48 TIME_T _time[2]; // Storage - time stamps
120 inline TIME_T GetTime(WHICHTIME tt) const;
132 inline void SetTime(WHICHTIME tt, TIME_T nt);
265 SCODE SetTime(const SID sid, WHICHTIME tt, TIME_T nt);
281 inline SCODE GetTime(const SID sid, WHICHTIME tt, TIME_T *ptime);
H A Dentry.hxx39 virtual SCODE GetTime(WHICHTIME wt, TIME_T *ptm) = 0;
40 virtual SCODE SetTime(WHICHTIME wt, TIME_T tm) = 0;
H A Dsstream.hxx151 virtual SCODE GetTime(WHICHTIME wt, TIME_T *ptm);
152 virtual SCODE SetTime(WHICHTIME wt, TIME_T tm);
H A Dmsffunc.hxx117 TIME_T *pnt) in GetTime()
142 TIME_T nt) in SetTime()
H A Dcdocfile.hxx130 virtual SCODE GetTime(WHICHTIME wt, TIME_T *ptm);
131 virtual SCODE SetTime(WHICHTIME wt, TIME_T tm);
/dports/graphics/libfpx/libfpx-1.3.1-10/oless/
H A Dtime.hxx19 typedef FILETIME TIME_T; typedef
24 inline SCODE CoFileTimeNow(TIME_T *pft) in CoFileTimeNow()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/pseudopotentials/troullier-martins/
H A Dcraylib.f180 REAL TARRAY(2),TIME_T local
182 TIME_T = ETIME(TARRAY)
183 TIME_T = TARRAY(1)
184 ELAPSE = TIME_T
/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/pseudopotentials/troullier-martins/
H A Dcraylib.f180 REAL TARRAY(2),TIME_T
182 TIME_T = ETIME(TARRAY)
183 TIME_T = TARRAY(1)
184 ELAPSE = TIME_T
/dports/lang/cim/cim-3.37/lib/
H A Dclocktime.c47 #if TIME_T in __rclocktime()
58 #if TIME_T in __rclocktime()
H A Ddatetime.c50 #if TIME_T
64 #if TIME_T
/dports/textproc/R-cran-readxl/readxl/src/libxls/
H A Dole.h49 typedef struct TIME_T struct
54 TIME_T; argument
168 TIME_T time[2];
/dports/math/libxls/libxls-1.6.2/include/libxls/
H A Dole.h53 typedef struct TIME_T struct
58 TIME_T; argument
172 TIME_T time[2];
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/clplumbing/
H A Dcl_log.c503 static char * syslog_timestamp(TIME_T t);
508 , TIME_T timestamp, const char * pristr, const char * msg) in append_log()
595 static TIME_T last_stat_time; in maybe_reopen_log_files()
598 TIME_T now = time(NULL); in maybe_reopen_log_files()
634 const char* entity, int entity_pid, TIME_T ts) in cl_direct_log()
890 syslog_timestamp(TIME_T t) in syslog_timestamp()
894 TIME_T now; in syslog_timestamp()
922 ha_timestamp(TIME_T t) in ha_timestamp()
926 TIME_T now; in ha_timestamp()
/dports/net/gnu-radius/radius-1.6.1/db/
H A Ddb.m448 time TIME_T('1970-01-01 00:00:00') NOT NULL COMMA
62 event_date_time TIME_T('1970-01-01 00:00:00') NOT NULL,
89 time TIME_T('1970-01-01 00:00:00') NOT NULL,
/dports/devel/libsoup/libsoup-2.74.0/tests/
H A Ddate-test.c157 #define TIME_T 1099728547L macro
165 date = soup_date_new_from_time_t (TIME_T); in check_ok_time_t()
174 g_assert_cmpuint (TIME_T, ==, soup_date_to_time_t (date)); in check_ok_time_t()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dglobal.h142 typedef int TIME_T; /* Lang block size must not change */ typedef
144 typedef time_t TIME_T; /* time_t */ typedef
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dglobal.h142 typedef int TIME_T; /* Lang block size must not change */ typedef
144 typedef time_t TIME_T; /* time_t */ typedef

12345