Home
last modified time | relevance | path

Searched refs:EU (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec2.txt16 (EUs) are available. It's a single 32-bit cell. EU information
21 bit 1 = set if SEC has the ARC4 EU (AFEU)
22 bit 2 = set if SEC has the DES/3DES EU (DEU)
23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A)
24 bit 4 = set if SEC has the random number generator EU (RNG)
25 bit 5 = set if SEC has the public key EU (PKEU)
26 bit 6 = set if SEC has the AES EU (AESU)
27 bit 7 = set if SEC has the Kasumi EU (KEU)
28 bit 8 = set if SEC has the CRC EU (CRCU)
29 bit 11 = set if SEC has the message digest EU extended alg set (MDEU-B)
/freebsd/contrib/tzdata/
H A Dzonenow.tab121 # -02/-01 (EU DST)
127 # -01/+00 (EU DST)
133 # +00/+01 - GMT/BST (EU DST)
136 # +00/+01 - WET/WEST (EU DST)
148 # +01/+00 - IST/GMT (EU DST in reverse)
154 # +01/+02 - CET/CEST (EU DST)
166 # +02/+03 - EET/EEST (EU DST)
H A Deurope79 # From Peter Ilieve (1994-12-04), re EEC/EC/EU members:
91 # Estonia ... uses EU dates but not at 01:00 GMT, they use midnight GMT.
94 # There shouldn't be any [current members who are not using EU rules].
497 # See EU for rules starting in 1996.
506 0:00 EU GMT/BST
522 # The following is like GB-Eire and EU, except with standard time in
551 # 0:00 EU GMT/IST
561 # For brevity they are called "EU rules" elsewhere in this file.
564 Rule EU 1977 1980 - Apr Sun>=1 1:00u 1:00 S
565 Rule EU 1977 only - Sep lastSun 1:00u 0 -
[all …]
H A Dbackzone1292 1:00 EU CE%sT
1304 0:00 EU GMT/BST
1314 # The EU [actually, EEC and Euratom] treaty with effect from 1973:
1325 # the EU rule in that DST runs to 02:00, not 03:00. We don't know
1326 # when Denmark began using the EU rule correctly, but we have only
1339 # wall-clock time, and so the EU rules were in effect in 1980.
1358 1:00 EU CE%sT
1371 0:00 EU GMT/BST
1392 0:00 EU GMT/BST
1405 0:00 EU GMT/BST
[all …]
H A Dafrica791 # to last Sunday of October at 03:00, similar to EU rules. Official
H A DNEWS219 Moldova has used EU transition times since 2022.
228 Since 2022 Moldova has observed EU transition times, that is, it
2754 Northern Cyprus has decided to resume EU rules starting
/freebsd/tools/tools/locale/etc/charmaps/
H A DeucKR.TXT632 0x8341 0xADFA #HANGUL SYLLABLE KIYEOK EU SSANGKIYEOK
633 0x8342 0xADFB #HANGUL SYLLABLE KIYEOK EU KIYEOKSIOS
634 0x8343 0xADFD #HANGUL SYLLABLE KIYEOK EU NIEUNCIEUC
635 0x8344 0xADFE #HANGUL SYLLABLE KIYEOK EU NIEUNHIEUH
636 0x8345 0xAE02 #HANGUL SYLLABLE KIYEOK EU RIEULMIEUM
637 0x8346 0xAE03 #HANGUL SYLLABLE KIYEOK EU RIEULPIEUP
638 0x8347 0xAE04 #HANGUL SYLLABLE KIYEOK EU RIEULSIOS
639 0x8348 0xAE05 #HANGUL SYLLABLE KIYEOK EU RIEULTHIEUTH
640 0x8349 0xAE06 #HANGUL SYLLABLE KIYEOK EU RIEULPHIEUPH
641 0x834A 0xAE07 #HANGUL SYLLABLE KIYEOK EU RIEULHIEUH
[all …]
/freebsd/share/termcap/
H A Dtermcap121 :kb=^H:le=^H:bs:co#132:hc:hu=\EU:hd=\ED:os:pt:up=\E\n:
327 :MT:is=\EQ\EU\EV:do=^J:\
332 :is=\EU\EV:do=^J:\
446 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\
676 :vb=\EU\EX\EU\EX\EU\EX\EU\EX:k6=^A6^M:k7=^A7^M:k8=^A8^M:k9=^A9^M:\
754 :vb=\E^G:so=\EU!:se=\EV!:us=\EU":ue=\EV":cd=\EJ:\
761 :ku=\EA:kd=\EB:kr=\EC:kl=\ED:so=\EU!:se=\EV!:us=\EU":ue=\EV":\
941 :ue=\ENu:le=\ET:ll=\EU:ul:up=\EY:us=\EOu:vb=\EZ:co#80:li#34:
960 :so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:up=\EA:us=\EU:co#88:li#53:
1812 :ho=\EH:cl=\Ev:is=\Ev\E_AX\Eb\EW\E9P\ET:so=\EU:se=\ET:ms:\
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5241 if (llvm::any_of(R->ExternalUses, [&](const BoUpSLP::ExternalUser &EU) { in getNodeLabel() argument
5242 return EU.Scalar == V; in getNodeLabel()
14605 none_of(ExternalUses, [](const ExternalUser &EU) { in getTreeCost() argument
14606 return isa_and_nonnull<InsertElementInst>(EU.User); in getTreeCost()
14623 for (ExternalUser &EU : ExternalUses) { in getTreeCost()
14624 ScalarUserAndIdx.emplace_back(EU.Scalar, EU.User, EU.Lane); in getTreeCost()
14627 for (ExternalUser &EU : ExternalUses) { in getTreeCost()
14629 << EU.E.Idx << " in lane " << EU.Lane << "\n"); in getTreeCost()
14630 LLVM_DEBUG(dbgs() << " User:" << *EU.User << "\n"); in getTreeCost()
14631 LLVM_DEBUG(dbgs() << " Use: " << EU.Scalar->getNameOrAsOperand() << "\n"); in getTreeCost()
[all …]
/freebsd/contrib/ncurses/misc/
H A Demx.src699 knp=\EU,
797 bold=\ES\EU,
H A Dterminfo.src830 kf3=\ER, kf4=\ES, kf5=\ET, kf6=\EU, kf7=\EV, kf8=\EW, kf9=\EX,
870 kf2=\EQ, kf20=\Ey, kf3=\ER, kf4=\ES, kf5=\ET, kf6=\EU, kf7=\EV,
886 kf2=\EQ, kf20=\Ey, kf3=\ER, kf4=\ES, kf5=\ET, kf6=\EU, kf7=\EV,
7109 khts=\E1, kich1=\EQ, kil1=\EL, knp=\EU, kpp=\EV, krmir=\ER,
7161 kel=\EK, khts=\E1, kich1=\EQ, kil1=\EL, knp=\EU, kpp=\EV,
7190 bel=^G, blink=\EW, bold=\EU, civis=\EZ, clear=\EP\EE0;0;,
7208 %t\EU%;,
8936 kf2=\ET, kf3=\EU, kf4=\EV, kf5=\EW, kf6=\EP, kf7=\EQ, kf8=\ER,
9446 kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A, ll=\EU, rc=^\, rev=\EOr,
10306 khome=\Eh, kich1=\EQ, kil1=\EL, kind=\ES, knp=\EU, kpp=\EV,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp109 if (ExtractElementInst *EU = dyn_cast<ExtractElementInst>(U)) { in scalarizePHI() local
110 if (EI.getIndexOperand() == EU->getIndexOperand()) in scalarizePHI()
111 Extracts.push_back(EU); in scalarizePHI()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedLunarlakeP.td77 // INT EU has 112 reservation stations.
83 // VEC EU has 180 reservation stations.
86 let BufferSize = 180; // EU for INT and VEC are seperated
87 // VEC QUEUE SIZE = 60 + VEC EU RS (60+60)
H A DX86SchedAlderlakeP.td65 // EU has 112 reservation stations.
H A DX86SchedSapphireRapids.td65 // EU has 112 reservation stations.
/freebsd/share/ctypedef/
H A Dko_KR.eucKR.src188 <HANGUL_JUNGSEONG_EO-EU>;/
203 <HANGUL_JUNGSEONG_U-EO-EU>;/
214 <HANGUL_JUNGSEONG_EU-EU>;/
220 <HANGUL_JUNGSEONG_I-EU>;/
227 <HANGUL_JUNGSEONG_A-EU>;/
11999 <HANGUL_JUNGSEONG_EO-EU>;/
12014 <HANGUL_JUNGSEONG_U-EO-EU>;/
12025 <HANGUL_JUNGSEONG_EU-EU>;/
12031 <HANGUL_JUNGSEONG_I-EU>;/
12038 <HANGUL_JUNGSEONG_A-EU>;/
[all …]
H A DC.UTF-8.src1472 <HANGUL_JUNGSEONG_EO-EU>;/
1487 <HANGUL_JUNGSEONG_U-EO-EU>;/
1498 <HANGUL_JUNGSEONG_EU-EU>;/
1504 <HANGUL_JUNGSEONG_I-EU>;/
1511 <HANGUL_JUNGSEONG_A-EU>;/
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp1178 auto &EU = EarliestUser[S.Seg.Val]; in realignLoadGroup() local
1179 EU = std::min(EU, earliestUser(B.Seg.Val->uses()), isEarlier); in realignLoadGroup()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td3191 It is composed of one or more execution units (EU), which are responsible for
3192 executing the wavefronts. An EU can have enough resources to maintain the state
3193 of more than one executing wavefront. This allows an EU to hide latency by
3195 CPU. In order to allow the state for multiple wavefronts to fit on an EU, the
3204 ``<min>`` parameter specifies the requested minimum number of waves per EU, and
3206 per EU (must be greater than ``<min>`` if specified). If ``<max>`` is omitted,
3207 then there is no restriction on the maximum number of waves per EU other than
3212 wavefronts that are capable of fitting within the resources of an EU. The AMDGPU
3216 ``<max>`` wavefronts are able to fit within the resources of an EU. Requesting
3224 for example, there may be wavefronts from other kernels executing on the EU.
/freebsd/sys/dev/usb/
H A Dusbdevs4546 product SILABS4 100EU_MODEM 0xea61 GPRS Modem 100EU
4929 product UMEDIA TEW444UBEU 0x3006 TEW-444UB EU
4930 product UMEDIA TEW444UBEU_NF 0x3007 TEW-444UB EU (no firmware)
/freebsd/contrib/tzcode/
H A DNEWS219 Moldova has used EU transition times since 2022.
228 Since 2022 Moldova has observed EU transition times, that is, it
2754 Northern Cyprus has decided to resume EU rules starting
/freebsd/share/misc/
H A Dusb_vendors1259 002a SMSC USB97C202 "HD-HB300V2-EU"
10572 0d00 StarSign Bio Token 3.0 EU
14686 006b Cinergy HT PVR (EU)
18629 3006 TEW-444UB EU [TRENDnet]
18630 3007 TEW-444UB EU (no firmware)
20377 0032 LE910-EU V2
22389 1210 MediaTV Pro III (EU)
22391 1212 MediaTV Pro III MiniPCIe (EU)
/freebsd/crypto/heimdal/lib/wind/
H A DDerivedNormalizationProps.txt1458 FFDA..FFDC ; NFKD_QC; N # Lo [3] HALFWIDTH HANGUL LETTER EU..HALFWIDTH HANGUL LETTER I
1804 FFDA..FFDC ; NFKC_QC; N # Lo [3] HALFWIDTH HANGUL LETTER EU..HALFWIDTH HANGUL LETTER I
H A DUnicodeData.txt3193 1173;HANGUL JUNGSEONG EU;Lo;0;L;;;;;N;;;;;
3202 117C;HANGUL JUNGSEONG EO-EU;Lo;0;L;;;;;N;;;;;
3217 118B;HANGUL JUNGSEONG U-EO-EU;Lo;0;L;;;;;N;;;;;
3227 1195;HANGUL JUNGSEONG EU-U;Lo;0;L;;;;;N;;;;;
3228 1196;HANGUL JUNGSEONG EU-EU;Lo;0;L;;;;;N;;;;;
3234 119C;HANGUL JUNGSEONG I-EU;Lo;0;L;;;;;N;;;;;
8728 3161;HANGUL LETTER EU;Lo;0;L;<compat> 1173;;;;N;;;;;
12066 FFDA;HALFWIDTH HANGUL LETTER EU;Lo;0;L;<narrow> 3161;;;;N;;;;;
/freebsd/crypto/krb5/src/lib/krb5/unicode/
H A DUnicodeData.txt3108 1173;HANGUL JUNGSEONG EU;Lo;0;L;;;;;N;;;;;
3117 117C;HANGUL JUNGSEONG EO-EU;Lo;0;L;;;;;N;;;;;
3132 118B;HANGUL JUNGSEONG U-EO-EU;Lo;0;L;;;;;N;;;;;
3142 1195;HANGUL JUNGSEONG EU-U;Lo;0;L;;;;;N;;;;;
3143 1196;HANGUL JUNGSEONG EU-EU;Lo;0;L;;;;;N;;;;;
3149 119C;HANGUL JUNGSEONG I-EU;Lo;0;L;;;;;N;;;;;
8359 3161;HANGUL LETTER EU;Lo;0;L;<compat> 1173;;;;N;;;;;
11614 FFDA;HALFWIDTH HANGUL LETTER EU;Lo;0;L;<narrow> 3161;;;;N;;;;;

12