| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | TpiHashing.h | 23 uint32_t Forward) in TagRecordHash() 24 : FullRecordHash(Full), ForwardDeclHash(Forward), Class(std::move(CR)) { in TagRecordHash() 29 uint32_t Forward) in TagRecordHash() 30 : FullRecordHash(Full), ForwardDeclHash(Forward), Enum(std::move(ER)) { in TagRecordHash() 35 uint32_t Forward) in TagRecordHash() 36 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { in TagRecordHash()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 45 assert(!AS.Forward && "Alias set is already forwarding!"); in mergeSetIn() 46 assert(!Forward && "This set is a forwarding set!!"); in mergeSetIn() 82 AS.Forward = this; // Forward across AS now... in mergeSetIn() 90 if (AliasSet *Fwd = AS->Forward) { in removeAliasSet() 92 AS->Forward = nullptr; in removeAliasSet() 225 if (AS.Forward) in mergeAliasSetsForMemoryLocation() 258 if (AS.Forward || !isModOrRefSet(AS.aliasesUnknownInst(Inst, AA))) in findAliasSetForUnknownInst() 441 if (AS.Forward) in add() 476 AliasSet *FwdTo = Cur->Forward; in mergeAllAliasSets() 478 Cur->Forward = AliasAnyAS; in mergeAllAliasSets() [all …]
|
| H A D | LoopAccessAnalysis.cpp | 1750 case Forward: in isSafeForVectorization() 1768 case Forward: in isBackward() 1788 case Forward: in isForward() 2172 return Dependence::Forward; in isDependent() 2202 return Dependence::Forward; in isDependent() 2799 case MemoryDepChecker::Dependence::Forward: in emitUnsafeDependenceRemark()
|
| /freebsd/crypto/openssh/ |
| H A D | readconf.h | 106 struct Forward *local_forwards; 110 struct Forward *remote_forwards; 248 int parse_forward(struct Forward *, const char *, int, int); 256 void add_local_forward(Options *, const struct Forward *); 257 void add_remote_forward(Options *, const struct Forward *);
|
| H A D | channels.h | 360 struct Forward; 377 int channel_request_remote_forwarding(struct ssh *, struct Forward *); 378 int channel_setup_local_fwd_listener(struct ssh *, struct Forward *, 380 int channel_request_rforward_cancel(struct ssh *, struct Forward *); 381 int channel_setup_remote_fwd_listener(struct ssh *, struct Forward *, 383 int channel_cancel_rport_listener(struct ssh *, struct Forward *); 384 int channel_cancel_lport_listener(struct ssh *, struct Forward *,
|
| H A D | misc.h | 31 struct Forward { struct 42 int forward_equals(const struct Forward *, const struct Forward *); argument
|
| H A D | mux.c | 521 format_forward(u_int ftype, struct Forward *fwd) in format_forward() 567 compare_forward(struct Forward *a, struct Forward *b) in compare_forward() 590 struct Forward *rfwd; in mux_confirm_remote_forward() 678 struct Forward fwd; in mux_master_process_open_fwd() 843 struct Forward fwd, *found_fwd; in mux_master_process_close_fwd() 1755 mux_client_forward(int fd, int cancel_flag, u_int ftype, struct Forward *fwd) in mux_client_forward()
|
| H A D | readconf.c | 377 add_local_forward(Options *options, const struct Forward *newfwd) in add_local_forward() 379 struct Forward *fwd; in add_local_forward() 406 add_remote_forward(Options *options, const struct Forward *newfwd) in add_remote_forward() 408 struct Forward *fwd; in add_remote_forward() 1155 struct Forward fwd; in process_config_line_depth() 3265 parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd) in parse_forward() 3617 dump_cfg_forwards(OpCodes code, u_int count, const struct Forward *fwds) in dump_cfg_forwards() 3619 const struct Forward *fwd; in dump_cfg_forwards()
|
| H A D | channels.c | 3863 struct Forward *fwd, int *allocated_listen_port, in channel_setup_fwd_listener_tcpip() 4021 struct Forward *fwd, struct ForwardOptions *fwd_opts) in channel_setup_fwd_listener_streamlocal() 4137 channel_cancel_rport_listener(struct ssh *ssh, struct Forward *fwd) in channel_cancel_rport_listener() 4213 struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) in channel_cancel_lport_listener() 4227 struct Forward *fwd, struct ForwardOptions *fwd_opts) in channel_setup_local_fwd_listener() 4240 remote_open_match(struct permission *allowed_open, struct Forward *fwd) in remote_open_match() 4267 check_rfwd_permission(struct ssh *ssh, struct Forward *fwd) in check_rfwd_permission() 4303 channel_setup_remote_fwd_listener(struct ssh *ssh, struct Forward *fwd, in channel_setup_remote_fwd_listener() 4359 channel_request_remote_forwarding(struct ssh *ssh, struct Forward *fwd) in channel_request_remote_forwarding() 4547 channel_request_rforward_cancel(struct ssh *ssh, struct Forward *fwd) in channel_request_rforward_cancel()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 305 ForEachMatchingDC(Tag, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() 312 Forward.MapImported(SourceTag, Tag); in CompleteType() 313 if (llvm::Error Err = Forward.ImportDefinition(SourceTag)) in CompleteType() 323 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() argument 332 Forward.MapImported(SourceInterface, Interface); in CompleteType() 333 if (llvm::Error Err = Forward.ImportDefinition(SourceInterface)) in CompleteType() 344 [&](ASTImporter &Forward, ASTImporter &Reverse, in CanComplete() argument 485 [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalVisibleDeclsByName() 495 FilterFoundDecl(std::make_pair(FromD, &Forward)); in FindExternalVisibleDeclsByName() 526 ForEachMatchingDC(DC, [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalLexicalDecls() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AliasSetTracker.h | 53 AliasSet *Forward = nullptr; variable 114 bool isForwardingAliasSet() const { return Forward; } in isForwardingAliasSet() 246 if (AS->Forward) { in collapseForwardingIn() 247 collapseForwardingIn(AS->Forward); in collapseForwardingIn() 249 AliasSet *NewAS = AS->Forward; in collapseForwardingIn()
|
| /freebsd/contrib/less/ |
| H A D | less.hlp | 14 e ^E j ^N CR * Forward one line (or _N lines). 16 ESC-j * Forward one file line (or _N file lines). 18 f ^F ^V SPACE * Forward one window (or _N lines). 20 z * Forward one window (and set window to _N). 22 ESC-SPACE * Forward one window, but don't stop at end-of-file. 24 d ^D * Forward one half-window (and set half-window to _N). 30 F Forward forever; like "tail -f". 213 Forward scroll limit.
|
| /freebsd/sys/teken/ |
| H A D | sequences | 38 CHT Cursor Forward Tabulation ^[ [ I n 45 CUF Cursor Forward ^[ [ C n 46 CUF Cursor Forward ^[ [ a n
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | SetTheory.td | 17 def add; // Forward declare
|
| /freebsd/contrib/dialog/samples/ |
| H A D | textbox.txt | 16 '/' - Forward search
|
| /freebsd/contrib/googletest/docs/ |
| H A D | gmock_for_dummies.md | 110 virtual void Forward(int distance) = 0; 124 and `PenDown()`, and control its movement using `Forward()`, `Turn()`, and 174 MOCK_METHOD(void, Forward, (int distance), (override)); 353 EXPECT_CALL(turtle, Forward(100)); 384 EXPECT_CALL(turtle, Forward(Ge(100))); 392 EXPECT_CALL(turtle, Forward); 540 EXPECT_CALL(turtle, Forward(_)); // #1 541 EXPECT_CALL(turtle, Forward(10)) // #2 545 If `Forward(10)` is called three times in a row, the third time it will be an 547 the third `Forward(10)` call is replaced by `Forward(20)`, then it would be OK, [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFPStack.td | 90 bit Forward = 1> { 94 [!if(Forward, 101 [!if(Forward, 108 [!if(Forward, 115 [!if(Forward, 122 [!if(Forward, 136 [!if(Forward, 143 [!if(Forward, 150 [!if(Forward, 157 [!if(Forward, [all...] |
| /freebsd/share/misc/ |
| H A D | usb_hid_usages | 198 0x22 Pitch Forward/Backward 201 0x25 Move Forward/Backward 204 0x28 Lean Forward/Backward 309 0x4C Keyboard Delete Forward 503 0x31 Forward 507 0x35 Fast Forward 558 0x28 Forward Calls 682 0xB3 Fast Forward 695 0xC0 Frame Forward 701 0xC6 Search Mark Forward [all …]
|
| /freebsd/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/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 719 m_compiler_type_resolve_state = ResolveState::Forward; in ResolveCompilerType() 751 encoding_compiler_type_resolve_state = ResolveState::Forward; in ResolveCompilerType() 782 ResolveCompilerType(ResolveState::Forward); in GetForwardCompilerType()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_malloc_mac.inc | 308 // Forward declare and expect the implementation to provided by 330 // Forward declare and expect the implementation to provided by
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 455 type_resolve_state = Type::ResolveState::Forward; in CreateLLDBTypeFromPDBType() 458 type_resolve_state = Type::ResolveState::Forward; in CreateLLDBTypeFromPDBType() 760 lldb_private::Type::ResolveState::Forward); in CreateLLDBTypeFromPDBType()
|
| /freebsd/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | ti-abb-regulator.txt | 33 1-Forward Body Bias(FBB)
|
| /freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | kerberos.schema | 134 ##### Forward reference to the Realm object. 400 ##### Forward reference to an entry that starts sub-trees
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | mail.news | 13 0 string/t Forward\ to mail forwarding text
|