Searched refs:tz (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/eclipseclp/
H A DUNPACK15 for tz in $tgzfiles; do
16 echo Unpacking $tz
17 gunzip -c $tz | tar xpf -
19 for tz in $tzfiles; do
20 echo Unpacking $tz
21 uncompress -c $tz | tar xpf -
/barrelfish-master/lib/libc/sys/
H A Dgettimeofday.c35 int __gettimeofday(struct timeval *tv, struct timezone *tz);
40 __gettimeofday(struct timeval *tv, struct timezone *tz) argument
44 error = __vdso_gettimeofday(tv, tz);
46 error = __sys_gettimeofday(tv, tz);
H A D__vdso_gettimeofday.c96 __vdso_gettimeofday(struct timeval *tv, struct timezone *tz) argument
101 if (tz != NULL)
H A Dbarrelfish_syscalls.c123 int gettimeofday(struct timeval *tv, struct timezone *tz) argument
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_arith.c167 p_plus(value x, type tx, value y, type ty, value z, type tz) argument
175 else if (IsRef(tz))
179 else if (IsInteger(ty) && IsInteger(tz))
187 if (IsRef(tz))
191 else if (IsInteger(tx) && IsInteger(tz))
197 else if (IsInteger(tx) && IsInteger(ty) && (IsRef(tz) || IsInteger(tz)))
200 Return_Unify_Integer(z, tz, x.nint + y.nint);
203 if (NonIntNum(tx) || NonIntNum(ty) || NonIntNum(tz))
205 else if (!IsNumber(tx) || !IsNumber(ty) || !IsNumber(tz))
215 p_times(value x, type tx, value y, type ty, value z, type tz) argument
[all...]
/barrelfish-master/usr/tests/e10ktest/
H A De10ktest_latencies.c101 int gettimeofday(struct timeval *tv, struct timezone *tz) argument
119 assert(tz == NULL);
120 if(tz != NULL) {

Completed in 38 milliseconds