Searched refs:ulong64 (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/etc/
H A Dtune.c14 static ulong64 TIMFUNC (void)
48 ulong64 LBL_T;
50 ulong64 t_read(void) { return TIMFUNC() - LBL_T; }
54 extern ulong64 t_read(void);
57 ulong64 time_mult(int size, int s)
61 ulong64 t1;
87 ulong64 time_sqr(int size, int s)
91 ulong64 t1;
117 ulong64 t1, t2;
/barrelfish-2018-10-04/lib/tommath/demo/
H A Dtiming.c4 ulong64 _tt;
43 static ulong64 TIMFUNC(void)
83 ulong64 tt, gg, CLK_PER_SEC;
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.h72 typedef unsigned long long ulong64; typedef
86 typedef unsigned __int64 ulong64; typedef
89 typedef unsigned long long ulong64; typedef
95 typedef ulong64 mp_word;

Completed in 32 milliseconds