| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
| H A D | smmintrin.h | 1740 #define _mm_cmpestrm(A, LA, B, LB, M) \ argument 1741 (__m128i)__builtin_ia32_pcmpestrm128((__v16qi)(__m128i)(A), (int)(LA), \ 1799 #define _mm_cmpestri(A, LA, B, LB, M) \ argument 1800 (int)__builtin_ia32_pcmpestri128((__v16qi)(__m128i)(A), (int)(LA), \ 2102 #define _mm_cmpestra(A, LA, B, LB, M) \ argument 2103 (int)__builtin_ia32_pcmpestria128((__v16qi)(__m128i)(A), (int)(LA), \ 2156 #define _mm_cmpestrc(A, LA, B, LB, M) \ argument 2157 (int)__builtin_ia32_pcmpestric128((__v16qi)(__m128i)(A), (int)(LA), \ 2209 #define _mm_cmpestro(A, LA, B, LB, M) \ argument 2210 (int)__builtin_ia32_pcmpestrio128((__v16qi)(__m128i)(A), (int)(LA), \ [all …]
|
| /netbsd-src/share/misc/ |
| H A D | zipcodes | 30609 70001:Metairie, LA 30610 70002:Metairie, LA 30611 70003:Metairie, LA 30612 70004:Metairie, LA 30613 70005:Metairie, LA 30614 70006:Metairie, LA 30615 70009:Metairie, LA 30616 70010:Metairie, LA 30617 70011:Metairie, LA 30618 70030:Des Allemands, LA [all …]
|
| H A D | na.phone.add | 30 225:Louisiana (USA):Baton Rouge, Plaquemine:LA 68 318:Louisiana (USA):Alexandria, Monroe:LA 76 337:Louisiana (USA):Lafayette, Lake Charles:LA 120 504:Louisiana (USA):New Orleans:LA
|
| H A D | na.phone | 31 225:Louisiana (USA):Baton Rouge, Plaquemine:LA 84 318:Louisiana (USA):Alexandria, Monroe:LA 99 337:Louisiana (USA):Lafayette, Lake Charles:LA 180 504:Louisiana (USA):New Orleans:LA
|
| H A D | na.postal | 40 LA:Louisiana:La.:US
|
| H A D | country | 140 Laos LA LAO 418 LA
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpression.cpp | 72 for (uint16_t LA = DW_OP_lit0; LA <= DW_OP_lit31; ++LA) in getDescriptions() local 73 Descriptions[LA] = Desc(Op::Dwarf2); in getDescriptions() 74 for (uint16_t LA = DW_OP_reg0; LA <= DW_OP_reg31; ++LA) in getDescriptions() local 75 Descriptions[LA] = Desc(Op::Dwarf2); in getDescriptions() 76 for (uint16_t LA = DW_OP_breg0; LA <= DW_OP_breg31; ++LA) in getDescriptions() local 77 Descriptions[LA] = Desc(Op::Dwarf2, Op::SignedSizeLEB); in getDescriptions()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 689 void Parser::ParseLexedAttribute(LateParsedAttribute &LA, in ParseLexedAttribute() argument 697 AttrEnd.setEofData(LA.Toks.data()); in ParseLexedAttribute() 698 LA.Toks.push_back(AttrEnd); in ParseLexedAttribute() 702 LA.Toks.push_back(Tok); in ParseLexedAttribute() 703 PP.EnterTokenStream(LA.Toks, true, /*IsReinject=*/true); in ParseLexedAttribute() 710 if (LA.Decls.size() > 0) { in ParseLexedAttribute() 711 Decl *D = LA.Decls[0]; in ParseLexedAttribute() 719 if (LA.Decls.size() == 1) { in ParseLexedAttribute() 731 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc, in ParseLexedAttribute() 740 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc, in ParseLexedAttribute() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 119 Attribute LA = *LI; in cmpAttrs() local 121 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs() 122 if (LA.getKindAsEnum() != RA.getKindAsEnum()) in cmpAttrs() 123 return cmpNumbers(LA.getKindAsEnum(), RA.getKindAsEnum()); in cmpAttrs() 125 Type *TyL = LA.getValueAsType(); in cmpAttrs() 139 if (LA < RA) in cmpAttrs() 141 if (RA < LA) in cmpAttrs() 308 const ConstantArray *LA = cast<ConstantArray>(L); in cmpConstants() local 315 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/certs/ |
| H A D | ee-cert-noncrit-unknown-ext.pem | 19 LA==
|
| /netbsd-src/games/quiz/datfiles/ |
| H A D | areas | 33 318:western louisiana|LA:shreveport 53 504:eastern louisiana|LA:new orleans
|
| H A D | state | 18 Louisiana|La:Baton Rouge:LA:magnolia
|
| /netbsd-src/external/bsd/byacc/dist/ |
| H A D | graph.c | 105 unsigned *rowp = LA + larno * tokensetsize; in graph_LA()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 936 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() local 938 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion() 939 LA == TypeSoftPromoteHalf || in getTypeConversion() 944 if (LA == TypeSplitVector) in getTypeConversion() 945 return LegalizeKind(LA, EVT(SVT).getHalfNumVectorElementsVT(Context)); in getTypeConversion() 946 if (LA == TypeScalarizeVector) in getTypeConversion() 947 return LegalizeKind(LA, SVT.getVectorElementType()); in getTypeConversion() 948 return LegalizeKind(LA, NVT); in getTypeConversion()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Template.h | 543 void enableLateAttributeInstantiation(Sema::LateInstantiatedAttrVec *LA) { in enableLateAttributeInstantiation() argument 544 LateAttrs = LA; in enableLateAttributeInstantiation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldImpl.h | 97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() argument
|
| /netbsd-src/etc/ |
| H A D | printcap | 8 #decwriter|LA-180 DecWriter III:\
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.cpp | 355 unsigned LAOpcode = TII->getOpcodeForOffset(SystemZ::LA, HighOffset); in eliminateFrameIndex() 363 BuildMI(MBB, MI, DL, TII->get(SystemZ::LA), ScratchReg) in eliminateFrameIndex()
|
| H A D | README.txt | 25 The tuning of the choice between LOAD ADDRESS (LA) and addition in
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | 2064.md | 32 ;; LA bypass | agen |
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | 2064.md | 32 ;; LA bypass | agen |
|
| /netbsd-src/sys/dev/microcode/wi/ |
| H A D | eprimsym | 17 …�V�WA�U����@T��\�]A�_����@^Z����@[��Y�XA���H�IA�K����@JN����@O��M�LA�D����@E��G�FA���B…
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1099 TargetLowering::LegalizeAction LA = TargetLowering::Expand; variable 1102 LA = getTLI()->getTruncStoreAction(LT.second, MemVT); 1104 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT); 1106 if (LA != TargetLowering::Legal && LA != TargetLowering::Custom) {
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | ISO_3166 | 146 LA Laos
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | iso3166.tab | 156 LA Laos
|