/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | AMDGPUMetadata.cpp | 30 static void enumeration(IO &YIO, AccessQualifier &EN) { in enumeration() 31 YIO.enumCase(EN, "Default", AccessQualifier::Default); in enumeration() 32 YIO.enumCase(EN, "ReadOnly", AccessQualifier::ReadOnly); in enumeration() 33 YIO.enumCase(EN, "WriteOnly", AccessQualifier::WriteOnly); in enumeration() 34 YIO.enumCase(EN, "ReadWrite", AccessQualifier::ReadWrite); in enumeration() 40 static void enumeration(IO &YIO, AddressSpaceQualifier &EN) { in enumeration() 41 YIO.enumCase(EN, "Private", AddressSpaceQualifier::Private); in enumeration() 42 YIO.enumCase(EN, "Global", AddressSpaceQualifier::Global); in enumeration() 43 YIO.enumCase(EN, "Constant", AddressSpaceQualifier::Constant); in enumeration() 44 YIO.enumCase(EN, "Local", AddressSpaceQualifier::Local); in enumeration() [all …]
|
/freebsd/sys/dev/aac/ |
H A D | aac_debug.c | 268 switch(aif->data.EN.type) { in aac_print_aif() 271 (int)sizeof(aif->data.EN.data.EG), in aac_print_aif() 272 aif->data.EN.data.EG.text); in aac_print_aif() 285 aif->data.EN.data.ECC.container[0], in aac_print_aif() 286 aif->data.EN.data.ECC.container[1]); in aac_print_aif() 291 aif->data.EN.data.EDF.deviceHandle); in aac_print_aif() 297 aif->data.EN.data.EMF.container, in aac_print_aif() 298 aif->data.EN.data.EMF.failedSlice, in aac_print_aif() 299 aif->data.EN.data.EMF.creatingSlice); in aac_print_aif() 305 "%d\n", aif->data.EN.data.ECE.container, in aac_print_aif() [all …]
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_debug.c | 181 switch(aif->data.EN.type) { in aacraid_print_aif() 184 (int)sizeof(aif->data.EN.data.EG), in aacraid_print_aif() 185 aif->data.EN.data.EG.text); in aacraid_print_aif() 198 aif->data.EN.data.ECC.container[0], in aacraid_print_aif() 199 aif->data.EN.data.ECC.container[1]); in aacraid_print_aif() 204 aif->data.EN.data.EDF.deviceHandle); in aacraid_print_aif() 210 aif->data.EN.data.EMF.container, in aacraid_print_aif() 211 aif->data.EN.data.EMF.failedSlice, in aacraid_print_aif() 212 aif->data.EN.data.EMF.creatingSlice); in aacraid_print_aif() 218 "%d\n", aif->data.EN.data.ECE.container, in aacraid_print_aif() [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 907 const EmitNodeMatcherCommon *EN = cast<EmitNodeMatcherCommon>(N); in EmitMatcher() local 908 bool IsEmitNode = isa<EmitNodeMatcher>(EN); in EmitMatcher() 910 bool CompressVTs = EN->getNumVTs() < 3; in EmitMatcher() 913 OS << EN->getNumVTs(); in EmitMatcher() 914 if (!EN->hasChain() && !EN->hasInGlue() && !EN->hasOutGlue() && in EmitMatcher() 915 !EN->hasMemRefs() && EN->getNumFixedArityOperands() == -1) { in EmitMatcher() 918 } else if (EN->hasChain() && !EN->hasInGlue() && !EN->hasOutGlue() && in EmitMatcher() 919 !EN->hasMemRefs() && EN->getNumFixedArityOperands() == -1) { in EmitMatcher() 922 } else if (!IsEmitNode && !EN->hasChain() && EN->hasInGlue() && in EmitMatcher() 923 !EN->hasOutGlue() && !EN->hasMemRefs() && in EmitMatcher() [all …]
|
H A D | DAGISelMatcherOpt.cpp | 86 if (EmitNodeMatcher *EN = dyn_cast<EmitNodeMatcher>(N)) in ContractNodes() local 88 dyn_cast<CompleteMatchMatcher>(EN->getNext())) { in ContractNodes() 90 unsigned RootResultFirst = EN->getFirstResultSlot(); in ContractNodes() 101 if (!EN->hasChain() && in ContractNodes() 111 if (!EN->hasOutGlue() && in ContractNodes() 119 if ((EN->hasGlue() || EN->hasChain()) && in ContractNodes() 120 EN->getNumNonChainGlueVTs() > ... need to get no results reliably ...) in ContractNodes() 125 const SmallVectorImpl<MVT::SimpleValueType> &VTs = EN->getVTList(); in ContractNodes() 126 const SmallVectorImpl<unsigned> &Operands = EN->getOperandList(); in ContractNodes() 128 EN->getInstruction(), VTs, Operands, EN->hasChain(), in ContractNodes() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/ |
H A D | cib.txt | 10 - reg: Two elements consisting of the addresses of the RAW and EN 27 <0x10700 0x0000e100 0x0 0x8>; /* EN */
|
/freebsd/tools/tools/locale/patch/ |
H A D | patch-UnicodeData.txt | 22 1FBF8;SEGMENTED DIGIT EIGHT;Nd;0;EN;<font> 0038;8;8;8;N;;;;; 23 1FBF9;SEGMENTED DIGIT NINE;Nd;0;EN;<font> 0039;9;9;9;N;;;;;
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-i2c.c | 141 XI2C_IOWRITE_BITS(pdata, IC_ENABLE, EN, 1); in xgbe_i2c_abort() 163 XI2C_IOWRITE_BITS(pdata, IC_ENABLE, EN, mode); in xgbe_i2c_set_enable() 164 if (XI2C_IOREAD_BITS(pdata, IC_ENABLE_STATUS, EN) == mode) in xgbe_i2c_set_enable()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/ |
H A D | AMDGPUCustomBehaviour.cpp | 245 for (const auto &EN : llvm::enumerate(SrcMgr.getInstructions())) { in generateWaitCntInfo() local 246 const std::unique_ptr<Instruction> &Inst = EN.value(); in generateWaitCntInfo() 247 unsigned Index = EN.index(); in generateWaitCntInfo()
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun8i-h2-plus-bananapi-m2-zero.dts | 221 "", "", "", "", "", "", "CSI-PWR-EN", "", 253 "VCC-IO-EN", "USB0-ID", "WL-PWR-EN",
|
/freebsd/sys/contrib/device-tree/Bindings/iio/light/ |
H A D | apds9300.txt | 3 https://www.avagotech.com/docs/AV02-1077EN
|
H A D | apds9960.txt | 3 https://www.avagotech.com/docs/AV02-4191EN
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | bsi | 5 # https://www.bsi.bund.de/EN/Topics/OtherTopics/Chiasmus/Chiasmus_node.html
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | nau8315.txt | 8 - enable-gpios : GPIO specifier for the chip's device enable input(EN) pin.
|
/freebsd/tools/tools/locale/etc/charmaps/ |
H A D | PT154.TXT | 163 0x8c 0x04A2 # CYRILLIC CAPITAL LETTER EN WITH DESCENDER 173 0x96 0x2013 # EN DASH 179 0x9c 0x04A3 # CYRILLIC SMALL LETTER EN WITH DESCENDER 228 0xcd 0x041D # CYRILLIC CAPITAL LETTER EN 260 0xed 0x043D # CYRILLIC SMALL LETTER EN
|
H A D | CP1251.TXT | 170 0x96 0x2013 #EN DASH 225 0xCD 0x041D #CYRILLIC CAPITAL LETTER EN 257 0xED 0x043D #CYRILLIC SMALL LETTER EN
|
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | sky81452-backlight.txt | 8 - gpios : GPIO to use to EN pin.
|
H A D | lp855x.txt | 16 - enable-supply: Regulator which controls the EN/VDDIO input
|
/freebsd/share/i18n/csmapper/KOI/ |
H A D | KOI8-C%UCS.src | 29 0x84 = 0x04A3 # CYRILLIC SMALL LETTER EN WITH DESCENDER 45 0x94 = 0x04A2 # CYRILLIC CAPITAL LETTER EN WITH DESCENDER
|
H A D | UCS%KOI8-C.src | 65 0x04A2 = 0x94 # CYRILLIC CAPITAL LETTER EN WITH DESCENDER 66 0x04A3 = 0x84 # CYRILLIC SMALL LETTER EN WITH DESCENDER
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | adp1653.txt | 9 - enable-gpios: Specifier of the GPIO connected to EN pin
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | cms_add1_signing_cert.pod | 29 (European Standard ETSI EN 319 122-1 V1.1.1).
|
/freebsd/sys/contrib/device-tree/Bindings/net/nfc/ |
H A D | trf7970a.txt | 7 - ti,enable-gpios: One or two GPIO entries used for 'EN' and 'EN2' pins on the
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_passphrase.sgml | 1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | rtc-omap.txt | 7 This RTC IP has special WAKE-EN Register to enable
|