Searched defs:forward (Results 1 - 25 of 48) sorted by relevance

12

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_042.c11 enum forward { enum
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dneon-ldst-rm.s41 forward: label
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_keytab.c186 perf_delete(krb5_context context, krb5_keytab id, int forward, int times) argument
/netbsd-current/sys/arch/x86/include/
H A Dpci_machdep_common.h73 uint8_t forward; member in struct:x86_pci_tag_u::__anon2
/netbsd-current/usr.bin/tail/
H A Dforward.c88 forward(FILE *fp, enum STYLE style, off_t off, struct stat *sbp) function
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h87 void forward(MachineBasicBlock::iterator I) { function in class:llvm::RegScavenger
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h463 std::forward<F>(f)(std::get<Idx>(std::forward<Tuple>(args))...)) { function in namespace:testing::internal
/netbsd-current/external/bsd/less/dist/
H A Dforwback.c460 public void forward(int n, int force, int only_last) function
/netbsd-current/distrib/utils/more/
H A Dprim.c254 forward(n, only_last) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgraphds.c122 dfs_edge_src (struct graph_edge *e, bool forward) argument
131 dfs_edge_dest (struct graph_edge *e, bool forward) argument
142 foll_in_subgraph (struct graph_edge *e, bool forward, bitmap subgraph, argument
173 dfs_fst_edge (struct graph *g, int v, bool forward, bitmap subgraph, argument
188 dfs_next_edge(struct graph_edge *e, bool forward, bitmap subgraph, skip_edge_callback skip_edge_p) argument
204 graphds_dfs(struct graph *g, int *qs, int nq, vec<int> *qt, bool forward, bitmap subgraph, skip_edge_callback skip_edge_p) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_function.h237 -> decltype(std::forward<_Tp>(__t) + std::forward<_Up>(__u)) function in class:plus::std
252 -> decltype(std::forward<_Tp>(__t) - std::forward<_U function in class:minus::std
267 -> decltype(std::forward<_Tp>(__t) * std::forward<_Up>(__u)) function in class:multiplies::std
282 -> decltype(std::forward<_Tp>(__t) / std::forward<_Up>(__u)) function in class:divides::std
297 -> decltype(std::forward<_Tp>(__t) % std::forward<_Up>(__u)) function in class:modulus::std
522 -> decltype(std::forward<_Tp>(__t) > std::forward<_Up>(__u)) function in class:greater::std
584 -> decltype(std::forward<_Tp>(__t) < std::forward<_Up>(__u)) function in class:less::std
839 -> decltype(std::forward<_Tp>(__t) || std::forward<_Up>(__u)) function in class:less_equal::std
923 -> decltype(std::forward<_Tp>(__t) & std::forward<_Up>(__u)) function in class:bit_and::std
937 -> decltype(std::forward<_Tp>(__t) | std::forward<_Up>(__u)) function in class:bit_or::std
951 -> decltype(std::forward<_Tp>(__t) ^ std::forward<_Up>(__u)) function in class:bit_xor::std
965 -> decltype(~std::forward<_Tp>(__t)) function in struct:bit_not
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgraphds.cc122 dfs_edge_src (struct graph_edge *e, bool forward) argument
131 dfs_edge_dest (struct graph_edge *e, bool forward) argument
142 foll_in_subgraph (struct graph_edge *e, bool forward, bitmap subgraph, argument
173 dfs_fst_edge (struct graph *g, int v, bool forward, bitmap subgraph, argument
188 dfs_next_edge(struct graph_edge *e, bool forward, bitmap subgraph, skip_edge_callback skip_edge_p) argument
204 graphds_dfs(struct graph *g, int *qs, int nq, vec<int> *qt, bool forward, bitmap subgraph, skip_edge_callback skip_edge_p) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_function.h256 -> decltype(std::forward<_Tp>(__t) + std::forward<_Up>(__u)) function in class:plus::std
271 -> decltype(std::forward<_Tp>(__t) - std::forward<_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...]
/netbsd-current/usr.sbin/bootp/bootpd/
H A Dbootpd.c1005 sendreply(int forward, int32 dst_override) argument
/netbsd-current/sys/dev/pckbport/
H A Dalps.c1036 u_int forward, back; local
/netbsd-current/usr.bin/mail/
H A Dcmd3.c461 forward(void *v) function
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp157 void RegScavenger::forward() { function in class:RegScavenger
/netbsd-current/libexec/identd/
H A Didentd.c801 forward(int fd, struct sockaddr *nat_addr, int nat_lport, int fport, int lport) function
/netbsd-current/sys/netinet/
H A Dip_input.c859 int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.c959 ForwardingScopeDsymbol::ForwardingScopeDsymbol(ScopeDsymbol *forward) argument
[all...]
H A Ddsymbol.h380 ScopeDsymbol *forward; member in class:ForwardingScopeDsymbol
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsource.c1554 search_command_helper(const char *regex, int from_tty, bool forward) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.h394 ScopeDsymbol *forward; member in class:ForwardingScopeDsymbol
/netbsd-current/sys/netipsec/
H A Dipsec.c702 ipsec_ip_input_checkpolicy(struct mbuf *m, bool forward) argument
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipfstat.c1302 int len, srclen, dstlen, forward = 1, c = 0; local

Completed in 415 milliseconds

12