Home
last modified time | relevance | path

Searched refs:presentCount (Results 1 – 4 of 4) sorted by relevance

/dports/devel/stack/stack-2.7.3/_cabal_deps/pantry-0.5.2.1/src/Pantry/Internal/
H A DAesonExtended.hs76 presentCount :: Object -> [Text] -> Int
77 presentCount o ss = length . filter (\x -> HashMap.member x o) $ ss function
83 where pc = presentCount o ss
99 where pc = presentCount o ss
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DNativeArray.java472 int presentCount = 0; in getIds() local
476 ids[presentCount] = Integer.valueOf(i); in getIds()
477 ++presentCount; in getIds()
480 if (presentCount != N) { in getIds()
482 Object[] tmp = new Object[presentCount + superLength]; in getIds()
483 System.arraycopy(ids, 0, tmp, 0, presentCount); in getIds()
486 System.arraycopy(superIds, 0, ids, presentCount, superLength); in getIds()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectComposition/
H A Dmod.rs44 pub presentCount: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectComposition/
H A Dmod.rs50 pub presentCount: u32,
63 …fmt.debug_struct("COMPOSITION_STATS").field("presentCount", &self.presentCount).field("refreshCoun…
68 …self.presentCount == other.presentCount && self.refreshCount == other.refreshCount && self.virtual…