Home
last modified time | relevance | path

Searched defs:Time (Results 1 – 14 of 14) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/utils/analyzer/
H A DSumTimerInfo.py22 Time = 0.0 variable
40 Time = Time + float(s[6]) variable
/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Ds23_clnt.c149 unsigned long Time = (unsigned long)time(NULL); in IMPLEMENT_ssl23_meth_func() local
290 unsigned long Time = (unsigned long)time(NULL); in ssl_fill_hello_random() local
H A Ds23_srvr.c151 unsigned long Time = (unsigned long)time(NULL); in IMPLEMENT_ssl23_meth_func() local
H A Dd1_clnt.c149 unsigned long Time = (unsigned long)time(NULL); in IMPLEMENT_dtls1_meth_func() local
H A Dd1_srvr.c147 unsigned long Time = (unsigned long)time(NULL); in IMPLEMENT_dtls1_meth_func() local
H A Ds3_clnt.c191 unsigned long Time = (unsigned long)time(NULL); in IMPLEMENT_ssl3_meth_func() local
H A Ds3_srvr.c215 unsigned long alg_k, Time = (unsigned long)time(NULL); in ssl3_accept() local
/minix3/minix/tests/
H A Dtest8.c21 #define Time(t) if (time(t) == (time_t)-1) printf("Time error\n") macro
H A Dtest35.c30 #define Time(t) if (time(t) == (time_t)-1) printf("Time error\n") macro
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DTimer.h81 TimeRecord Time; variable
/minix3/external/bsd/tcpdump/dist/
H A Dutil.c202 time_t Time; in ts_print() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DBranchFolding.cpp455 unsigned Time = 0; in EstimateRuntime() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1645 SDValue Time = N->getOperand(3); in PerformDAGCombine() local
/minix3/minix/drivers/power/acpi/include/
H A Dactypes.h254 #define AcpiOsAcquireMutex(Handle,Time) AcpiOsWaitSemaphore (Handle, 1, Time) argument