Home
last modified time | relevance | path

Searched refs:EST (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-14.2/contrib/ntp/
H A Dresults.y2kfixes3 Sat Jan 1 04:14:11 EST 2000
7 Wed Jul 14 13:44:42 EST 1999
14 Mon Feb 28 01:00:04 EST 2000
18 Wed Jul 14 13:49:03 EST 1999
25 Tue Feb 29 01:00:05 EST 2000
29 Wed Jul 14 13:57:43 EST 1999
36 Wed Mar 1 01:00:03 EST 2000
40 Wed Jul 14 13:58:12 EST 1999
/freebsd-14.2/contrib/tnftp/
H A DChangeLog893 Mon Nov 27 23:23:40 EST 2000 lukem
911 Tue Nov 7 00:16:23 EST 2000 lukem
917 Wed Oct 11 14:06:19 EST 2000 lukem
921 Tue Oct 3 10:22:36 EST 2000 lukem
933 Mon Sep 25 21:52:12 EST 2000 lukem
937 Sun Sep 24 13:31:19 EST 2000 lukem
957 Sat Sep 23 15:43:34 EST 2000 lukem
966 Thu Sep 21 11:26:35 EST 2000 lukem
974 Wed Sep 20 09:23:59 EST 2000 lukem
978 Mon Sep 18 18:19:54 EST 2000 lukem
[all …]
/freebsd-14.2/contrib/gdtoa/
H A Dchanges21 Sat Jan 18 12:30:04 EST 1992
57 Wed Jan 26 11:09:16 EST 1994
63 Mon Feb 28 11:37:30 EST 1994
80 Thu Mar 3 16:56:39 EST 1994
83 Wed Jan 4 15:45:34 EST 1995
87 Fri Mar 1 08:55:39 EST 1996
98 Tue Dec 17 15:01:56 EST 1996
109 Wed Feb 12 00:40:01 EST 1997
175 Thu Oct 29 21:54:00 EST 1998
181 Mon Nov 2 15:41:16 EST 1998
[all …]
/freebsd-14.2/contrib/tzdata/
H A Dzonenow.tab82 # -05 - EST
83 XX +175805-0764736 America/Jamaica Eastern Standard ("EST") - Caymans; Jamaica; eastern Mexico; Pan…
88 # -05/-04 - EST/EDT (North America DST)
89 XX +404251-0740023 America/New_York Eastern ("EST/EDT") - US & Canada
H A Dnorthamerica919 -5:00 - EST 1969
921 -5:00 - EST 2006
935 -5:00 - EST 1969
939 -5:00 - EST 2006
959 -5:00 - EST 1969
1034 -5:00 - EST 1969
1044 -5:00 - EST 1969
1046 -5:00 - EST 2006
2670 -5:00 - EST
3514 -5:00 - EST
[all …]
H A Dbackzone432 -5:00 - EST 1951
459 # but will vote on 11-10 whether to use EST/EDT.
469 # CST/CDT, and that Upsala and Shebandowan observe EST/EDT, all in
499 # switched to EST immediately after WWII era daylight saving time
508 -5:00 - EST
518 # AST, but residents as far east as Natashquan use EST/EDT, and
537 -5:00 - EST
552 -5:00 - EST
796 # that Pangnirtung observed EST then.
920 -5:00 - EST 1942
[all …]
H A Daustralasia14 # Please see the notes below for the controversy about "EST" versus "AEST" etc.
241 # will produce a binary file with an [A]EST-type as the first 32-bit type;
1058 # file used "EST" for both Eastern Standard Time and Eastern Summer
1066 # strings like "EST" and "EDT", so I looked for pages that defined an
1084 # I tried several other variants (e.g., "Eastern Summer Time EST") but
1124 # EST CST WST EDT CDT
1128 # EST CST WST (no abbreviations given for DST)
1136 # EST CST WST preferred for standard time; AEST AEDT ACST ACDT also used
1513 # [I mean, of course, Australian EST, not any other kind] are in common
H A Dbackward65 Link America/Panama EST
H A Dzone.tab118 CA +484531-0913718 America/Atikokan EST - ON (Atikokan), NU (Coral H)
H A Dzone1970.tab244 PA,CA,KY +0858-07932 America/Panama EST - ON (Atikokan), NU (Coral H)
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h64 EntryFunctionState &EST, bool IsSPMD);
67 void emitKernelDeinit(CodeGenFunction &CGF, EntryFunctionState &EST,
H A DCGOpenMPRuntimeGPU.cpp731 EntryFunctionState EST; in emitNonSPMDKernel() local
739 CGOpenMPRuntimeGPU::EntryFunctionState &EST; in emitNonSPMDKernel() member in CGOpenMPRuntimeGPU::emitNonSPMDKernel::NVPTXPrePostActionTy
745 : EST(EST), D(D) {} in emitNonSPMDKernel()
755 RT.emitKernelDeinit(CGF, EST, /* IsSPMD */ false); in emitNonSPMDKernel()
757 } Action(EST, D); in emitNonSPMDKernel()
777 emitGenericVarsProlog(CGF, EST.Loc); in emitKernelInit()
823 EntryFunctionState EST; in emitSPMDKernel() local
830 CGOpenMPRuntimeGPU::EntryFunctionState &EST; in emitSPMDKernel() member in CGOpenMPRuntimeGPU::emitSPMDKernel::NVPTXPrePostActionTy
839 : RT(RT), EST(EST), IsBareKernel(IsBareKernel), in emitSPMDKernel()
856 RT.emitKernelDeinit(CGF, EST, /* IsSPMD */ true); in emitSPMDKernel()
[all …]
H A DCGException.cpp490 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec() local
494 if (EST == EST_Dynamic || in EmitStartEHSpec()
495 (EST == EST_DynamicNone && !getLangOpts().CPlusPlus17)) { in EmitStartEHSpec()
504 if (EST == EST_DynamicNone) in EmitStartEHSpec()
520 EST == EST_Dynamic) in EmitStartEHSpec()
597 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec() local
598 if (EST == EST_Dynamic || in EmitEndEHSpec()
599 (EST == EST_DynamicNone && !getLangOpts().CPlusPlus17)) { in EmitEndEHSpec()
608 if (EST == EST_DynamicNone) in EmitEndEHSpec()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp83 ExceptionSpecificationType &EST) { in ActOnNoexceptSpec() argument
87 EST = EST_DependentNoexcept; in ActOnNoexceptSpec()
96 EST = EST_NoexceptFalse; in ActOnNoexceptSpec()
106 EST = EST_DependentNoexcept; in ActOnNoexceptSpec()
111 EST = !Result ? EST_NoexceptFalse : EST_NoexceptTrue; in ActOnNoexceptSpec()
265 auto EST = MD->getType()->castAs<FunctionProtoType>()->getExceptionSpecType(); in exceptionSpecNotKnownYet() local
266 return EST == EST_Unparsed || in exceptionSpecNotKnownYet()
267 (EST == EST_Unevaluated && MD->getParent()->isBeingDefined()); in exceptionSpecNotKnownYet()
H A DSemaDeclCXX.cpp194 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl() local
200 if (EST == EST_None && Method->hasAttr<NoThrowAttr>()) in CalledDecl()
201 EST = EST_BasicNoexcept; in CalledDecl()
203 switch (EST) { in CalledDecl()
215 ComputedEST = EST; in CalledDecl()
240 assert(EST == EST_Dynamic && "EST case not considered earlier."); in CalledDecl()
19096 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument
19102 ESI.Type = EST; in checkExceptionSpecification()
19103 if (EST == EST_Dynamic) { in checkExceptionSpecification()
19129 if (isComputedNoexcept(EST)) { in checkExceptionSpecification()
[all …]
/freebsd-14.2/usr.sbin/cron/doc/
H A DMAIL126 Date: Fri, 2 Jan 87 14:25:29 EST
406 Date: Tue, 13 Jan 87 16:39:38 EST
442 Date: Fri, 16 Jan 87 07:44:57 EST
458 for every command in the file (e.g., most users are on EST, so cron is run
/freebsd-14.2/usr.bin/indent/
H A DREADME13 > Date: Tue, 8 Mar 88 18:36:25 EST
/freebsd-14.2/share/misc/
H A Diso316690 EE EST 233 Estonia
322 # ESTONIA added (EE, EST, 233)
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp488 ExceptionSpecificationType EST in ParseLexedMethodDeclaration() local
498 Actions.actOnDelayedExceptionSpecification(LM.Method, EST, in ParseLexedMethodDeclaration()
/freebsd-14.2/contrib/sendmail/libmilter/
H A DREADME172 220 test.sendmail.com ESMTP Sendmail 8.14.0/8.14.0; Thu, 22 Jun 2006 13:05:23 -0500 (EST)
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4266 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}
4375 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
4376 switch (EST) {
/freebsd-14.2/contrib/ncurses/misc/
H A Dterminfo.src25284 # 9.1.0 (Wed Feb 1 04:50:32 EST 1995):
25286 # 9.2.0 (Wed Feb 1 12:21:45 EST 1995):
25289 # 9.3.0 (Mon Feb 6 19:14:40 EST 1995):
25291 # 9.3.1 (Tue Feb 7 12:00:24 EST 1995):
25294 # 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
25297 # 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
25300 # 9.3.4 (Wed Feb 22 19:27:34 EST 1995):
25304 # 9.3.5 (Thu Feb 23 09:37:12 EST 1995):
25310 # 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
25322 # 9.4.1 (Mon Feb 27 14:18:33 EST 1995):
[all …]
/freebsd-14.2/crypto/openssl/doc/man7/
H A Dprovider-base.pod761 * ALEA IACTA EST, if the core retrieves the reason table
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp819 const VPStoreSDNode *EST = cast<VPStoreSDNode>(N); in AddNodeIDCustom() local
820 ID.AddInteger(EST->getMemoryVT().getRawBits()); in AddNodeIDCustom()
821 ID.AddInteger(EST->getRawSubclassData()); in AddNodeIDCustom()
822 ID.AddInteger(EST->getPointerInfo().getAddrSpace()); in AddNodeIDCustom()
823 ID.AddInteger(EST->getMemOperand()->getFlags()); in AddNodeIDCustom()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dfilesystems2036 # EST flat binary format (which isn't, but anyway)
2038 0 string ESTFBINR EST flat binary

12