| /netbsd-src/share/mk/ |
| H A D | bsd.doc.mk | 67 .for SA in ${SUBARTICLES} 69 realall: ${SA}.txt 70 realall: ${SA}.${PRINTABLE} 72 realall: ${SA}.html 91 .for SA in ${SUBARTICLES} 107 .for S in ${SRCS.${SA}} 108 SRCS2.${SA}+=${${S}:P} 110 .for S in ${DEPSRCS.${SA}} 111 DEPSRCS2.${SA}+=${${S}:P} 127 ${SA}.txt: ${SRCS2.${SA}} ${DEPSRCS2.${SA}} [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 228 CompilerInvocation::StringAllocator SA, in denormalizeStringImpl() argument 236 Args.push_back(SA(Value)); in denormalizeStringImpl() 240 Args.push_back(SA(Twine(Spelling) + Value)); in denormalizeStringImpl() 251 CompilerInvocation::StringAllocator SA, in denormalizeString() argument 253 denormalizeStringImpl(Args, Spelling, SA, OptClass, TableIndex, Twine(Value)); in denormalizeString() 296 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnumImpl() argument 302 denormalizeString(Args, Spelling, SA, OptClass, TableIndex, in denormalizeSimpleEnumImpl() 313 CompilerInvocation::StringAllocator SA, in denormalizeSimpleEnum() argument 316 return denormalizeSimpleEnumImpl(Args, Spelling, SA, OptClass, TableIndex, in denormalizeSimpleEnum() 353 CompilerInvocation::StringAllocator SA, in denormalizeStringVector() argument [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-outof-ssa.h | 52 extern struct ssaexpand SA; 59 int p = partition_find (SA.map->var_partition, SSA_NAME_VERSION (exp)); in get_rtx_for_ssa_name() 60 if (SA.map->partition_to_view) in get_rtx_for_ssa_name() 61 p = SA.map->partition_to_view[p]; in get_rtx_for_ssa_name() 63 return SA.partition_to_pseudo[p]; in get_rtx_for_ssa_name() 72 if (SA.values && bitmap_bit_p (SA.values, v)) in get_gimple_for_ssa_name()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-outof-ssa.h | 52 extern struct ssaexpand SA; 59 int p = partition_find (SA.map->var_partition, SSA_NAME_VERSION (exp)); in get_rtx_for_ssa_name() 60 if (SA.map->partition_to_view) in get_rtx_for_ssa_name() 61 p = SA.map->partition_to_view[p]; in get_rtx_for_ssa_name() 63 return SA.partition_to_pseudo[p]; in get_rtx_for_ssa_name() 72 if (SA.values && bitmap_bit_p (SA.values, v)) in get_gimple_for_ssa_name()
|
| /netbsd-src/tests/ipf/input/ |
| H A D | f30 | 8 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12345 SA opt rr,ts 9 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12345 SA opt rr 10 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12345 SA 13 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12346 SA opt sec-class=topsecret 14 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12346 SA opt ts,sec-class=secret 15 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12346 SA opt sec-class=secret 16 in on hme1 tcp 2.1.1.1,22 1.1.1.1,12346 SA
|
| H A D | f11 | 2 in on e0 tcp 1.1.1.1,1 2.1.2.2,24 SA seq=1 ack=1 3 in on e1 tcp 2.1.2.2,23 1.1.1.1,2 SA seq=101 ack=2 4 in on e1 tcp 2.1.2.2,23 1.1.1.1,1 SA seq=101 ack=2
|
| /netbsd-src/tests/ipf/expected/ |
| H A D | i7 | 1 pass in on ed0(!) inet proto tcp from 127.0.0.1/32 to 127.0.0.1/32 port = 23 flags S/SA 5 pass in on lo0(!) proto tcp from any to any flags S/SA 6 block in on lo0(!) proto tcp from any to any flags S/SA 9 pass in on lo0(!) proto tcp from any to any flags S/SA 10 pass in on lo0(!) proto tcp from any to any flags S/SA 11 block in on lo0(!) proto tcp from any to any flags S/SA 14 pass in on lo0(!) proto tcp from any to any flags S/SA
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | RDFCopy.cpp | 63 void CopyPropagation::recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM) { in recordCopy() argument 64 CopyMap.insert(std::make_pair(SA.Id, EM)); in recordCopy() 65 Copies.push_back(SA.Id); in recordCopy() 74 NodeAddr<StmtNode*> SA = IA; in scanBlock() local 76 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock() 77 recordCopy(SA, EM); in scanBlock() 138 auto SA = DFG.addr<InstrNode*>(C); in run() local 139 auto FS = CopyMap.find(SA.Id); in run() 144 for (NodeAddr<DefNode*> DA : SA.Addr->members_if(DFG.IsDef, DFG)) { in run() 153 NodeId AtCopy = getLocalReachingDef(SR, SA); in run()
|
| H A D | HexagonRDFOpt.cpp | 165 NodeAddr<StmtNode*> SA = TA; in run() local 166 for (NodeAddr<RefNode*> RA : SA.Addr->members(DFG)) { in run() 167 R2I.insert(std::make_pair(RA.Id, SA.Id)); in run() 169 if (!DeadInstrs.count(SA.Id)) in run() 170 PartlyDead.insert(SA.Id); in run() 180 auto SA = DFG.addr<StmtNode*>(N); in run() local 182 dbgs() << "Partly dead: " << *SA.Addr->getCode(); in run() 183 Changed |= rewrite(SA, Remove); in run()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 240 ScratchAlloc &SA) { in ObjCProtocolListInfo() argument 247 IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA); in ObjCProtocolListInfo() 280 : SA(IdxCtx), ref_cnt(0) { in AttrListInfo() 319 IdxCtx.getEntityInfo(InterD, IBInfo.ClassInfo, SA); in AttrListInfo() 333 ScratchAlloc SA(IdxCtx); in create() local 334 AttrListInfo *attrs = SA.allocate<AttrListInfo>(); in create() 340 ScratchAlloc &SA) { in CXXBasesListInfo() argument 357 IdxCtx.getEntityInfo(BaseD, BaseEntities.back(), SA); in CXXBasesListInfo() 468 ScratchAlloc SA(*this); in ppIncludedFile() local 470 SA.toCStr(filename), in ppIncludedFile() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCObjectWriter.cpp | 27 const MCSymbol &SA = A->getSymbol(); in isSymbolRefDifferenceFullyResolved() local 29 if (SA.isUndefined() || SB.isUndefined()) in isSymbolRefDifferenceFullyResolved() 32 if (!SA.getFragment() || !SB.getFragment()) in isSymbolRefDifferenceFullyResolved() 35 return isSymbolRefDifferenceFullyResolvedImpl(Asm, SA, SB, InSet); in isSymbolRefDifferenceFullyResolved()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugRnglists.cpp | 209 if (auto SA = LookupPooledAddress(Value0)) in dump() local 210 CurrentBase = SA->Address; in dump() 243 if (auto SA = LookupPooledAddress(Value0)) in dump() local 244 Start = SA->Address; in dump() 251 if (auto SA = LookupPooledAddress(Value0)) in dump() local 252 Start = SA->Address; in dump() 254 if (auto SA = LookupPooledAddress(Value1)) in dump() local 255 End = SA->Address; in dump()
|
| /netbsd-src/tests/ipf/regress/ |
| H A D | f13 | 1 pass in proto tcp from any to any port = 25 flags S/SA keep frags 2 block in proto tcp from any to any port = 25 flags S/SA keep frags 5 pass in proto tcp from any to any port = 25 flags S/SA keep state keep frags 6 block in proto tcp from any to any port = 25 flags S/SA keep state keep frags
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| H A D | rfc2409.txt | 144 SA is an SA negotiation payload with one or more proposals. An 151 SAi_b is the entire body of the SA payload (minus the ISAKMP 201 SKEYID_e is the keying material used by the ISAKMP SA to protect 204 SKEYID_a is the keying material used by the ISAKMP SA to 252 A security association (SA) is a set of policy and key(s) used to 253 protect information. The ISAKMP SA is the shared policy and key(s) 270 ISAKMP Security Association (SA). "Main Mode" and "Aggressive Mode" 292 The ISAKMP SA is bi-directional. That is, once established, either 294 Exchanges. Per the base ISAKMP document, the ISAKMP SA is identified 298 continues to identify the ISAKMP SA regardless of the direction the [all …]
|
| H A D | rfc2408.txt | 35 for establishing Security Associations (SA) and cryptographic keys in 210 negotiate, modify and delete Security Associations (SA). SAs contain 236 the format of SA attributes, and for negotiating, modifying, and 348 (SA) support, which provides mechanism and algorithm independence, 353 A Security Association (SA) is a relationship between two or more 359 SA, but this is just a physical instantiation of the existing 363 adhere to the SA for secure communications to be possible. When 364 accessing SA attributes, entities use a pointer or identifier refered 366 on IP Security Associations (SA) and Security Parameter Index (SPI) 371 The SA attributes required and recommended for the IP Security (AH, [all …]
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | TODO | 14 o IPComp SA with wellknown CPI in CPI field. how to handle it? 28 how to guess a reasonable phase 1 SA lifetime 106 - PRU_QUENCH on "no SA found on output" 107 - kick tcp retransmission timer on first SA establishment 111 o rate-limit log messages from kernel IPsec errors, like "no SA found". 123 - Policy change events while under SA load 124 - End-to-End SA through IPsec tunnels, initiation both ways 125 - Client End-to-End through client-to-GW tunnel SA, initiate from 127 - Client-to-GW transport SA for secure management
|
| /netbsd-src/sys/external/bsd/sljit/dist/sljit_src/ |
| H A D | sljitNativeMIPS_64.c | 40 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate() 43 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate() 47 …return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SL… in load_immediate() 83 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 32), dst_ar)); in load_immediate() 91 …return !(imm & 0xffff) ? SLJIT_SUCCESS : push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(i… in load_immediate() 116 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 48), dst_ar)); in load_immediate() 120 …return !(imm & 0xffff) ? SLJIT_SUCCESS : push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(i… in load_immediate() 233 return push_inst(compiler, XORI | SA(EQUAL_FLAG) | TA(EQUAL_FLAG) | IMM(1), EQUAL_FLAG); in emit_single_op() 239 …FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM((op & SLJIT_I32_OP) ? 32 : 64), UNMOVABLE_I… in emit_single_op() 240 FAIL_IF(push_inst(compiler, SELECT_OP(DADDIU, ADDIU) | SA(0) | T(dst) | IMM(-1), DR(dst))); in emit_single_op() [all …]
|
| H A D | sljitNativeMIPS_32.c | 34 return push_inst(compiler, ORI | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate() 37 return push_inst(compiler, ADDIU | SA(0) | TA(dst_ar) | IMM(imm), dst_ar); in load_immediate() 40 …return (imm & 0xffff) ? push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(imm), dst_ar) : SL… in load_immediate() 142 return push_inst(compiler, XORI | SA(EQUAL_FLAG) | TA(EQUAL_FLAG) | IMM(1), EQUAL_FLAG); in emit_single_op() 148 FAIL_IF(push_inst(compiler, ORI | SA(0) | T(dst) | IMM(32), UNMOVABLE_INS)); in emit_single_op() 149 FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(dst) | IMM(-1), DR(dst))); in emit_single_op() 177 FAIL_IF(push_inst(compiler, ADDIU | SA(0) | TA(OTHER_FLAG) | IMM(src2), OTHER_FLAG)); in emit_single_op() 218 FAIL_IF(push_inst(compiler, ADDIU | SA(0) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG)); in emit_single_op() 239 return push_inst(compiler, OR | SA(OTHER_FLAG) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG); in emit_single_op() 243 FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(TMP_REG2) | IMM(src2), DR(TMP_REG2))); in emit_single_op() [all …]
|
| /netbsd-src/external/bsd/ipf/dist/rules/ |
| H A D | example.10 | 11 block in on le0 proto tcp from any to 10.1.0.0/16 flags S/SA 13 block out on le0 proto tcp from 10.1.0.0 to any flags SA/SA
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ObjCARCAliasAnalysis.cpp | 47 const Value *SA = GetRCIdentityRoot(LocA.Ptr); in alias() local 50 AAResultBase::alias(MemoryLocation(SA, LocA.Size, LocA.AATags), in alias() 57 const Value *UA = GetUnderlyingObjCPtr(SA); in alias() 59 if (UA != SA || UB != SB) { in alias()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 341 std::unique_ptr<SplitAnalysis> SA; member in __anone1e285680111::RAGreedy 1231 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks(); in addSplitConstraints() 1271 SA->getFirstSplitPoint(BC.Number))) in addSplitConstraints() 1277 if (Intf.last() >= SA->getLastSplitPoint(BC.Number)) { in addSplitConstraints() 1330 SA->getFirstSplitPoint(Number))) in addThroughConstraints() 1339 if (Intf.last() >= SA->getLastSplitPoint(Number)) in addThroughConstraints() 1357 BitVector Todo = SA->getThroughBlocks(); in growRegion() 1413 if (!SA->getNumThroughBlocks()) in calcCompactRegion() 1456 ArrayRef<SplitAnalysis::BlockInfo> UseBlocks = SA->getUseBlocks(); in calcSpillCost() 1609 Register VirtRegToSplit = SA->getParent().reg(); in calcGlobalSplitCost() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm-fixed.md | 203 [(set (match_operand:SA 0 "s_register_operand") 204 (mult:SA (match_operand:SA 1 "s_register_operand") 205 (match_operand:SA 2 "s_register_operand")))] 244 [(parallel [(set (match_operand:SA 0 "s_register_operand") 245 (ss_mult:SA (match_operand:SA 1 "s_register_operand") 246 (match_operand:SA 2 "s_register_operand"))) 258 [(set (match_operand:SA 0 "s_register_operand" "=r") 259 (ss_mult:SA (match_operand:SA 1 "s_register_operand" "r") 260 (match_operand:SA 2 "s_register_operand" "r")))
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm-fixed.md | 203 [(set (match_operand:SA 0 "s_register_operand") 204 (mult:SA (match_operand:SA 1 "s_register_operand") 205 (match_operand:SA 2 "s_register_operand")))] 244 [(parallel [(set (match_operand:SA 0 "s_register_operand") 245 (ss_mult:SA (match_operand:SA 1 "s_register_operand") 246 (match_operand:SA 2 "s_register_operand"))) 258 [(set (match_operand:SA 0 "s_register_operand" "=r") 259 (ss_mult:SA (match_operand:SA 1 "s_register_operand" "r") 260 (match_operand:SA 2 "s_register_operand" "r")))
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/ |
| H A D | t-avr | 224 SI USI SQ USQ SA USA \ 235 conv_to_sf_modes = QQ UQQ HQ UHQ HA UHA SQ USQ SA USA 236 conv_from_sf_modes = QQ UQQ HQ UHQ HA UHA SA USA 250 allfix_modes = QQ UQQ HQ UHQ HA UHA SQ USQ SA USA DA UDA DQ UDQ TQ UTQ TA UTA 262 ssat_modes = QQ HQ HA SQ SA DQ DA TQ TA 273 smul_modes = QQ HQ HA SA 275 sdiv_modes = QQ HQ HA SA 287 ssmul_modes = HA SA
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/ |
| H A D | t-avr | 224 SI USI SQ USQ SA USA \ 235 conv_to_sf_modes = QQ UQQ HQ UHQ HA UHA SQ USQ SA USA 236 conv_from_sf_modes = QQ UQQ HQ UHQ HA UHA SA USA 250 allfix_modes = QQ UQQ HQ UHQ HA UHA SQ USQ SA USA DA UDA DQ UDQ TQ UTQ TA UTA 262 ssat_modes = QQ HQ HA SQ SA DQ DA TQ TA 273 smul_modes = QQ HQ HA SA 275 sdiv_modes = QQ HQ HA SA 287 ssmul_modes = HA SA
|