| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 39 VT.LLVMTy = IntegerType::get(Context, BitWidth); in getExtendedIntegerVT() 48 VectorType::get(VT.getTypeForEVT(Context), NumElements, IsScalable); in getExtendedVectorVT() 55 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), EC); in getExtendedVectorVT() 192 case MVT::i128: return IntegerType::get(Context, 128); in getTypeForEVT() 203 return FixedVectorType::get(Type::getInt1Ty(Context), 1); in getTypeForEVT() 205 return FixedVectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT() 207 return FixedVectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT() 209 return FixedVectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT() 211 return FixedVectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT() 213 return FixedVectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | dict_cidr.in | 1 get 172.16.0.0 2 get 172.16.0.1 3 get 172.16.7.255 4 get 172.16.8.1 5 get 172.16.17.1 6 get 172.17.1.1 7 get 172.17.1.2 8 get 2001:240:5c7:0:2d0:b7ff:fe88:2ca7 9 get 2001:240:5c7:0:2d0:b7ff:febe:ca9f 10 get 1.1.1.1 [all …]
|
| H A D | dict_regexp.in | 1 get true 2 get true1 3 get true2 4 get truefalse2 5 get 3 6 get true3 7 get c 8 get d 9 get ab 10 get aa [all …]
|
| H A D | dict_pcre.in | 1 get true 2 get true1 3 get true2 4 get truefalse2 5 get 3 6 get true3 7 get c 8 get d 9 get 1235 10 get 1234 [all …]
|
| H A D | dict_cidr.ref | 18 > get 172.16.0.0 20 > get 172.16.0.1 22 > get 172.16.7.255 24 > get 172.16.8.1 26 > get 172.16.17.1 28 > get 172.17.1.1 30 > get 172.17.1.2 32 > get 2001:240:5c7:0:2d0:b7ff:fe88:2ca7 34 > get 2001:240:5c7:0:2d0:b7ff:febe:ca9f 36 > get 1.1.1.1 [all …]
|
| H A D | dict_regexp.ref | 13 > get true 15 > get true1 17 > get true2 19 > get truefalse2 21 > get 3 23 > get true3 25 > get c 27 > get d 29 > get ab 31 > get aa [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LocalizationChecker.cpp | 138 UIMethods.insert({&Ctx.Idents.get(#receiver), \ 143 {Ctx.Selectors.getNullarySelector(&Ctx.Idents.get(#method)), argument}); 146 {Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(#method)), argument}); 162 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods() 163 &Ctx.Idents.get("tag")}; in initUIMethods() 166 &Ctx.Idents.get("initWithTitle"), &Ctx.Idents.get("image"), in initUIMethods() 167 &Ctx.Idents.get("selectedImage")}; in initUIMethods() 179 &Ctx.Idents.get("rowActionWithStyle"), &Ctx.Idents.get("title"), in initUIMethods() 180 &Ctx.Idents.get("handler")}; in initUIMethods() 191 &Ctx.Idents.get("radioButtonWithTitle"), &Ctx.Idents.get("target"), in initUIMethods() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | MDBuilder.cpp | 21 return MDString::get(Context, Str); in createString() 25 return ConstantAsMetadata::get(C); in createConstant() 33 createConstant(ConstantFP::get(Type::getFloatTy(Context), Accuracy)); in createFPMath() 34 return MDNode::get(Context, Op); in createFPMath() 50 Vals[i + 1] = createConstant(ConstantInt::get(Int32Ty, Weights[i])); in createBranchWeights() 52 return MDNode::get(Context, Vals); in createBranchWeights() 56 return MDNode::get(Context, None); in createUnpredictable() 68 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, Count))); in createFunctionEntryCount() 73 Ops.push_back(createConstant(ConstantInt::get(Int64Ty, ID))); in createFunctionEntryCount() 75 return MDNode::get(Context, Ops); in createFunctionEntryCount() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
| H A D | ossl_shim.cc | 113 if (SSL_set_ex_data(ssl, g_state_index, state.get()) == 1) { in SetTestState() 126 if (!bio || !BIO_read_filename(bio.get(), file.c_str())) { in LoadCertificate() 129 return bssl::UniquePtr<X509>(PEM_read_bio_X509(bio.get(), NULL, NULL, NULL)); in LoadCertificate() 134 if (!bio || !BIO_read_filename(bio.get(), file.c_str())) { in LoadPrivateKey() 138 PEM_read_bio_PrivateKey(bio.get(), NULL, NULL, NULL)); in LoadPrivateKey() 174 if (pkey && !SSL_use_PrivateKey(ssl, pkey.get())) { in InstallCertificate() 178 if (x509 && !SSL_use_certificate(ssl, x509.get())) { in InstallCertificate() 542 SSL_CTX_set_security_level(ssl_ctx.get(), 0); in SetupCtx() 547 !SSL_CTX_set_max_proto_version(ssl_ctx.get(), TLS1_3_VERSION)) { in SetupCtx() 553 !SSL_CTX_set_max_proto_version(ssl_ctx.get(), TLS1_2_VERSION)) { in SetupCtx() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| H A D | pointer.h | 77 get() const in _GLIBCXX_VISIBILITY() 118 get() const in _GLIBCXX_VISIBILITY() 140 { return (reinterpret_cast<_UIntPtrType>(this->get()) in _GLIBCXX_VISIBILITY() 141 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } in _GLIBCXX_VISIBILITY() 145 { return (reinterpret_cast<_UIntPtrType>(this->get()) in _GLIBCXX_VISIBILITY() 146 == reinterpret_cast<_UIntPtrType>(__rarg.get())); } in _GLIBCXX_VISIBILITY() 170 get() const in _GLIBCXX_VISIBILITY() 192 { return (reinterpret_cast<_UIntPtrType>(this->get()) in _GLIBCXX_VISIBILITY() 193 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } in _GLIBCXX_VISIBILITY() 197 { return (reinterpret_cast<_UIntPtrType>(this->get()) in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| H A D | pointer.h | 77 get() const in _GLIBCXX_VISIBILITY() 118 get() const in _GLIBCXX_VISIBILITY() 140 { return (reinterpret_cast<uintptr_t>(this->get()) in _GLIBCXX_VISIBILITY() 141 < reinterpret_cast<uintptr_t>(__rarg.get())); } in _GLIBCXX_VISIBILITY() 145 { return (reinterpret_cast<uintptr_t>(this->get()) in _GLIBCXX_VISIBILITY() 146 == reinterpret_cast<uintptr_t>(__rarg.get())); } in _GLIBCXX_VISIBILITY() 164 get() const in _GLIBCXX_VISIBILITY() 186 { return (reinterpret_cast<uintptr_t>(this->get()) in _GLIBCXX_VISIBILITY() 187 < reinterpret_cast<uintptr_t>(__rarg.get())); } in _GLIBCXX_VISIBILITY() 191 { return (reinterpret_cast<uintptr_t>(this->get()) in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/ |
| H A D | Parser.py | 63 (ttype, val, curline) = tokens.get() 74 (ttype, val, curline) = tokens.get() 80 (ttype, val, curline) = tokens.get() 84 (ttype, val, curline) = tokens.get() 87 (ttype, val, curline) = tokens.get() 90 (ttype, val, curline) = tokens.get() 96 (ttype, val, curline) = tokens.get() 104 (ttype, val, curline) = tokens.get() 109 (ttype, val, curline) = tokens.get() 115 (ttype, val, curline) = tokens.get() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | NSAPI.cpp | 37 return (ClassIds[K] = &Ctx.Idents.get(ClassName[K])); in getNSClassId() 47 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString")); in getNSStringSelector() 51 &Ctx.Idents.get("stringWithUTF8String")); in getNSStringSelector() 55 &Ctx.Idents.get("initWithUTF8String")); in getNSStringSelector() 59 &Ctx.Idents.get("stringWithCString"), in getNSStringSelector() 60 &Ctx.Idents.get("encoding") in getNSStringSelector() 66 Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString")); in getNSStringSelector() 69 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString")); in getNSStringSelector() 83 Sel = Ctx.Selectors.getNullarySelector(&Ctx.Idents.get("array")); in getNSArraySelector() 86 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray")); in getNSArraySelector() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerBrUnless.cpp | 81 Def->setDesc(TII.get(NE_I32)); in runOnMachineFunction() 85 Def->setDesc(TII.get(EQ_I32)); in runOnMachineFunction() 89 Def->setDesc(TII.get(LE_S_I32)); in runOnMachineFunction() 93 Def->setDesc(TII.get(LT_S_I32)); in runOnMachineFunction() 97 Def->setDesc(TII.get(GE_S_I32)); in runOnMachineFunction() 101 Def->setDesc(TII.get(GT_S_I32)); in runOnMachineFunction() 105 Def->setDesc(TII.get(LE_U_I32)); in runOnMachineFunction() 109 Def->setDesc(TII.get(LT_U_I32)); in runOnMachineFunction() 113 Def->setDesc(TII.get(GE_U_I32)); in runOnMachineFunction() 117 Def->setDesc(TII.get(GT_U_I32)); in runOnMachineFunction() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 51 MDNode::get(Ctx, {MDString::get(Ctx, "llvm.loop.pipeline.disable"), in createPipeliningMetadata() 52 ConstantAsMetadata::get(ConstantInt::get( in createPipeliningMetadata() 65 MDString::get(Ctx, "llvm.loop.pipeline.initiationinterval"), in createPipeliningMetadata() 66 ConstantAsMetadata::get(ConstantInt::get( in createPipeliningMetadata() 68 Args.push_back(MDNode::get(Ctx, Vals)); in createPipeliningMetadata() 107 MDNode::get(Ctx, MDString::get(Ctx, "llvm.loop.unroll.disable"))); in createPartialUnrollMetadata() 119 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.count"), in createPartialUnrollMetadata() 120 ConstantAsMetadata::get(ConstantInt::get( in createPartialUnrollMetadata() 122 Args.push_back(MDNode::get(Ctx, Vals)); in createPartialUnrollMetadata() 127 Metadata *Vals[] = {MDString::get(Ctx, "llvm.loop.unroll.enable")}; in createPartialUnrollMetadata() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ASTTableGen.h | 94 llvm::Record *get() const { in get() function 105 return get()->getLoc(); in getLoc() 110 return get()->isSubClassOf(className); in isSubClassOf() 116 ? NodeClass(get()) : NodeClass()); in getAs() 121 return lhs.get()->getName() < rhs.get()->getName(); 162 return get()->getName(); in getName() 167 return get()->getValueAsOptionalDef(BaseFieldName); in getBase() 172 return get()->getValueAsBit(AbstractFieldName); in isAbstract() 253 return get()->isAnonymous(); in isGenericSpecialization() 259 return get()->getName(); in getAbstractTypeName() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | FormatToken.h | 833 kw_final = &IdentTable.get("final"); in AdditionalKeywords() 834 kw_override = &IdentTable.get("override"); in AdditionalKeywords() 835 kw_in = &IdentTable.get("in"); in AdditionalKeywords() 836 kw_of = &IdentTable.get("of"); in AdditionalKeywords() 837 kw_CF_CLOSED_ENUM = &IdentTable.get("CF_CLOSED_ENUM"); in AdditionalKeywords() 838 kw_CF_ENUM = &IdentTable.get("CF_ENUM"); in AdditionalKeywords() 839 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS"); in AdditionalKeywords() 840 kw_NS_CLOSED_ENUM = &IdentTable.get("NS_CLOSED_ENUM"); in AdditionalKeywords() 841 kw_NS_ENUM = &IdentTable.get("NS_ENUM"); in AdditionalKeywords() 842 kw_NS_OPTIONS = &IdentTable.get("NS_OPTIONS"); in AdditionalKeywords() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 175 static SectionKind get(Kind K) { in get() function 182 static SectionKind getMetadata() { return get(Metadata); } in getMetadata() 183 static SectionKind getText() { return get(Text); } in getText() 184 static SectionKind getExecuteOnly() { return get(ExecuteOnly); } in getExecuteOnly() 185 static SectionKind getReadOnly() { return get(ReadOnly); } in getReadOnly() 187 return get(Mergeable1ByteCString); in getMergeable1ByteCString() 190 return get(Mergeable2ByteCString); in getMergeable2ByteCString() 193 return get(Mergeable4ByteCString); in getMergeable4ByteCString() 195 static SectionKind getMergeableConst4() { return get(MergeableConst4); } in getMergeableConst4() 196 static SectionKind getMergeableConst8() { return get(MergeableConst8); } in getMergeableConst8() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| H A D | nouveau_dma.c | 129 uint32_t get = nvif_rd32(&chan->user, 0x88); in nv50_dma_push_wait() local 130 if (get != prev_get) { in nv50_dma_push_wait() 131 prev_get = get; in nv50_dma_push_wait() 141 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait() 160 int get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() local 161 if (unlikely(get < 0)) { in nv50_dma_wait() 162 if (get == -EINVAL) in nv50_dma_wait() 165 return get; in nv50_dma_wait() 168 if (get <= chan->dma.cur) { in nv50_dma_wait() 175 get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | Math.h | 36 std::fill(Data.get(), Data.get() + Length, InitVal); in Vector() 42 std::copy(V.Data.get(), V.Data.get() + Length, Data.get()); in Vector() 56 return std::equal(Data.get(), Data.get() + Length, V.Data.get()); 83 std::transform(Data.get(), Data.get() + Length, V.Data.get(), Data.get(), 91 return std::min_element(Data.get(), Data.get() + Length) - Data.get(); in minIndex() 101 unsigned *VBegin = reinterpret_cast<unsigned*>(V.Data.get()); in hash_value() 102 unsigned *VEnd = reinterpret_cast<unsigned*>(V.Data.get() + V.Length); in hash_value() 136 std::fill(Data.get(), Data.get() + (Rows * Cols), InitVal); in Matrix() 143 std::copy(M.Data.get(), M.Data.get() + (Rows * Cols), Data.get()); in Matrix() 157 return std::equal(Data.get(), Data.get() + (Rows * Cols), M.Data.get()); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyFunctionDumper.cpp | 44 WithColor(Printer, PDB_ColorItem::Type).get() << ClassParent->getName(); in dumpClassParentWithScopeOperator() 74 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 77 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 84 WithColor(Printer, PDB_ColorItem::Keyword).get() << CC << " "; in start() 86 WithColor(Printer, PDB_ColorItem::Identifier).get() in start() 95 WithColor(Printer, PDB_ColorItem::Identifier).get() << Name; in start() 111 WithColor(Printer, PDB_ColorItem::Keyword).get() << " const"; in start() 113 WithColor(Printer, PDB_ColorItem::Keyword).get() << " volatile"; in start() 121 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start() 124 WithColor(Printer, PDB_ColorItem::Offset).get() in start() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kExpandPseudo.cpp | 106 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dj), MVT::i16, in ExpandMI() 109 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dj), MVT::i32, in ExpandMI() 112 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV16rj), MVT::i32, in ExpandMI() 116 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV8dj), MVT::i16, in ExpandMI() 119 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV8dj), MVT::i32, in ExpandMI() 122 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV16rj), MVT::i32, in ExpandMI() 126 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dp), MVT::i16, in ExpandMI() 129 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV8dp), MVT::i32, in ExpandMI() 132 return TII->ExpandMOVSZX_RM(MIB, true, TII->get(M68k::MOV16rp), MVT::i32, in ExpandMI() 136 return TII->ExpandMOVSZX_RM(MIB, false, TII->get(M68k::MOV8dp), MVT::i16, in ExpandMI() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | setchgpw2.asn1 | 97 Req-get-pw-policy ::= NULL 99 Rep-get-pw-policy ::= SEQUENCE { 106 Err-get-pw-policy ::= NULL 109 Req-get-princ-aliases ::= NULL 111 Rep-get-princ-aliases ::= SEQUENCE { 121 Err-get-princ-aliases ::= NULL 124 Req-get-supported-etypes ::= NULL 126 Rep-get-supported-etypes ::= SEQUENCE OF ENCTYPE 128 Err-get-supported-etypes ::= NULL 136 get-pw-policy[3] Req-get-pw-policy, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIFunctionClassifier.cpp | 30 IdentInfo_MPI_Send = &ASTCtx.Idents.get("MPI_Send"); in initPointToPointIdentifiers() 35 IdentInfo_MPI_Isend = &ASTCtx.Idents.get("MPI_Isend"); in initPointToPointIdentifiers() 41 IdentInfo_MPI_Ssend = &ASTCtx.Idents.get("MPI_Ssend"); in initPointToPointIdentifiers() 46 IdentInfo_MPI_Issend = &ASTCtx.Idents.get("MPI_Issend"); in initPointToPointIdentifiers() 52 IdentInfo_MPI_Bsend = &ASTCtx.Idents.get("MPI_Bsend"); in initPointToPointIdentifiers() 57 IdentInfo_MPI_Ibsend = &ASTCtx.Idents.get("MPI_Ibsend"); in initPointToPointIdentifiers() 63 IdentInfo_MPI_Rsend = &ASTCtx.Idents.get("MPI_Rsend"); in initPointToPointIdentifiers() 68 IdentInfo_MPI_Irsend = &ASTCtx.Idents.get("MPI_Irsend"); in initPointToPointIdentifiers() 73 IdentInfo_MPI_Recv = &ASTCtx.Idents.get("MPI_Recv"); in initPointToPointIdentifiers() 78 IdentInfo_MPI_Irecv = &ASTCtx.Idents.get("MPI_Irecv"); in initPointToPointIdentifiers() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
| H A D | tsan_clock_test.cc | 28 ASSERT_EQ(clk.get(0), 1U); in TEST() 29 clk.set(&cache, 3, clk.get(3) + 1); in TEST() 31 ASSERT_EQ(clk.get(0), 1U); in TEST() 32 ASSERT_EQ(clk.get(1), 0U); in TEST() 33 ASSERT_EQ(clk.get(2), 0U); in TEST() 34 ASSERT_EQ(clk.get(3), 1U); in TEST() 35 clk.set(&cache, 3, clk.get(3) + 1); in TEST() 36 ASSERT_EQ(clk.get(3), 2U); in TEST() 90 ASSERT_EQ(vector2.get(0), 0U); in TEST() 91 ASSERT_EQ(vector2.get(1), 0U); in TEST() [all …]
|