Home
last modified time | relevance | path

Searched refs:Compact (Results 1 – 25 of 97) sorted by relevance

1234

/external/llvm/test/MC/ARM/
Deh-directive-unwind_raw.s62 @ CHECK: Model: Compact (Inline)
70 @ CHECK: Model: Compact (Inline)
80 @ CHECK: Model: Compact
91 @ CHECK: Model: Compact (Inline)
99 @ CHECK: Model: Compact (Inline)
Deh-compact-pr0.s55 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
92 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
/external/skia/src/core/
DSkMipmap.cpp32 static uint32_t Compact(const skvx::Vec<4, uint16_t>& x) { in Compact() function
44 static uint16_t Compact(uint32_t x) { in Compact() function
54 static uint16_t Compact(uint32_t x) { in Compact() function
64 static uint8_t Compact(unsigned x) { in Compact() function
75 static uint16_t Compact(const skvx::float4& x) { in Compact() function
87 static uint64_t Compact(const skvx::float4& x) { in Compact() function
99 static uint16_t Compact(uint32_t x) { in Compact() function
109 static uint16_t Compact(uint64_t x) { in Compact() function
119 static uint32_t Compact(const skvx::float4& x) { in Compact() function
131 static uint64_t Compact(const skvx::Vec<4, uint32_t>& x) { in Compact() function
[all …]
/external/rust/crates/sec1/src/
Dpoint.rs184 | Coordinates::Compact { .. } in compress()
211 Coordinates::Compact { x: x.into() } in coordinates()
228 Coordinates::Compact { x } => Some(x), in x()
239 Coordinates::Compact { .. } => None, in y()
420 Compact { enumerator
448 Coordinates::Compact { .. } => Tag::Compact, in tag()
479 Compact = 5, enumerator
490 5 => Ok(Tag::Compact), in from_u8()
497 matches!(self, Tag::Compact) in is_compact()
518 Tag::Compact => field_element_size, in message_len()
/external/rust/crates/serde_test/src/
Dconfigure.rs12 pub struct Compact<T: ?Sized>(T); struct
79 fn compact(self) -> Compact<Self> in compact()
83 Compact(self) in compact()
101 impl<T: ?Sized> Serialize for Compact<T> implementation
110 self.0.serialize(Compact(serializer)) in serialize()
124 impl<'de, T> Deserialize<'de> for Compact<T> implementation
132 T::deserialize(Compact(deserializer)).map(Compact) in deserialize()
149 impl<'de, T> DeserializeSeed<'de> for Compact<T> implementation
159 self.0.deserialize(Compact(deserializer)) in deserialize()
468 impl_serializer!(Compact, false);
[all …]
Dlib.rs184 pub use configure::{Compact, Configure, Readable};
/external/llvm/test/tools/llvm-readobj/ARM/
Dunwind.s155 @ CHECK: Model: Compact (Inline)
171 @ CHECK: Model: Compact (Inline)
189 @ CHECK: Model: Compact
220 @ CHECK: Model: Compact (Inline)
235 @ CHECK: Model: Compact (Inline)
253 @ CHECK: Model: Compact (Inline)
/external/cronet/third_party/ced/
DREADME.chromium1 Name: Compact Encoding Detection
10 Compact Encoding Detection(CED for short) is a library written in C++ that
/external/cronet/base/
Dobserver_list.h153 list_->Compact(); in ~Iter()
167 list_->Compact();
272 Compact(); in ~ObserverList()
347 void Compact() { in Compact() function
/external/cronet/net/base/
Dexpiring_cache.h152 Compact(now); in Put()
177 FRIEND_TEST_ALL_PREFIXES(ExpiringCacheTest, Compact);
181 void Compact(const ExpirationType& now) { in Compact() function
Dexpiring_cache_unittest.cc91 TEST(ExpiringCacheTest, Compact) { in TEST() argument
136 cache.Compact(now); in TEST()
153 cache.Compact(now); in TEST()
293 cache.Compact(kMuchLater); in TEST()
/external/capstone/windowsce/
DCOMPILE.md2 - Windows CE 7, a.k.a, [Windows Embedded Compact 7](https://www.microsoft.com/windowsembedded/en-us…
3 - Windows CE 8, a.k.a, [Windows Embedded Compact 2013](https://www.microsoft.com/windowsembedded/en…
13 …targetting **Windows Embedded Compact 7** on **ARMv7**. We recommend the toolchain provided with …
20 …n. To build for Windows CE 7, this should be set to the Windows Embedded Compact 7 toolchain. To b…
37 … include the directories containing the C header files of the Windows Embedded Compact 7 toolchain.
/external/libchrome/base/
Dobserver_list.h131 list_->Compact(); in ~Iter()
230 Compact(); in ~ObserverList()
284 void Compact() { in Compact() function
Dcallback_list.h139 list_->Compact(); in ~Iterator()
175 void Compact() { in Compact() function
/external/markdown/tests/php/extra/
DAbbr.xhtml5 <p>And here we have a <abbr title="Compact Disk">CD</abbr>, some CDs, and some other <abbr title="C…
DAbbr.text14 *[CD]: Compact Disk
/external/fonttools/Doc/source/ttLib/tables/
DC_F_F_.rst1 ``CFF``: Compact Font Format Table
DC_F_F__2.rst1 ``CFF2``: Compact Font Format (CFF) Version 2
/external/leveldb/db/
Ddb_test.cc452 void Compact(const Slice& start, const Slice& limit) { in Compact() function in leveldb::DBTest
715 Compact("a", "z"); in TEST_F()
728 Compact("a", "b"); in TEST_F()
730 Compact("x", "y"); in TEST_F()
732 Compact("f", "g"); in TEST_F()
1597 Compact("[0]", "[9999]"); in TEST_F()
1606 Compact("[0]", "[1000000]"); in TEST_F()
1618 Compact("", "c"); in TEST_F()
1622 Compact("r", "z"); in TEST_F()
1626 Compact("p1", "p9"); in TEST_F()
[all …]
/external/libchrome/base/containers/
Did_map.h167 map_->Compact(); in ~Iterator()
259 void Compact() { in Compact() function
/external/cronet/base/containers/
Did_map.h190 map_->Compact(); in ~Iterator()
305 void Compact() { in Compact() function
/external/cronet/third_party/ced/src/
DREADME.md3 Compact Encoding Detection(CED for short) is a library written in C++ that
/external/cronet/net/disk_cache/memory/
Dmem_entry_impl.cc153 Compact(); in Close()
157 child_info.second->Compact(); in Close()
620 void MemEntryImpl::Compact() { in Compact() function in disk_cache::MemEntryImpl
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_table.cc80 void Compact() { upb_inttable_compact(&table_); } in Compact() function in upb::IntTable
295 void Compact() { table_.Compact(); } in Compact() function in upb::TypedIntTable
462 table.Compact(); in test_inttable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrFormats.td538 // Compact Move/Load.
553 // Compact Load/Add/Sub.
588 // Compact Load/Store.
745 // Compact Load/Store with Offset Format.
857 // Compact MOV/ADD/CMP Immediate Format.
914 // Compact Branch on Compare Register with Zero.
929 // Compact Branch Conditionally Format.

1234