| /freebsd-12.1/contrib/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-12.1/crypto/openssh/ |
| H A D | readconf.h | 102 struct Forward *local_forwards; 106 struct Forward *remote_forwards; 209 int parse_forward(struct Forward *, const char *, int, int); 216 void add_local_forward(Options *, const struct Forward *); 217 void add_remote_forward(Options *, const struct Forward *);
|
| H A D | channels.h | 292 struct Forward; 309 int channel_request_remote_forwarding(struct ssh *, struct Forward *); 310 int channel_setup_local_fwd_listener(struct ssh *, struct Forward *, 312 int channel_request_rforward_cancel(struct ssh *, struct Forward *); 313 int channel_setup_remote_fwd_listener(struct ssh *, struct Forward *, 315 int channel_cancel_rport_listener(struct ssh *, struct Forward *); 316 int channel_cancel_lport_listener(struct ssh *, struct Forward *,
|
| H A D | misc.h | 22 struct Forward { struct 33 int forward_equals(const struct Forward *, const struct Forward *); argument
|
| H A D | serverloop.c | 772 struct Forward fwd; in server_input_global_request() 801 struct Forward fwd; in server_input_global_request() 812 struct Forward fwd; in server_input_global_request() 834 struct Forward fwd; in server_input_global_request()
|
| H A D | readconf.c | 332 add_local_forward(Options *options, const struct Forward *newfwd) in add_local_forward() 334 struct Forward *fwd; in add_local_forward() 361 add_remote_forward(Options *options, const struct Forward *newfwd) in add_remote_forward() 363 struct Forward *fwd; in add_remote_forward() 855 struct Forward fwd; in process_config_line_depth() 2237 parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd) in parse_forward() 2538 dump_cfg_forwards(OpCodes code, u_int count, const struct Forward *fwds) in dump_cfg_forwards() 2540 const struct Forward *fwd; in dump_cfg_forwards()
|
| H A D | mux.c | 553 format_forward(u_int ftype, struct Forward *fwd) in format_forward() 599 compare_forward(struct Forward *a, struct Forward *b) in compare_forward() 622 struct Forward *rfwd; in mux_confirm_remote_forward() 701 struct Forward fwd; in process_mux_open_fwd() 868 struct Forward fwd, *found_fwd; in process_mux_close_fwd() 1778 mux_client_forward(int fd, int cancel_flag, u_int ftype, struct Forward *fwd) in mux_client_forward()
|
| H A D | channels.c | 3316 struct Forward *fwd, int *allocated_listen_port, 3476 struct Forward *fwd, struct ForwardOptions *fwd_opts) 3592 channel_cancel_rport_listener(struct ssh *ssh, struct Forward *fwd) 3668 struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) 3682 struct Forward *fwd, struct ForwardOptions *fwd_opts) 3695 remote_open_match(struct permission *allowed_open, struct Forward *fwd) 3722 check_rfwd_permission(struct ssh *ssh, struct Forward *fwd) 3758 channel_setup_remote_fwd_listener(struct ssh *ssh, struct Forward *fwd, 3797 channel_request_remote_forwarding(struct ssh *ssh, struct Forward *fwd) 3988 channel_request_rforward_cancel(struct ssh *ssh, struct Forward *fwd)
|
| H A D | ssh.c | 592 struct Forward fwd; in main() 1589 struct Forward *rfwd = (struct Forward *)ctxt; in ssh_confirm_remote_forward()
|
| H A D | misc.c | 1562 forward_equals(const struct Forward *a, const struct Forward *b) in forward_equals()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 225 ForEachMatchingDC(Tag, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() 232 Forward.MapImported(SourceTag, Tag); in CompleteType() 233 if (llvm::Error Err = Forward.ImportDefinition_New(SourceTag)) in CompleteType() 243 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() argument 252 Forward.MapImported(SourceInterface, Interface); in CompleteType() 253 if (llvm::Error Err = Forward.ImportDefinition_New(SourceInterface)) in CompleteType() 264 [&](ASTImporter &Forward, ASTImporter &Reverse, in CanComplete() argument 388 ForEachMatchingDC(DC, [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalVisibleDeclsByName() 393 FilterFoundDecl(std::make_pair(FromD, &Forward)); in FindExternalVisibleDeclsByName() 423 ForEachMatchingDC(DC, [&](ASTImporter &Forward, ASTImporter &Reverse, in FindExternalLexicalDecls() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | AliasSetTracker.h | 116 if (AS->Forward) { in getAliasSet() 145 AliasSet *Forward = nullptr; variable 213 bool isForwardingAliasSet() const { return Forward; } in isForwardingAliasSet() 283 if (!Forward) return this; in getForwardedTarget() 285 AliasSet *Dest = Forward->getForwardedTarget(AST); in getForwardedTarget() 286 if (Dest != Forward) { in getForwardedTarget() 288 Forward->dropRef(AST); in getForwardedTarget() 289 Forward = Dest; in getForwardedTarget()
|
| H A D | LoopAccessAnalysis.h | 130 Forward, enumerator
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | AliasSetTracker.cpp | 52 assert(!AS.Forward && "Alias set is already forwarding!"); in mergeSetIn() 53 assert(!Forward && "This set is a forwarding set!!"); in mergeSetIn() 93 AS.Forward = this; // Forward across AS now... in mergeSetIn() 113 if (AliasSet *Fwd = AS->Forward) { in removeAliasSet() 115 AS->Forward = nullptr; in removeAliasSet() 317 if (Cur->Forward || !Cur->aliasesUnknownInst(Inst, AA)) in findAliasSetForUnknownInst() 503 if (AS.Forward) in add() 593 AliasSet *FwdTo = Cur->Forward; in mergeAllAliasSets() 595 Cur->Forward = AliasAnyAS; in mergeAllAliasSets() 636 if (Forward) in print() [all …]
|
| H A D | LoopAccessAnalysis.cpp | 1228 case Forward: in isSafeForVectorization() 1245 case Forward: in isBackward() 1264 case Forward: in isForward() 1520 return Dependence::Forward; in isDependent() 1527 return Dependence::Forward; in isDependent()
|
| /freebsd-12.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". 197 Forward scroll limit.
|
| /freebsd-12.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-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86InstrFPStack.td | 146 [!if(Forward, 153 [!if(Forward, 160 [!if(Forward, 167 [!if(Forward, 174 [!if(Forward, 186 [!if(Forward, 193 [!if(Forward, 200 [!if(Forward, 207 [!if(Forward, 214 [!if(Forward, [all …]
|
| /freebsd-12.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-12.1/contrib/dialog/samples/ |
| H A D | textbox.txt | 16 '/' - Forward search
|
| /freebsd-12.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-12.1/contrib/file/magic/Magdir/ |
| H A D | mail.news | 13 0 string/t Forward\ to mail forwarding text
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 329 Forward, enumerator 353 if (Dir == Forward) in getControls() 386 getControls(V, 0, Forward); in run() 415 getControls(F, 0, Forward); in run()
|
| /freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util-generated.h.pump | 54 // Forward declarations of ValuesIn(), which is implemented in
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | complex | 45 // Forward declarations.
|