Home
last modified time | relevance | path

Searched defs:Compact (Results 1 – 25 of 1664) sorted by relevance

12345678910>>...67

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sky/
H A Dstruc.h79 struct Compact { struct
81 uint16 status; // 1
88 uint16 xcood; // 6
89 uint16 ycood; // 7
91 uint16 frame; // 8
115 uint16 offset; // 25
128 uint16 dir; // 35
139 uint16 spColor; // 44
157 MegaSet megaSet1; //
158 MegaSet megaSet2; //
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sky/
H A Dstruc.h79 struct Compact { struct
81 uint16 status; // 1
88 uint16 xcood; // 6
89 uint16 ycood; // 7
91 uint16 frame; // 8
115 uint16 offset; // 25
128 uint16 dir; // 35
139 uint16 spColor; // 44
157 MegaSet megaSet1; //
158 MegaSet megaSet2; //
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/similar-1.3.0/src/algorithms/
H A Dcompact.rs17 pub struct Compact<'old, 'new, Old: ?Sized, New: ?Sized, D> { struct
24 impl<'old, 'new, Old, New, D> Compact<'old, 'new, Old, New, D> argument
47 impl<'old, 'new, Old: ?Sized, New: ?Sized, D: DiffHook> AsRef<D>
55 impl<'old, 'new, Old: ?Sized, New: ?Sized, D: DiffHook> AsMut<D>
63 impl<'old, 'new, Old, New, D> DiffHook for Compact<'old, 'new, Old, New, D> implementation
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/similar-1.3.0/src/algorithms/
H A Dcompact.rs17 pub struct Compact<'old, 'new, Old: ?Sized, New: ?Sized, D> { struct
24 impl<'old, 'new, Old, New, D> Compact<'old, 'new, Old, New, D> argument
47 impl<'old, 'new, Old: ?Sized, New: ?Sized, D: DiffHook> AsRef<D>
55 impl<'old, 'new, Old: ?Sized, New: ?Sized, D: DiffHook> AsMut<D>
63 impl<'old, 'new, Old, New, D> DiffHook for Compact<'old, 'new, Old, New, D> implementation
/dports/lang/gleam/gleam-0.18.2/cargo-crates/similar-1.3.0/src/algorithms/
H A Dcompact.rs17 pub struct Compact<'old, 'new, Old: ?Sized, New: ?Sized, D> { struct
24 impl<'old, 'new, Old, New, D> Compact<'old, 'new, Old, New, D> impl
47 impl<'old, 'new, Old: ?Sized, New: ?Sized, D: DiffHook> AsRef<D>
55 impl<'old, 'new, Old: ?Sized, New: ?Sized, D: DiffHook> AsMut<D>
63 impl<'old, 'new, Old, New, D> DiffHook for Compact<'old, 'new, Old, New, D> implementation
/dports/editors/helix/helix-0.5.0/cargo-crates/similar-2.1.0/src/algorithms/
H A Dcompact.rs17 pub struct Compact<'old, 'new, Old: ?Sized, New: ?Sized, D> { struct
24 impl<'old, 'new, Old, New, D> Compact<'old, 'new, Old, New, D> argument
47 impl<'old, 'new, Old: ?Sized, New: ?Sized, D: DiffHook> AsRef<D>
55 impl<'old, 'new, Old: ?Sized, New: ?Sized, D: DiffHook> AsMut<D>
63 impl<'old, 'new, Old, New, D> DiffHook for Compact<'old, 'new, Old, New, D> implementation
/dports/deskutils/just/just-0.10.5/cargo-crates/similar-2.1.0/src/algorithms/
H A Dcompact.rs17 pub struct Compact<'old, 'new, Old: ?Sized, New: ?Sized, D> { struct
24 impl<'old, 'new, Old, New, D> Compact<'old, 'new, Old, New, D> implementation
47 impl<'old, 'new, Old: ?Sized, New: ?Sized, D: DiffHook> AsRef<D>
55 impl<'old, 'new, Old: ?Sized, New: ?Sized, D: DiffHook> AsMut<D>
63 impl<'old, 'new, Old, New, D> DiffHook for Compact<'old, 'new, Old, New, D> implementation
/dports/devel/texlab/texlab-3.3.0/cargo-crates/similar-1.3.0/src/algorithms/
H A Dcompact.rs17 pub struct Compact<'old, 'new, Old: ?Sized, New: ?Sized, D> { struct
24 impl<'old, 'new, Old, New, D> Compact<'old, 'new, Old, New, D> impl
47 impl<'old, 'new, Old: ?Sized, New: ?Sized, D: DiffHook> AsRef<D>
55 impl<'old, 'new, Old: ?Sized, New: ?Sized, D: DiffHook> AsMut<D>
63 impl<'old, 'new, Old, New, D> DiffHook for Compact<'old, 'new, Old, New, D> implementation
/dports/lang/ghc/ghc-8.10.7/libraries/ghc-compact/GHC/
H A DCompact.hs139 data Compact a = Compact Compact# a (MVar ()) constructor
/dports/databases/py-xapian/xapian-bindings-1.4.18/csharp/generated-csharp/
H A DDatabase.cs414 public void Compact(string output, uint flags, int block_size) { in Compact() method in Xapian.Database
419 public void Compact(string output, uint flags) { in Compact() method in Xapian.Database
424 public void Compact(string output) { in Compact() method in Xapian.Database
429 public void Compact(int fd, uint flags, int block_size) { in Compact() method in Xapian.Database
434 public void Compact(int fd, uint flags) { in Compact() method in Xapian.Database
439 public void Compact(int fd) { in Compact() method in Xapian.Database
444 public void Compact(string output, uint flags, int block_size, Compactor compactor) { in Compact() method in Xapian.Database
449 public void Compact(int fd, uint flags, int block_size, Compactor compactor) { in Compact() method in Xapian.Database
/dports/databases/php-xapian/xapian-bindings-1.4.18/csharp/generated-csharp/
H A DDatabase.cs414 public void Compact(string output, uint flags, int block_size) { in Compact() method in Xapian.Database
419 public void Compact(string output, uint flags) { in Compact() method in Xapian.Database
424 public void Compact(string output) { in Compact() method in Xapian.Database
429 public void Compact(int fd, uint flags, int block_size) { in Compact() method in Xapian.Database
434 public void Compact(int fd, uint flags) { in Compact() method in Xapian.Database
439 public void Compact(int fd) { in Compact() method in Xapian.Database
444 public void Compact(string output, uint flags, int block_size, Compactor compactor) { in Compact() method in Xapian.Database
449 public void Compact(int fd, uint flags, int block_size, Compactor compactor) { in Compact() method in Xapian.Database
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/csharp/generated-csharp/
H A DDatabase.cs414 public void Compact(string output, uint flags, int block_size) { in Compact() method in Xapian.Database
419 public void Compact(string output, uint flags) { in Compact() method in Xapian.Database
424 public void Compact(string output) { in Compact() method in Xapian.Database
429 public void Compact(int fd, uint flags, int block_size) { in Compact() method in Xapian.Database
434 public void Compact(int fd, uint flags) { in Compact() method in Xapian.Database
439 public void Compact(int fd) { in Compact() method in Xapian.Database
444 public void Compact(string output, uint flags, int block_size, Compactor compactor) { in Compact() method in Xapian.Database
449 public void Compact(int fd, uint flags, int block_size, Compactor compactor) { in Compact() method in Xapian.Database
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/smartstring-0.2.9/src/
H A Dconfig.rs24 pub struct Compact; struct
53 impl SmartStringMode for Compact { implementation
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/serde_test-1.0.130/src/
H A Dconfigure.rs12 pub struct Compact<T: ?Sized>(T); struct
101 impl<T: ?Sized> Serialize for Compact<T> implementation
124 impl<'de, T> Deserialize<'de> for Compact<T> implementation
149 impl<'de, T> DeserializeSeed<'de> for Compact<T> implementation
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/serde_test-1.0.94/src/
H A Dconfigure.rs12 pub struct Compact<T: ?Sized>(T); struct
101 impl<T: ?Sized> Serialize for Compact<T> implementation
124 impl<'de, T> Deserialize<'de> for Compact<T> implementation
149 impl<'de, T> DeserializeSeed<'de> for Compact<T> implementation
/dports/devel/dtool/dtool-0.11.0/cargo-crates/serde_test-1.0.104/src/
H A Dconfigure.rs12 pub struct Compact<T: ?Sized>(T); struct
101 impl<T: ?Sized> Serialize for Compact<T> implementation
124 impl<'de, T> Deserialize<'de> for Compact<T> implementation
149 impl<'de, T> DeserializeSeed<'de> for Compact<T> implementation
/dports/math/openturns/openturns-1.18/lib/src/Base/Stat/
H A DCompact.cxx38 Compact::Compact() in Compact() function in Compact
49 Compact::Compact(const UnsignedInteger halfMaximumSize) in Compact() function in Compact
/dports/devel/texlab/texlab-3.3.0/cargo-crates/smartstring-0.2.6/src/
H A Dconfig.rs25 pub struct Compact; struct
63 impl SmartStringMode for Compact { implementation
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/smartstring-0.2.6/src/
H A Dconfig.rs25 pub struct Compact; struct
63 impl SmartStringMode for Compact { implementation
/dports/devel/dtool/dtool-0.11.0/cargo-crates/parity-codec-3.5.4/src/
H A Dcodec.rs180 pub struct Compact<T>(pub T); struct
197 impl<T> Encode for Compact<T> implementation
217 impl<T> Decode for Compact<T> implementation
317 impl Encode for Compact<()> { implementation
338 impl Encode for Compact<u8> { implementation
375 impl Encode for Compact<u16> { implementation
417 impl Encode for Compact<u32> { implementation
467 impl Encode for Compact<u64> { implementation
544 impl Decode for Compact<()> { implementation
550 impl Decode for Compact<u8> { implementation
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkMipMap.cpp33 static uint32_t Compact(const Sk4h& x) { in Compact() function
45 static uint16_t Compact(uint32_t x) { in Compact() function
55 static uint16_t Compact(uint32_t x) { in Compact() function
65 static uint8_t Compact(unsigned x) { in Compact() function
76 static uint16_t Compact(const Sk4f& x) { in Compact() function
88 static uint64_t Compact(const Sk4f& x) { in Compact() function
100 static uint16_t Compact(uint32_t x) { in Compact() function
110 static uint16_t Compact(uint64_t x) { in Compact() function
120 static uint32_t Compact(const Sk4f& x) { in Compact() function
144 static uint16_t Compact(uint32_t x) { in Compact() function
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkMipMap.cpp33 static uint32_t Compact(const Sk4h& x) { in Compact() function
45 static uint16_t Compact(uint32_t x) { in Compact() function
55 static uint16_t Compact(uint32_t x) { in Compact() function
65 static uint8_t Compact(unsigned x) { in Compact() function
76 static uint16_t Compact(const Sk4f& x) { in Compact() function
88 static uint64_t Compact(const Sk4f& x) { in Compact() function
100 static uint16_t Compact(uint32_t x) { in Compact() function
110 static uint16_t Compact(uint64_t x) { in Compact() function
120 static uint32_t Compact(const Sk4f& x) { in Compact() function
144 static uint16_t Compact(uint32_t x) { in Compact() function
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkMipMap.cpp33 static uint32_t Compact(const Sk4h& x) { in Compact() function
45 static uint16_t Compact(uint32_t x) { in Compact() function
55 static uint16_t Compact(uint32_t x) { in Compact() function
65 static uint8_t Compact(unsigned x) { in Compact() function
76 static uint16_t Compact(const Sk4f& x) { in Compact() function
88 static uint64_t Compact(const Sk4f& x) { in Compact() function
100 static uint16_t Compact(uint32_t x) { in Compact() function
110 static uint16_t Compact(uint64_t x) { in Compact() function
120 static uint32_t Compact(const Sk4f& x) { in Compact() function
144 static uint16_t Compact(uint32_t x) { in Compact() function
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkMipMap.cpp33 static uint32_t Compact(const Sk4h& x) { in Compact() function
45 static uint16_t Compact(uint32_t x) { in Compact() function
55 static uint16_t Compact(uint32_t x) { in Compact() function
65 static uint8_t Compact(unsigned x) { in Compact() function
76 static uint16_t Compact(const Sk4f& x) { in Compact() function
88 static uint64_t Compact(const Sk4f& x) { in Compact() function
100 static uint16_t Compact(uint32_t x) { in Compact() function
110 static uint16_t Compact(uint64_t x) { in Compact() function
120 static uint32_t Compact(const Sk4f& x) { in Compact() function
144 static uint16_t Compact(uint32_t x) { in Compact() function
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkMipMap.cpp33 static uint32_t Compact(const Sk4h& x) { in Compact() function
45 static uint16_t Compact(uint32_t x) { in Compact() function
55 static uint16_t Compact(uint32_t x) { in Compact() function
65 static uint8_t Compact(unsigned x) { in Compact() function
76 static uint16_t Compact(const Sk4f& x) { in Compact() function
88 static uint64_t Compact(const Sk4f& x) { in Compact() function
100 static uint16_t Compact(uint32_t x) { in Compact() function
110 static uint16_t Compact(uint64_t x) { in Compact() function
120 static uint32_t Compact(const Sk4f& x) { in Compact() function
144 static uint16_t Compact(uint32_t x) { in Compact() function
[all …]

12345678910>>...67