Home
last modified time | relevance | path

Searched defs:Reversed (Results 1 – 20 of 20) sorted by relevance

/external/rust/android-crates-io/crates/petgraph/src/visit/
Dreversed.rs14 pub struct Reversed<G>(pub G); struct
16 impl<G: GraphBase> GraphBase for Reversed<G> { implementation
21 impl<G: GraphRef> GraphRef for Reversed<G> {} implementation
25 impl<G> IntoNeighbors for Reversed<G> implementation
35 impl<G> IntoNeighborsDirected for Reversed<G> implementation
45 impl<G> IntoEdges for Reversed<G> implementation
57 impl<G> IntoEdgesDirected for Reversed<G> implementation
69 impl<G: Visitable> Visitable for Reversed<G> { implementation
137 impl<G> IntoEdgeReferences for Reversed<G> implementation
/external/cronet/stable/base/containers/
Dadapters.h44 auto Reversed(Range&& range LIFETIME_BOUND) { in Reversed() function
Dadapters_unittest.cc104 TEST(AdaptersTest, Reversed) { in TEST() argument
/external/cronet/tot/base/containers/
Dadapters.h44 auto Reversed(Range&& range LIFETIME_BOUND) { in Reversed() function
Dadapters_unittest.cc104 TEST(AdaptersTest, Reversed) { in TEST() argument
/external/pdfium/third_party/base/containers/
Dadapters.h47 internal::ReversedAdapter<T> Reversed(T& t) { in Reversed() function
/external/pdfium/core/fxcrt/containers/
Dadapters.h46 internal::ReversedAdapter<T> Reversed(T& t) { in Reversed() function
/external/libchrome/base/containers/
Dadapters.h67 internal::ReversedAdapter<T> Reversed(T& t) { in Reversed() function
Dadapters_unittest.cc13 TEST(AdaptersTest, Reversed) { in TEST() argument
/external/intel-media-driver/media_driver/agnostic/common/vp/hal/
Dvphal_render_fast1ton.h135 uint32_t Reversed : 16; member
/external/cronet/tot/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc705 static PyObject* Reversed(PyContainer* self, PyObject* args) { in Reversed() function
/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc705 static PyObject* Reversed(PyContainer* self, PyObject* args) { in Reversed() function
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc705 static PyObject* Reversed(PyContainer* self, PyObject* args) { in Reversed() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp771 APInt Reversed(*this); in reverseBits() local
/external/llvm/lib/Support/
DAPInt.cpp808 APInt Reversed(*this); in reverseBits() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1150 Reversed, ///< The cast is used with a reversed load/store. enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DAPInt.cpp746 APInt Reversed(BitWidth, 0); in reverseBits() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp713 APInt Reversed(BitWidth, 0); in reverseBits() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp6253 SDValue Reversed = DAG.getNode(ARMISD::VREV64, dl, SplitVT, Cmp); in LowerVSETCC() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp6748 SDValue Reversed = DAG.getNode(ARMISD::VREV64, dl, SplitVT, Cmp); in LowerVSETCC() local