Home
last modified time | relevance | path

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

/third_party/rust/crates/memchr/src/memmem/x86/
Davx.rs15 pub(crate) struct Forward(genericsimd::Forward); struct
17 impl Forward { impl
23 ) -> Option<Forward> { in new()
79 pub(crate) struct Forward(()); struct
81 impl Forward { impl
85 ) -> Option<Forward> { in new()
Dsse.rs8 pub(crate) struct Forward(genericsimd::Forward); struct
10 impl Forward { implementation
13 pub(crate) fn new(ninfo: &NeedleInfo, needle: &[u8]) -> Option<Forward> { in new()
/third_party/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()
Dwasm.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()
Dtwoway.rs7 pub(crate) struct Forward(TwoWay); struct
77 impl Forward { impl
80 pub(crate) fn new(needle: &[u8]) -> Forward { in new()
Dmod.rs992 tw: &twoway::Forward, in find_tw()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/statements/blocks/
Dblocks_3.ts25 Forward, enumerator
/third_party/icu/docs/userguide/transforms/general/
Dindex.md985 ##### Forward l4subsection
1186 ##### Forward l4subsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h147 AliasSet *Forward = nullptr; variable
DLoopAccessAnalysis.h129 Forward, enumerator
/third_party/python/Lib/test/
Dtest_types.py23 class Forward: ... class
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp1798 static constexpr ValueType BitIndex(bool Forward, ValueType Index) { in BitIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp1782 static constexpr ValueType BitIndex(bool Forward, ValueType Index) { in BitIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp329 Forward, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp712 bool Forward = RI.getHWRegIndex(DestReg) <= RI.getHWRegIndex(SrcReg); in copyPhysReg() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp10606 Forward(typename RemoveReference<T>::Type& aX) in Forward() function
10613 Forward(typename RemoveReference<T>::Type&& aX) in Forward() function
83462 static nsIAtom* Forward; member in nsGkAtoms