| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | TpiHashing.h | 22 uint32_t Forward) in TagRecordHash() 23 : FullRecordHash(Full), ForwardDeclHash(Forward), Class(std::move(CR)) { in TagRecordHash() 28 uint32_t Forward) in TagRecordHash() 29 : FullRecordHash(Full), ForwardDeclHash(Forward), Enum(std::move(ER)) { in TagRecordHash() 34 uint32_t Forward) in TagRecordHash() 35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { in TagRecordHash()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | readconf.h | 105 struct Forward *local_forwards; 109 struct Forward *remote_forwards; 229 int parse_forward(struct Forward *, const char *, int, int); 237 void add_local_forward(Options *, const struct Forward *); 238 void add_remote_forward(Options *, const struct Forward *);
|
| H A D | channels.h | 315 struct Forward; 332 int channel_request_remote_forwarding(struct ssh *, struct Forward *); 333 int channel_setup_local_fwd_listener(struct ssh *, struct Forward *, 335 int channel_request_rforward_cancel(struct ssh *, struct Forward *); 336 int channel_setup_remote_fwd_listener(struct ssh *, struct Forward *, 338 int channel_cancel_rport_listener(struct ssh *, struct Forward *); 339 int channel_cancel_lport_listener(struct ssh *, struct Forward *,
|
| H A D | misc.h | 24 struct Forward { struct 35 int forward_equals(const struct Forward *, const struct Forward *); argument
|
| H A D | mux.c | 529 format_forward(u_int ftype, struct Forward *fwd) in format_forward() 575 compare_forward(struct Forward *a, struct Forward *b) in compare_forward() 598 struct Forward *rfwd; in mux_confirm_remote_forward() 685 struct Forward fwd; in mux_master_process_open_fwd() 850 struct Forward fwd, *found_fwd; in mux_master_process_close_fwd() 1742 mux_client_forward(int fd, int cancel_flag, u_int ftype, struct Forward *fwd) in mux_client_forward()
|
| H A D | readconf.c | 379 add_local_forward(Options *options, const struct Forward *newfwd) in add_local_forward() 381 struct Forward *fwd; in add_local_forward() 408 add_remote_forward(Options *options, const struct Forward *newfwd) in add_remote_forward() 410 struct Forward *fwd; in add_remote_forward() 957 struct Forward fwd; in process_config_line_depth() 2906 parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd) in parse_forward() 3244 dump_cfg_forwards(OpCodes code, u_int count, const struct Forward *fwds) in dump_cfg_forwards() 3246 const struct Forward *fwd; in dump_cfg_forwards()
|
| H A D | channels.c | 3336 struct Forward *fwd, int *allocated_listen_port, 3494 struct Forward *fwd, struct ForwardOptions *fwd_opts) 3610 channel_cancel_rport_listener(struct ssh *ssh, struct Forward *fwd) 3686 struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) 3700 struct Forward *fwd, struct ForwardOptions *fwd_opts) 3713 remote_open_match(struct permission *allowed_open, struct Forward *fwd) 3740 check_rfwd_permission(struct ssh *ssh, struct Forward *fwd) 3776 channel_setup_remote_fwd_listener(struct ssh *ssh, struct Forward *fwd, 3832 channel_request_remote_forwarding(struct ssh *ssh, struct Forward *fwd) 4021 channel_request_rforward_cancel(struct ssh *ssh, struct Forward *fwd)
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 310 ForEachMatchingDC(Tag, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() 317 Forward.MapImported(SourceTag, Tag); in CompleteType() 318 if (llvm::Error Err = Forward.ImportDefinition(SourceTag)) in CompleteType() 328 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() argument 337 Forward.MapImported(SourceInterface, Interface); in CompleteType() 338 if (llvm::Error Err = Forward.ImportDefinition(SourceInterface)) in CompleteType() 349 [&](ASTImporter &Forward, ASTImporter &Reverse, in CanComplete() argument 490 [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalVisibleDeclsByName() 500 FilterFoundDecl(std::make_pair(FromD, &Forward)); in FindExternalVisibleDeclsByName() 531 ForEachMatchingDC(DC, [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalLexicalDecls() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AliasSetTracker.h | 114 if (AS->Forward) { in getAliasSet() 143 AliasSet *Forward = nullptr; variable 211 bool isForwardingAliasSet() const { return Forward; } in isForwardingAliasSet() 286 if (!Forward) return this; in getForwardedTarget() 288 AliasSet *Dest = Forward->getForwardedTarget(AST); in getForwardedTarget() 289 if (Dest != Forward) { in getForwardedTarget() 291 Forward->dropRef(AST); in getForwardedTarget() 292 Forward = Dest; in getForwardedTarget()
|
| H A D | LoopAccessAnalysis.h | 124 Forward, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 50 assert(!Forward && "This set is a forwarding set!!"); in mergeSetIn() 90 AS.Forward = this; // Forward across AS now... in mergeSetIn() 110 if (AliasSet *Fwd = AS->Forward) { in removeAliasSet() 112 AS->Forward = nullptr; in removeAliasSet() 308 if (AS.Forward) in mergeAliasSetsForPointer() 333 if (AS.Forward || !AS.aliasesUnknownInst(Inst, AA)) in findAliasSetForUnknownInst() 524 if (AS.Forward) in add() 613 AliasSet *FwdTo = Cur->Forward; in mergeAllAliasSets() 615 Cur->Forward = AliasAnyAS; in mergeAllAliasSets() 656 if (Forward) in print() [all …]
|
| H A D | LoopAccessAnalysis.cpp | 1269 case Forward: in isSafeForVectorization() 1286 case Forward: in isBackward() 1305 case Forward: in isForward() 1562 return Dependence::Forward; in isDependent() 1569 return Dependence::Forward; in isDependent()
|
| /freebsd-13.1/contrib/less/ |
| H A D | less.hlp | 14 e ^E j ^N CR * Forward one line (or _N lines). 16 f ^F ^V SPACE * Forward one window (or _N lines). 18 z * Forward one window (and set window to _N). 20 ESC-SPACE * Forward one window, but don't stop at end-of-file. 21 d ^D * Forward one half-window (and set half-window to _N). 27 F Forward forever; like "tail -f". 199 Forward scroll limit.
|
| /freebsd-13.1/contrib/unbound/testdata/fwd_udp_with_tcp_upstream.tdir/ |
| H A D | fwd_udp_with_tcp_upstream.dsc | 3 Description: Forward an UDP packet to upstream via TCP and return reply.
|
| /freebsd-13.1/sys/teken/ |
| H A D | sequences | 39 CHT Cursor Forward Tabulation ^[ [ I n 46 CUF Cursor Forward ^[ [ C n 47 CUF Cursor Forward ^[ [ a n
|
| /freebsd-13.1/contrib/dialog/samples/ |
| H A D | textbox.txt | 16 '/' - Forward search
|
| /freebsd-13.1/contrib/googletest/googlemock/docs/ |
| H A D | ForDummies.md | 58 virtual void Forward(int distance) = 0; 68 …a trace using `PenUp()` and `PenDown()`, and control its movement using `Forward()`, `Turn()`, and… 93 MOCK_METHOD1(Forward, void(int distance)); 238 EXPECT_CALL(turtle, Forward(100)); 241 …y only what's necessary - no more, no less.). If you care to check that `Forward()` will be called… 247 EXPECT_CALL(turtle, Forward(_)); 257 EXPECT_CALL(turtle, Forward(Ge(100))); 341 EXPECT_CALL(turtle, Forward(_)); // #1 342 EXPECT_CALL(turtle, Forward(10)) // #2 346 …Forward(10)` is called three times in a row, the third time it will be an error, as the last match… [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFPStack.td | 193 [!if(Forward, 200 [!if(Forward, 207 [!if(Forward, 214 [!if(Forward, 221 [!if(Forward, 235 [!if(Forward, 242 [!if(Forward, 249 [!if(Forward, 256 [!if(Forward, 263 [!if(Forward, [all …]
|
| /freebsd-13.1/share/misc/ |
| H A D | usb_hid_usages | 199 0x22 Pitch Forward/Backward 202 0x25 Move Forward/Backward 205 0x28 Lean Forward/Backward 504 0x31 Forward 508 0x35 Fast Forward 559 0x28 Forward Calls 683 0xB3 Fast Forward 696 0xC0 Frame Forward 702 0xC6 Search Mark Forward 856 0x225 AC Forward [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 313 if (ResolveCompilerType(ResolveState::Forward)) { in DumpValue() 594 m_compiler_type_resolve_state = ResolveState::Forward; in ResolveCompilerType() 626 encoding_compiler_type_resolve_state = ResolveState::Forward; in ResolveCompilerType() 657 ResolveCompilerType(ResolveState::Forward); in GetForwardCompilerType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/ |
| H A D | interfaces.swig | 13 /* Forward declaration of SB classes. */
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/misc/ |
| H A D | xlnx,sd-fec.txt | 3 The Soft Decision Forward Error Correction (SDFEC) Engine is a Hard IP block
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_malloc_mac.inc | 294 // Forward declare and expect the implementation to provided by 316 // Forward declare and expect the implementation to provided by
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | mail.news | 13 0 string/t Forward\ to mail forwarding text
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 446 type_resolve_state = Type::ResolveState::Forward; in CreateLLDBTypeFromPDBType() 449 type_resolve_state = Type::ResolveState::Forward; in CreateLLDBTypeFromPDBType() 756 lldb_private::Type::ResolveState::Forward); in CreateLLDBTypeFromPDBType()
|