Home
last modified time | relevance | path

Searched defs:Forward (Results 1 – 25 of 27) sorted by relevance

12

/external/rust/crates/memchr/src/memmem/x86/
Davx.rs15 pub(crate) struct Forward(genericsimd::Forward); struct
17 impl Forward { implementation
23 ) -> Option<Forward> { in new()
79 pub(crate) struct Forward(()); struct
81 impl Forward { implementation
85 ) -> Option<Forward> { in new()
Dsse.rs8 pub(crate) struct Forward(genericsimd::Forward); struct
10 impl Forward { impl
13 pub(crate) fn new(ninfo: &NeedleInfo, needle: &[u8]) -> Option<Forward> { in new()
/external/rust/crates/memchr/src/memmem/
Dgenericsimd.rs56 pub(crate) struct Forward { struct
61 impl Forward { argument
64 pub(crate) fn new(ninfo: &NeedleInfo, needle: &[u8]) -> Option<Forward> { in new()
104 fwd: &Forward, in fwd_find()
218 fwd: &Forward, in fwd_find_in_chunk()
Dtwoway.rs7 pub(crate) struct Forward(TwoWay); struct
77 impl Forward { impl
80 pub(crate) fn new(needle: &[u8]) -> Forward { in new()
Dmod.rs967 tw: &twoway::Forward, in find_tw()
/external/rust/crates/futures-util/src/stream/stream/
Dforward.rs24 impl<St, Si, Item> Forward<St, Si, Item> { implementation
30 impl<St, Si, Item, E> FusedFuture for Forward<St, Si, Item> implementation
40 impl<St, Si, Item, E> Future for Forward<St, Si, Item> implementation
/external/clang/test/SemaObjCXX/
Dpseudo-destructor.mm22 template void destroyPointer<Forward*>(Forward **); function
23 template void destroyReference<Forward*>(Forward *&); function
/external/ComputeLibrary/tests/validation/reference/
DDFT.h40 Forward, enumerator
/external/ComputeLibrary/arm_compute/runtime/
DFunctionDescriptors.h36 Forward, enumerator
/external/webrtc/common_audio/
Dreal_fourier_ooura.cc50 void RealFourierOoura::Forward(const float* src, complex<float>* dest) const { in Forward() function in webrtc::RealFourierOoura
/external/eigen/unsupported/Eigen/src/NumericalDiff/
DNumericalDiff.h19 Forward, enumerator
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h119 AliasSet *Forward; // Forwarding pointer. variable
DLoopAccessAnalysis.h148 Forward, enumerator
/external/tensorflow/tensorflow/compiler/tests/
Djit_test.py430 def Forward(x): function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h147 AliasSet *Forward = nullptr; variable
DLoopAccessAnalysis.h129 Forward, enumerator
/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py232 def Forward(x): function
294 def Forward(x): function
1657 def Forward(x): function
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper.py777 def Forward(self, member in AdbWrapper
/external/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_unittest.cc92 void Forward(RTPHeader* rtp_header) { in Forward() function in webrtc::RtpData
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp1782 static constexpr ValueType BitIndex(bool Forward, ValueType Index) { in BitIndex()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp1798 static constexpr ValueType BitIndex(bool Forward, ValueType Index) { in BitIndex()
/external/python/cpython3/Lib/test/
Dtest_types.py23 class Forward: ... class
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp393 bool Forward; in copyPhysReg() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp329 Forward, enumerator
/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py4141 class Forward(ParseElementEnhance): class

12