Home
last modified time | relevance | path

Searched defs:fwd (Results 1 – 25 of 28) sorted by relevance

12

/external/rust/crates/regex-automata/tests/
Dsuite.rs153 let fwd = re.forward().to_sparse().unwrap(); in sparse_unminimized_standard() localVariable
176 let fwd = re.forward().to_sparse().unwrap().to_u16().unwrap(); in sparse_u16() localVariable
202 let fwd: DenseDFA<&[usize], usize> = in serialization_roundtrip() localVariable
241 let fwd: SparseDFA<&[u8], usize> = in sparse_serialization_roundtrip() localVariable
/external/llvm-project/flang/test/Semantics/
Dsymbol17.f9049 type :: fwd type
64 type :: fwd type
/external/rust/crates/regex-automata/src/
Dlib.rs98 let fwd: DenseDFA<&[u16], u16> = unsafe { DenseDFA::from_bytes(&fwd_bytes) }; localVariable
151 let fwd: SparseDFA<&[u8], u16> = unsafe { SparseDFA::from_bytes(&fwd_bytes) }; localVariable
Dregex.rs546 let fwd = re.forward().to_sparse()?; in build_with_size_sparse() localVariable
/external/rust/crates/futures/tests/
Dsink_fanout.rs14 let fwd = src.forward(tx); in it_works() localVariable
/external/eigen/bench/
DbenchFFT.cpp44 void bench(int nfft,bool fwd,bool unscaled=false, bool halfspec=false) in bench()
/external/openssh/
Dreadconf.c353 struct Forward *fwd; in add_local_forward() local
382 struct Forward *fwd; in add_remote_forward() local
900 struct Forward fwd; in process_config_line_depth() local
2283 parse_fwd_field(char **p, struct fwdarg *fwd) in parse_fwd_field()
2349 parse_forward(struct Forward *fwd, const char *fwdspec, int dynamicfwd, int remotefwd) in parse_forward()
2652 const struct Forward *fwd; in dump_cfg_forwards() local
Dchannels.c3380 struct Forward *fwd, int *allocated_listen_port,
3540 struct Forward *fwd, struct ForwardOptions *fwd_opts)
3656 channel_cancel_rport_listener(struct ssh *ssh, struct Forward *fwd)
3732 struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts)
3746 struct Forward *fwd, struct ForwardOptions *fwd_opts)
3759 remote_open_match(struct permission *allowed_open, struct Forward *fwd)
3786 check_rfwd_permission(struct ssh *ssh, struct Forward *fwd)
3822 channel_setup_remote_fwd_listener(struct ssh *ssh, struct Forward *fwd,
3878 channel_request_remote_forwarding(struct ssh *ssh, struct Forward *fwd)
4069 channel_request_rforward_cancel(struct ssh *ssh, struct Forward *fwd)
Dmux.c541 format_forward(u_int ftype, struct Forward *fwd) in format_forward()
698 struct Forward fwd; in mux_master_process_open_fwd() local
865 struct Forward fwd, *found_fwd; in mux_master_process_close_fwd() local
1776 mux_client_forward(int fd, int cancel_flag, u_int ftype, struct Forward *fwd) in mux_client_forward()
Dserverloop.c819 struct Forward fwd; in server_input_global_request() local
Dssh.c629 struct Forward fwd; in main() local
Dclientloop.c765 struct Forward fwd; in process_cmdline() local
/external/skqp/src/core/
DSkColorSpace.cpp97 skcms_Matrix3x3 fwd, inv; in computeLazyDstFields() local
107 skcms_TransferFunction fwd, inv; in computeLazyDstFields() local
/external/eigen/unsupported/Eigen/src/FFT/
Dei_kissfft_impl.h277 void fwd( Complex * dst,const Complex *src,int nfft) in fwd() function
305 void fwd( Complex * dst,const Scalar * src,int nfft) in fwd() function
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_ex_op_test.cc162 ops::FusedBatchNormV3 fwd = ops::FusedBatchNormV3( in RunFusedBatchNorm() local
447 const Tensor& side_input_data, FusedBatchNormOutputs* fwd, in VerifyFusedBatchNormEx()
448 FusedBatchNormGradOutputs* bwd) { in VerifyFusedBatchNormEx()
/external/rust/crates/unicode-segmentation/src/
Dsentence.rs15 mod fwd { module
/external/libaom/libaom/av1/common/
Dpred_common.h110 int fwd = abs(get_relative_dist(&cm->seq_params.order_hint_info, in get_comp_index_context() local
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp370 for (TypeIndex fwd : fwd_keys) { in BuildParentMap() local
375 TypeIndex fwd = full_to_forward[full]; in BuildParentMap() local
/external/libaom/libaom/av1/common/arm/
Dwarp_plane_neon.c482 const int32x4_t fwd = vdupq_n_s32((int32_t)w0); in av1_warp_affine_neon() local
/external/mksh/src/
Dhistrap.c482 findhist(int start, int fwd, const char *str, bool anchored) in findhist()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_pooling_ops_common.h130 std::shared_ptr<mkldnn::pooling_forward> fwd; member
/external/llvm-project/mlir/lib/Parser/
DParser.cpp322 for (auto &fwd : forwardRefPlaceholders) { in ~OperationParser() local
/external/usrsctp/usrsctplib/netinet/
Dsctp_indata.c5577 struct sctp_forward_tsn_chunk *fwd,
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java283 Transliterator fwd = Transliterator.createFromRules("<ID>", RULES, Transliterator.FORWARD); in TestRuleBasedInverse() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DTransliteratorTest.java286 Transliterator fwd = Transliterator.createFromRules("<ID>", RULES, Transliterator.FORWARD); in TestRuleBasedInverse() local

12