Home
last modified time | relevance | path

Searched refs:El (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp205 for (auto El : P.Info->SigInputElements) in writeParts() local
207 El.Name, El.Indices, El.StartRow, El.Cols, El.StartCol, in writeParts()
208 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask, in writeParts()
209 El.Stream}); in writeParts()
211 for (auto El : P.Info->SigOutputElements) in writeParts() local
213 El.Name, El.Indices, El.StartRow, El.Cols, El.StartCol, in writeParts()
214 El.Allocated, El.Kind, El.Type, El.Mode, El.DynamicMask, in writeParts()
215 El.Stream}); in writeParts()
217 for (auto El : P.Info->SigPatchOrPrimElements) in writeParts() local
219 El.Name, El.Indices, El.StartRow, El.Cols, El.StartCol, in writeParts()
[all …]
H A DDXContainerYAML.cpp225 IO &IO, DXContainerYAML::SignatureElement &El) { in mapping() argument
226 IO.mapRequired("Name", El.Name); in mapping()
227 IO.mapRequired("Indices", El.Indices); in mapping()
228 IO.mapRequired("StartRow", El.StartRow); in mapping()
229 IO.mapRequired("Cols", El.Cols); in mapping()
230 IO.mapRequired("StartCol", El.StartCol); in mapping()
231 IO.mapRequired("Allocated", El.Allocated); in mapping()
232 IO.mapRequired("Kind", El.Kind); in mapping()
233 IO.mapRequired("ComponentType", El.Type); in mapping()
234 IO.mapRequired("Interpolation", El.Mode); in mapping()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerPSVInfo.cpp40 for (const auto &El : Elements) { in ProcessElementList() local
42 StrTabBuilder.add(El.Name); in ProcessElementList()
43 SemanticNames.push_back(El.Name); in ProcessElementList()
47 FinalElement.Rows = static_cast<uint8_t>(El.Indices.size()); in ProcessElementList()
48 FinalElement.StartRow = El.StartRow; in ProcessElementList()
49 FinalElement.Cols = El.Cols; in ProcessElementList()
50 FinalElement.StartCol = El.StartCol; in ProcessElementList()
51 FinalElement.Allocated = El.Allocated; in ProcessElementList()
52 FinalElement.Kind = El.Kind; in ProcessElementList()
53 FinalElement.Type = El.Type; in ProcessElementList()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h80 SignatureElement(dxbc::PSV::v0::SignatureElement El, StringRef StringTable, in SignatureElement()
82 : Name(StringTable.substr(El.NameOffset, in SignatureElement()
83 StringTable.find('\0', El.NameOffset) - in SignatureElement()
84 El.NameOffset)), in SignatureElement()
85 Indices(IdxTable.slice(El.IndicesOffset, El.Rows)), in SignatureElement()
86 StartRow(El.StartRow), Cols(El.Cols), StartCol(El.StartCol), in SignatureElement()
87 Allocated(El.Allocated != 0), Kind(El.Kind), Type(El.Type), in SignatureElement()
88 Mode(El.Mode), DynamicMask(El.DynamicMask), Stream(El.Stream) {} in SignatureElement()
226 static void mapping(IO &IO, llvm::DXContainerYAML::SignatureElement &El); in LLVM_YAML_IS_SEQUENCE_VECTOR()
230 static void mapping(IO &IO, llvm::DXContainerYAML::SignatureParameter &El); in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp80 for (unsigned El = 0; El != Struct.size(); ++El) in initializationPatternFor() local
81 Struct[El] = initializationPatternFor(CGM, StructTy->getElementType(El)); in initializationPatternFor()
/freebsd/usr.bin/vi/catalog/
H A Dspanish.UTF-8.base29 030 "El archivo %s no es un catálogo de mensajes"
47 053 "El buffer por omisión está vacío"
48 054 "El buffer %s está vacío"
91 098 "El comando %s es desconocido"
97 104 "El comando %s no permite una dirección de 0"
117 124 "El comando %s no puede usarse como parte de un comando global o v"
127 134 "El carácter %s no puede remapearse"
133 140 "El comando abierto requiere que se determine la opción abierta"
134 141 "El comando abierto no se ha implementado aún"
143 150 "El comando de script sólo está disponible en modalidad vi"
[all …]
/freebsd/contrib/nvi/catalog/
H A Dspanish.base29 030 "El archivo %s no es un cat�logo de mensajes"
47 053 "El buffer por omisi�n est� vac�o"
48 054 "El buffer %s est� vac�o"
91 098 "El comando %s es desconocido"
97 104 "El comando %s no permite una direcci�n de 0"
117 124 "El comando %s no puede usarse como parte de un comando global o v"
127 134 "El car�cter %s no puede remapearse"
133 140 "El comando abierto requiere que se determine la opci�n abierta"
134 141 "El comando abierto no se ha implementado a�n"
143 150 "El comando de script s�lo est� disponible en modalidad vi"
[all …]
/freebsd/lib/libc/nls/
H A Dca_ES.ISO8859-1.msg72 33 El resultat surt fora de rang
76 35 El recurs no est� disponible temporalment
112 53 El programari ha causat l'avort de la connexi�
118 56 El socket ja es troba connectat
120 57 El socket no es troba connectat
126 60 El temps de connexi� s'ha esgotat
138 66 El directori no est� buit
154 74 El programa RPC no es troba disponible
242 20 El fill ha acabat
254 26 El temporitzador virtual ha expirat
[all …]
H A Des_ES.ISO8859-1.msg40 17 El fichero ya existe
74 34 El resultado es demasiado grande
114 54 El interlocutor ha reinicializado la conexi�n
118 56 El socket ya estaba conectado
120 57 El socket no est� conectado
126 60 El tiempo de conexi�n ha expirado
188 91 El enlace se ha roto
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DThreading.inc183 GROUP_RELATIONSHIP &El = ProcInfo->Group;
184 for (unsigned J = 0; J < El.ActiveGroupCount; ++J) {
187 G.AllThreads = El.GroupInfo[J].MaximumProcessorCount;
188 G.UsableThreads = El.GroupInfo[J].ActiveProcessorCount;
190 G.Affinity = El.GroupInfo[J].ActiveProcessorMask;
199 PROCESSOR_RELATIONSHIP &El = ProcInfo->Processor;
200 assert(El.GroupCount == 1);
203 if (El.Flags & LTP_PC_SMT)
204 NumHyperThreads = std::bitset<64>(El.GroupMask[0].Mask).count();
205 unsigned I = El.GroupMask[0].Group;
/freebsd/contrib/tcsh/nls/spanish/
H A Dset265 3 ¡BUG! El último elemento no es whotail!\n
7 5 ¡BUG! El primer elemento no es whohead!\n
H A Dset132 30 El nombre de la variable debe comenzar con una letra
33 31 El nombre de la variable es demasiado grande
34 32 El nombre de la variable debe contener caracteres alfanuméricos
44 42 El argumento para `-c' debe terminar en una barra invertida
H A Dset229 27 El hijo ha parado o terminado
/freebsd/tools/build/options/
H A Dmakeman343 echo '.El'
360 echo '.El'
377 .El
399 .El
405 .El
H A DLIBC_MALLOC9 .El
H A DINIT_ALL21 .El
H A DWITH_META_MODE37 .El
/freebsd/sys/i386/i386/
H A Ddb_disasm.c87 #define El 35 /* address, long size */ macro
218 /*20*/ { "mov", true, LONG, op2(CR,El), 0 },
219 /*21*/ { "mov", true, LONG, op2(DR,El), 0 },
220 /*22*/ { "mov", true, LONG, op2(El,CR), 0 },
221 /*23*/ { "mov", true, LONG, op2(El,DR), 0 },
222 /*24*/ { "mov", true, LONG, op2(TR,El), 0 },
224 /*26*/ { "mov", true, LONG, op2(El,TR), 0 },
1346 case El: in db_disasm()
/freebsd/sys/amd64/amd64/
H A Ddb_disasm.c101 #define El 35 /* address, long/quad size */ macro
292 /*20*/ { "mov", true, LONG, op2(CR,El), 0 },
293 /*21*/ { "mov", true, LONG, op2(DR,El), 0 },
294 /*22*/ { "mov", true, LONG, op2(El,CR), 0 },
295 /*23*/ { "mov", true, LONG, op2(El,DR), 0 },
296 /*24*/ { "mov", true, LONG, op2(TR,El), 0 },
298 /*26*/ { "mov", true, LONG, op2(El,TR), 0 },
1569 case El: in db_disasm()
/freebsd/contrib/ntp/ntpd/
H A Dntp.keys.def111 .El
130 .El
H A Dntp.conf.def77 .El
187 .El
289 .El
390 .El
446 .El
945 .El
1000 .El
1052 .El
1218 .El
1303 .El
[all …]
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.def411 .El
451 .El
606 .El
675 .El
779 .El
861 .El
889 .El
960 .El
994 .El
1030 .El
/freebsd/tools/tools/sysdoc/
H A Dsysdoc.sh36 .El
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.def111 .El
/freebsd/stand/i386/cdboot/
H A Dcdboot.S28 # from a CD-ROM booted with no emulation mode as described by the El

1234