Home
last modified time | relevance | path

Searched refs:SA (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/netbsd/share/mk/
H A Dbsd.doc.mk69 realall: ${SA}.txt
72 realall: ${SA}.html
127 ${SA}.txt: ${SRCS2.${SA}} ${DEPSRCS2.${SA}}
132 ${SA}.ps: ${SRCS2.${SA}} ${DEPSRCS2.${SA}}
138 ${SA}.pdf: ${SRCS2.${SA}} ${DEPSRCS2.${SA}}
143 ${SA}.html: ${SRCS2.${SA}} ${DEPSRCS2.${SA}}
146 -P -I -P ${SA} \
149 ${SA}.ps.gz: ${SA}.ps
158 DOCINST+=${SA}.txt ${SA}.${PRINTABLE}
185 rm -f ${SA}.txt ${SA}.ps ${SA}.ps.gz ${SA}.html
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp236 Args.push_back(SA(Value)); in denormalizeStringImpl()
587 denormalizeSimpleFlag(Args, SA(Opt.getPrefix() + Opt.getName()), SA, in GenerateArg()
596 denormalizeString(Args, SA(Opt.getPrefix() + Opt.getName()), SA, in GenerateArg()
1489 SA); in GenerateCodeGenArgs()
1523 SA); in GenerateCodeGenArgs()
2508 SA); in GenerateFrontendArgs()
2893 It->Path, SA); in GenerateHeaderSearchArgs()
3531 SA); in GenerateLangArgs()
4121 SA); in GeneratePreprocessorArgs()
4317 SA); in GenerateTargetArgs()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-outof-ssa.h52 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/external/gpl3/gcc/dist/gcc/
H A Dtree-outof-ssa.h52 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/tests/ipf/input/
H A Df308 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 Df112 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/tests/ipf/expected/
H A Di71 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/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp63 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 DHexagonRDFOpt.cpp165 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/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp280 : SA(IdxCtx), ref_cnt(0) { in AttrListInfo()
333 ScratchAlloc SA(IdxCtx); in create() local
468 ScratchAlloc SA(*this); in ppIncludedFile() local
551 ScratchAlloc SA(*this); in handleDecl() local
672 ScratchAlloc SA(*this); in handleObjCInterface() local
728 ScratchAlloc SA(*this); in handleObjCProtocol() local
742 ScratchAlloc SA(*this); in handleObjCCategory() local
774 ScratchAlloc SA(*this); in handleObjCCategoryImpl() local
836 ScratchAlloc SA(*this); in handleObjCProperty() local
910 ScratchAlloc SA(*this); in handleReference() local
[all …]
/netbsd/external/apache2/mDNSResponder/dist/mDNSShared/
H A DCommonServices.h498 … #define SOCKADDR_IS_IP_LOOPBACK( SA ) \ argument
499 ( ( (const struct sockaddr *)( SA ) )->sa_family == AF_INET ) \
500 ? ( ( (const struct sockaddr_in *)( SA ) )->sin_addr.s_addr == htonl( INADDR_LOOPBACK ) ) \
501 : ( ( (const struct sockaddr *)( SA ) )->sa_family == AF_INET6 ) \
502 ? IN6_IS_ADDR_LOOPBACK( &( (const struct sockaddr_in6 *)( SA ) )->sin6_addr ) \
505 … #define SOCKADDR_IS_IP_LOOPBACK( SA ) \ argument
506 ( ( (const struct sockaddr *)( SA ) )->sa_family == AF_INET ) \
507 ? ( ( (const struct sockaddr_in *)( SA ) )->sin_addr.s_addr == htonl( INADDR_LOOPBACK ) ) \
519 … ( ( ( (const struct sockaddr *)( SA ) )->sa_family == AF_INET ) \
520 … ? ( ( ( (uint8_t *)( &( (const struct sockaddr_in *)( SA ) )->sin_addr ) )[ 0 ] == 169 ) && \
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectWriter.cpp27 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/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp209 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/tests/ipf/regress/
H A Df131 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/crypto/dist/ipsec-tools/src/racoon/
H A DTODO14 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/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Drfc2409.txt144 SA is an SA negotiation payload with one or more proposals. An
308 SA as well as less than one DH exponentiation per SA. "Main Mode"
484 SA payload and there MUST NOT be multiple SA payloads. This document
650 HDR, SA -->
665 HDR, SA, [ HASH(1),] KE,
765 HDR, SA, [ HASH(1),]
908 SA, in progress at any one time.
961 HDR*, HASH(1), SA, Ni
1058 SA. In this case (negotiation of two SA payloads) the result would be
1079 HDR*, HASH(1), SA -->
[all …]
H A Drfc2408.txt377 SA attributes. The separation of ISAKMP from a specific SA
761 SA", "TLS SA").
763 ISAKMP SA: An SA used by the ISAKMP servers to protect their own
1158 establishment, SA notification, or SA deletion.
1161 to an SA establishment request, SA notification, or SA deletion.
2541 SA is an SA negotiation payload with one or more Proposal and
2564 SAs. An SA establishment message consists of a single SA payload
2569 Proposal payload included with the SA payload. The SA Payload
2791 Deletion of the old SA can be done anytime after the new SA is
2999 (1) HDR; SA; NONCE => Begin ISAKMP-SA or
[all …]
/netbsd/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeMIPS_64.c40 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()
83 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 32), dst_ar)); in load_immediate()
116 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 48), dst_ar)); 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()
330 return push_inst(compiler, OR | SA(OTHER_FLAG) | TA(EQUAL_FLAG) | DA(OTHER_FLAG), OTHER_FLAG); in emit_single_op()
334 FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(TMP_REG2) | IMM(src2), DR(TMP_REG2))); in emit_single_op()
356 FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(TMP_REG2) | IMM(src2), DR(TMP_REG2))); in emit_single_op()
[all …]
H A DsljitNativeMIPS_32.c34 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()
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()
265 FAIL_IF(push_inst(compiler, ADDIU | SA(0) | T(TMP_REG2) | IMM(src2), DR(TMP_REG2))); in emit_single_op()
[all …]
/netbsd/external/bsd/ipf/dist/rules/
H A Dexample.1011 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/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DObjCARCAliasAnalysis.cpp47 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/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp341 std::unique_ptr<SplitAnalysis> SA; member in __anon2e7c457e0111::RAGreedy
1357 BitVector Todo = SA->getThroughBlocks(); in growRegion()
1413 if (!SA->getNumThroughBlocks()) in calcCompactRegion()
1709 Register Reg = SA->getParent().reg(); in splitAroundRegion()
1756 BitVector Todo = SA->getThroughBlocks(); in splitAroundRegion()
2240 if (SA->getUseBlocks().size() != 1) in tryLocalSplit()
2478 SA->analyze(&VirtReg); in trySplit()
2488 SA->analyze(&VirtReg); in trySplit()
2494 if (SA->didRepairRange()) { in trySplit()
2813 SA->analyze(&VirtReg); in tryAssignCSRFirstTime()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-fixed.md203 [(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/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-fixed.md203 [(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/external/gpl3/gcc.old/dist/libgcc/config/avr/
H A Dt-avr224 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

12345678910>>...14