Home
last modified time | relevance | path

Searched refs:CST (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/tzdata/
H A Dzonenow.tab70 # -06 - CST
71 XX +1924-09909 America/Mexico_City Central Standard ("CST") - Saskatchewan; central Mexico; Central…
76 # -06/-05 - CST/CDT (North America DST)
77 XX +415100-0873900 America/Chicago Central ("CST/CDT") - US & Canada; Mexico near US border
85 # -05/-04 - CST/CDT (Cuba DST)
229 # +08 - CST
230 XX +3114+12128 Asia/Shanghai China ("CST")
H A Dnorthamerica1114 -6:00 - CST 1968
1273 # -6 HNC CST HAR MDT
1872 -6:00 - CST
1877 -6:00 - CST
2685 -6:00 - CST 1988
2694 -6:00 - CST 1988
2713 -6:00 - CST 1996
2728 -6:00 - CST 1996
2740 -6:00 - CST 1996
2744 -6:00 - CST
[all …]
H A Dzone.tab122 CA +5024-10439 America/Regina CST - SK (most areas)
123 CA +5017-10750 America/Swift_Current CST - SK (midwest)
H A Dzone1970.tab114 CA +5024-10439 America/Regina CST - SK (most areas)
115 CA +5017-10750 America/Swift_Current CST - SK (midwest)
H A Dbackzone462 # says that Ontario east of 90W uses EST/EDT, and west of 90W uses CST/CDT.
463 # Officially Atikokan is therefore on CST/CDT, and most likely this report
468 # New Osnaburgh observe CST all year, that Big Trout Lake observes
469 # CST/CDT, and that Upsala and Shebandowan observe EST/EDT, all in
919 -6:00 - CST 1910
1051 8:00 - CST 1940
H A Daustralasia1059 # Time in Australia, and similarly for "CST", "CWST", and "WST".
1109 # (1994-10-29, p 1) uses the abbreviations AEST/AEDT, CST/CDT, and
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
1204 # Zone Australia/North 9:30 - CST
1579 # # are with CST zones, therefore CST is legislated by local government
H A DNEWS1522 In 1946 Louisville switched from CST to CDT on 04-28 at 00:01, not
1524 Also, it switched from CST to CDT on 1950-04-30, not 1947-04-27.
2548 Use "CST" and "CDT" instead of invented abbreviations for Macau
3773 and AWST/AWDT are now used instead of the former CST, CWST, and WST.
3827 then to CST on 1945-09-21 at 01:00, and did not observe DST in 1945.
H A Dasia46 # 8:00 CST China
979 8:00 - CST 1937 Oct 1
1116 8:00 - CST 1941 Dec 21 23:00
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp466 Constant *CST = dyn_cast<Constant>(V); in constantMatches() local
467 if (!CST) in constantMatches()
477 GVNToConstant.insert(std::make_pair(GVN, CST)); in constantMatches()
480 if (Inserted || (GVNToConstantIt->second == CST)) in constantMatches()
981 if (Constant *CST = dyn_cast<Constant>(Input)) { in findExtractedInputToOverallInputMapping() local
1482 Constant *CST = Region.AggArgToConstant.find(AggArgIdx)->second; in replaceCalledFunction() local
1484 << *CST << "\n"); in replaceCalledFunction()
1485 NewCallArgs.push_back(CST); in replaceCalledFunction()
1941 Constant *CST = Const.second; in replaceConstants() local
1950 LLVM_DEBUG(dbgs() << "Replacing uses of constant " << *CST in replaceConstants()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp338 int CST = (int)BasePtr.getConstantOperandVal(1); in select() local
342 SDValue Offset = CurDAG->getTargetConstant(CST, DL, MVT::i16); in select()
/freebsd-14.2/sys/dev/axgbe/
H A Dxgbe-dev.c2618 XGMAC_IOWRITE_BITS(pdata, MAC_RCR, CST, 1); in xgbe_enable_rx()
2630 XGMAC_IOWRITE_BITS(pdata, MAC_RCR, CST, 0); in xgbe_disable_rx()
/freebsd-14.2/contrib/sendmail/contrib/
H A Dmmuegel315 $defaultTZ = 'CST'; # time zone (hack!)
1578 Tue Jan 19 12:07:20 CST 1993
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp5178 if (ConstantSDNode *CST = dyn_cast<ConstantSDNode>(NewRHS)) in IntegerExpandSetCCOperands() local
5179 if ((CCCode == ISD::SETLT && CST->isZero()) || // X < 0 in IntegerExpandSetCCOperands()
5180 (CCCode == ISD::SETGT && CST->isAllOnes())) { // X > -1 in IntegerExpandSetCCOperands()
/freebsd-14.2/contrib/tzcode/
H A DNEWS1419 In 1946 Louisville switched from CST to CDT on 04-28 at 00:01, not
1421 Also, it switched from CST to CDT on 1950-04-30, not 1947-04-27.
2445 Use "CST" and "CDT" instead of invented abbreviations for Macau
3670 and AWST/AWDT are now used instead of the former CST, CWST, and WST.
3724 then to CST on 1945-09-21 at 01:00, and did not observe DST in 1945.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16742 ConstantSDNode *CST = dyn_cast<ConstantSDNode>(Op); in LowerAsmOperandForConstraint() local
16743 if (!CST) return; // Must be an immediate to match. in LowerAsmOperandForConstraint()
16745 int64_t Value = CST->getSExtValue(); in LowerAsmOperandForConstraint()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp57040 if (auto *CST = dyn_cast<ConstantSDNode>(Op)) { in LowerAsmOperandForConstraint() local
57041 bool IsBool = CST->getConstantIntValue()->getBitWidth() == 1; in LowerAsmOperandForConstraint()
57045 int64_t ExtVal = ExtOpc == ISD::ZERO_EXTEND ? CST->getZExtValue() in LowerAsmOperandForConstraint()
57046 : CST->getSExtValue(); in LowerAsmOperandForConstraint()