Home
last modified time | relevance | path

Searched refs:tcheck (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrHTM.td87 (outs crrc:$BF), (ins), "tcheck $BF", IIC_SprMTSPR>;
90 // All HTM instructions, with the exception of tcheck, set CR0 with the
/freebsd/crypto/openssl/apps/
H A Dx509.c1030 time_t tcheck = time(NULL) + checkoffset; in x509_main() local
1032 ret = X509_cmp_time(X509_get0_notAfter(x), &tcheck) < 0; in x509_main()