Home
last modified time | relevance | path

Searched defs:RefCount (Results 1 – 25 of 40) sorted by relevance

12

/external/crosvm/disk/src/qcow/
Drefcount.rs41 pub struct RefCount { struct
50 impl RefCount { argument
61 ) -> io::Result<RefCount> { in new()
/external/deqp/framework/delibs/decpp/
DdePoolArray.cpp189 class RefCount class
192 RefCount(void) : m_count(nullptr) in RefCount() function in de::__anonf0248f0d0111::RefCount
196 RefCount(int *count) : m_count(count) in RefCount() function in de::__anonf0248f0d0111::RefCount
201 RefCount(const RefCount &other) : m_count(other.m_count) in RefCount() function in de::__anonf0248f0d0111::RefCount
/external/gmmlib/Source/GmmLib/ULT/
DGmmMultiAdapterULT.cpp434 uint32_t AdapterCount = 0, RefCount = 0; in TEST_F() local
468 uint32_t AdapterCount = 0, RefCount = 0; in TEST_F() local
504 uint32_t AdapterCount = 0, RefCount = 0; in TEST_F() local
559 uint32_t RefCount = 0; in TEST_F() local
579 uint32_t AdapterCount = 0, RefCount = 0; in TEST_F() local
/external/rust/android-crates-io/crates/sharded-slab/src/page/
Dslot.rs37 pub(crate) struct RefCount<C = cfg::DefaultConfig> { struct
38 value: usize,
39 _cfg: PhantomData<fn(C)>,
687 impl<C: cfg::Config> Pack<C> for RefCount<C> { implementation
704 impl<C: cfg::Config> RefCount<C> { implementation
723 impl<C> fmt::Debug for RefCount<C> { implementation
729 impl<C: cfg::Config> PartialEq for RefCount<C> { implementation
735 impl<C: cfg::Config> Eq for RefCount<C> {} implementation
737 impl<C: cfg::Config> PartialOrd for RefCount<C> { implementation
743 impl<C: cfg::Config> Ord for RefCount<C> { implementation
[all …]
/external/mesa3d/src/mesa/main/
Dglspirv.h45 unsigned RefCount; member
60 GLint RefCount; member
Dshader_types.h159 GLint RefCount; /**< Reference count */ member
307 GLint RefCount; /**< Reference count */ member
371 GLint RefCount; /**< Reference count */ member
477 GLint RefCount; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h71 mutable unsigned RefCount = 0; variable
88 mutable std::atomic<int> RefCount; variable
/external/rust/android-crates-io/crates/tower/src/load/
Dpending_requests.rs28 struct RefCount(Arc<()>); struct
141 impl RefCount { impl
/external/llvm/include/llvm/Analysis/
DAliasAnalysisEvaluator.h37 int64_t NoModRefCount, ModCount, RefCount, ModRefCount; variable
DAliasSetTracker.h126 unsigned RefCount : 28; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DAliasAnalysisEvaluator.h38 int64_t NoModRefCount = 0, ModCount = 0, RefCount = 0, ModRefCount = 0; variable
DAliasSetTracker.h150 unsigned RefCount : 27; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysisEvaluator.h36 int64_t NoModRefCount, ModCount, RefCount, ModRefCount; variable
DAliasSetTracker.h157 unsigned RefCount : 27; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h77 mutable unsigned RefCount = 0; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DIntrusiveRefCntPtr.h99 mutable std::atomic<int> RefCount; variable
/external/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h101 mutable std::atomic<int> RefCount; variable
/external/tensorflow/tensorflow/core/platform/
Drefcount.h294 inline int_fast32_t RefCounted::RefCount() const { in RefCount() function
/external/clang/include/clang/Rewrite/Core/
DRewriteRope.h35 unsigned RefCount; member
/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.cpp7 class RefCount { class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterferenceCache.h54 unsigned RefCount = 0; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DInterferenceCache.h54 unsigned RefCount = 0; variable
/external/grpc-grpc/src/core/lib/gprpp/
Dref_counted.h49 RefCount() : RefCount(1) {} in RefCount() function
/external/llvm/lib/CodeGen/
DInterferenceCache.h49 unsigned RefCount; variable
/external/gmmlib/Source/GmmLib/GlobalInfo/
DGmmInfo.cpp26 int32_t GmmLib::Context::RefCount = 0; member in GmmLib::Context

12