HomeSort by: relevance | last modified time | path
    Searched defs:forward (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_042.c 4 /* Test for message: forward reference to enum type [42] */
12 * In C23, a forward declaration of an enum type without a fixed underlying
18 /* expect+1: warning: forward reference to enum type [42] */
19 enum forward;
21 enum forward { enum
  /src/usr.bin/tail/
forward.c 1 /* $NetBSD: forward.c,v 1.34 2024/01/14 17:37:32 christos Exp $ */
38 static char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93";
40 __RCSID("$NetBSD: forward.c,v 1.34 2024/01/14 17:37:32 christos Exp $");
66 * forward -- display the file, from an offset, forward.
88 forward(FILE *fp, enum STYLE style, off_t off, struct stat *sbp) function
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_type_traits.h 81 WARN_UNUSED_RESULT inline constexpr T&& forward( function in namespace:__sanitizer
87 WARN_UNUSED_RESULT inline constexpr T&& forward( function in namespace:__sanitizer
  /src/sys/arch/x86/include/
pci_machdep_common.h 73 uint8_t forward; member in struct:x86_pci_tag_u::__anon2224
  /src/external/bsd/less/dist/
forwback.c 15 * scrolling either forward or backward.
208 * Display n lines, scrolling forward,
228 * Also if the request exceeds the forward scroll limit
230 * repainting itself involves scrolling forward a screenful).
457 * Display n more lines, forward.
460 public void forward(int n, int force, int only_last) function
468 * forward from end-of-file, go on to the next file.
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegisterScavenging.h 65 // These BitVectors are only used internally to forward(). They are members
78 /// preferred to enterBasicBlock() and forward() because it does not depend
83 void forward();
87 void forward(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
88 if (!Tracking && MBB->begin() != I) forward();
89 while (MBBI != I) forward();
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
gmock-internal-utils.h 463 std::forward<F>(f)(std::get<Idx>(std::forward<Tuple>(args))...)) { function in namespace:testing::internal
464 return std::forward<F>(f)(std::get<Idx>(std::forward<Tuple>(args))...);
470 -> decltype(ApplyImpl(std::forward<F>(f), std::forward<Tuple>(args),
472 return ApplyImpl(std::forward<F>(f), std::forward<Tuple>(args),
  /src/distrib/utils/more/
prim.c 102 * Display n lines, scrolling forward, starting at position pos in the
250 * Display n more lines, forward.
254 forward(n, only_last) function
255 /*###254 [cc] conflicting types for `forward'%%%*/
263 * If we're trying to go forward from end-of-file,
466 * If so, then move forward far enough so the line we're on will be
471 * since we can never move forward more than a
608 * either forward or backward.
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_function.h 252 noexcept(noexcept(std::forward<_Tp>(__t) + std::forward<_Up>(__u)))
253 -> decltype(std::forward<_Tp>(__t) + std::forward<_Up>(__u)) function in class:plus::std
254 { return std::forward<_Tp>(__t) + std::forward<_Up>(__u); }
267 noexcept(noexcept(std::forward<_Tp>(__t) - std::forward<_Up>(__u)))
268 -> decltype(std::forward<_Tp>(__t) - std::forward<_Up>(__u) function in class:minus::std
283 -> decltype(std::forward<_Tp>(__t) * std::forward<_Up>(__u)) function in class:multiplies::std
298 -> decltype(std::forward<_Tp>(__t) \/ std::forward<_Up>(__u)) function in class:divides::std
313 -> decltype(std::forward<_Tp>(__t) % std::forward<_Up>(__u)) function in class:modulus::std
526 -> decltype(std::forward<_Tp>(__t) > std::forward<_Up>(__u)) function in class:greater::std
588 -> decltype(std::forward<_Tp>(__t) < std::forward<_Up>(__u)) function in class:less::std
847 -> decltype(std::forward<_Tp>(__t) || std::forward<_Up>(__u)) function in class:less_equal::std
935 -> decltype(std::forward<_Tp>(__t) & std::forward<_Up>(__u)) function in class:bit_and::std
949 -> decltype(std::forward<_Tp>(__t) | std::forward<_Up>(__u)) function in class:bit_or::std
963 -> decltype(std::forward<_Tp>(__t) ^ std::forward<_Up>(__u)) function in class:bit_xor::std
977 -> decltype(~std::forward<_Tp>(__t)) function in struct:bit_not
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_function.h 255 noexcept(noexcept(std::forward<_Tp>(__t) + std::forward<_Up>(__u)))
256 -> decltype(std::forward<_Tp>(__t) + std::forward<_Up>(__u)) function in class:plus::std
257 { return std::forward<_Tp>(__t) + std::forward<_Up>(__u); }
270 noexcept(noexcept(std::forward<_Tp>(__t) - std::forward<_Up>(__u)))
271 -> decltype(std::forward<_Tp>(__t) - std::forward<_Up>(__u) function in class:minus::std
286 -> decltype(std::forward<_Tp>(__t) * std::forward<_Up>(__u)) function in class:multiplies::std
301 -> decltype(std::forward<_Tp>(__t) \/ std::forward<_Up>(__u)) function in class:divides::std
316 -> decltype(std::forward<_Tp>(__t) % std::forward<_Up>(__u)) function in class:modulus::std
529 -> decltype(std::forward<_Tp>(__t) > std::forward<_Up>(__u)) function in class:greater::std
591 -> decltype(std::forward<_Tp>(__t) < std::forward<_Up>(__u)) function in class:less::std
850 -> decltype(std::forward<_Tp>(__t) || std::forward<_Up>(__u)) function in class:less_equal::std
938 -> decltype(std::forward<_Tp>(__t) & std::forward<_Up>(__u)) function in class:bit_and::std
952 -> decltype(std::forward<_Tp>(__t) | std::forward<_Up>(__u)) function in class:bit_or::std
966 -> decltype(std::forward<_Tp>(__t) ^ std::forward<_Up>(__u)) function in class:bit_xor::std
980 -> decltype(~std::forward<_Tp>(__t)) function in struct:bit_not
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
break-cond-parse.c 36 Parsing 'forward' will return the token 'GHI' and update 'ptr' to point
44 forward, enumerator in enum:parse_direction
59 if (direction == parse_direction::forward)
190 If when scanning forward we encounter an unknown token then the
204 parse_direction direction = parse_direction::forward;
234 if (direction == parse_direction::forward && *str == '\0')
269 if (direction == parse_direction::forward && startswith ("if", t))
287 /* An unknown token. If we are scanning forward then reset TOK
298 if (direction == parse_direction::forward)
325 be in forward scanning mode. If we didn't reach the end of th
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
break-cond-parse.c 35 Parsing 'forward' will return the token 'GHI' and update 'ptr' to point
43 forward, enumerator in enum:parse_direction
58 if (direction == parse_direction::forward)
189 If when scanning forward we encounter an unknown token then the
203 parse_direction direction = parse_direction::forward;
233 if (direction == parse_direction::forward && *str == '\0')
268 if (direction == parse_direction::forward && startswith ("if", t))
286 /* An unknown token. If we are scanning forward then reset TOK
297 if (direction == parse_direction::forward)
324 be in forward scanning mode. If we didn't reach the end of th
    [all...]
  /src/sys/dev/pckbport/
alps.c 1036 u_int forward, back; local
1058 forward = (psc->packet[2] & 0x04) >> 2;
1063 buttons |= (middle | forward | back) << 1;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterScavenging.cpp 157 void RegScavenger::forward() { function in class:RegScavenger
158 // Move ptr forward.
MachinePipeliner.cpp 2362 /// forward or backward for a place to insert the instruction based upon
2365 bool forward = true; local
2371 forward = false;
2374 int termCycle = forward ? EndCycle + 1 : EndCycle - 1;
2376 forward ? ++curCycle : --curCycle) {
  /src/libexec/identd/
identd.c 59 static int forward(int, struct sockaddr *, int, int, int);
434 /* Lookup failed, try to forward if enabled. */
441 forward(fd, (struct sockaddr *)&nat_addr,
799 /* Forward ident queries. Returns 1 when successful, or zero if not. */
801 forward(int fd, struct sockaddr *nat_addr, int nat_lport, int fport, int lport) function
  /src/sys/netinet/
ip_input.c 156 #define IPFORWARDING 1 /* forward IP packets not for us */
158 #define IPFORWARDING 0 /* don't forward IP packets not for us */
452 * mbuf with space for link headers, in the event we forward
554 * Assume that we can create a fast-forward IP flow entry
721 * Not for us; forward if possible and desirable.
859 int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; local
941 * yet; nothing to do except forward.
987 forward = !IN_MULTICAST(ip->ip_dst.s_addr);
1146 if (forward) {
1321 * Forward a packet. If some error occurs return the sende
    [all...]
  /src/usr.bin/mail/
cmd3.c 461 forward(void *v) function
469 /* setup the forward tab */
  /src/external/bsd/jemalloc.old/dist/test/unit/
rb.c 590 bool forward; member in struct:iter_ctx_s
600 if (ctx->forward) {
825 ctx.forward = true;
827 /* Filtered forward iteration from the beginning. */
833 /* Filtered forward iteration from a starting point. */
843 /* Filtered forward iteration from the beginning, with stopping */
854 /* Filtered forward iteration from a starting point, with stopping. */
874 ctx.forward = false;
  /src/external/bsd/jemalloc/dist/test/unit/
rb.c 594 bool forward; member in struct:iter_ctx_s
604 if (ctx->forward) {
839 ctx.forward = true;
841 /* Filtered forward iteration from the beginning. */
847 /* Filtered forward iteration from a starting point. */
857 /* Filtered forward iteration from the beginning, with stopping */
868 /* Filtered forward iteration from a starting point, with stopping. */
889 ctx.forward = false;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dsymbol.h 394 ScopeDsymbol *forward; member in class:ForwardingScopeDsymbol
  /src/external/bsd/ipf/dist/tools/
ipfstat.c 1302 int len, srclen, dstlen, forward = 1, c = 0; local
1437 if (forward) {
1707 forward = 0;
1709 forward = 1;
  /src/external/bsd/zstd/dist/lib/compress/
zstd_opt.c 574 U32 const forward = ZSTD_insertBt1(ms, base+idx, iend, target, mls, dictMode == ZSTD_extDict); local
575 assert(idx < (U32)(idx + forward));
576 idx += forward;
915 * Moves forward in @rawSeqStore by @nbBytes,
1133 * During this forward pass, @opt is used to store stretches,
1143 * because it is static for the duration of the forward pass, and is included
  /src/external/gpl2/groff/dist/src/roff/troff/
env.cpp 2003 node *forward = 0; local
2009 tem1->next = forward;
2010 forward = tem1;
2030 while (forward != 0) {
2031 node *tem1 = forward;
2032 forward = forward->next;
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 54 Or declares name1 as an alias (forward) of the function <external-name>
782 int forward; /* Number of forward label, 0 means no forward. */ member in struct:export
797 /* Forward references. */
1010 p->forward = ++d_nforwards;
1012 p->forward = 0; /* no forward */
2012 if (exp->forward == 0)
2024 exp->forward, ASM_RVA_AFTER, ASM_C, exp->ordinal)
    [all...]

Completed in 62 milliseconds

1 2