Home
last modified time | relevance | path

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

/external/skia/src/core/
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
132 static uint64_t Compact(const skvx::Vec<4, uint32_t>& x) { in Compact() function
[all …]
/external/skqp/src/core/
DSkMipMap.cpp32 static uint32_t Compact(const Sk4h& 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
74 static uint64_t Compact(const Sk4f& x) { in Compact() function
/external/libchrome/base/
Dcallback_list.h175 void Compact() { in Compact() function
Dobserver_list.h284 void Compact() { in Compact() function
/external/v8/src/objects/
Dosr-optimized-code-cache.cc58 void OSROptimizedCodeCache::Compact(Handle<NativeContext> native_context) { in Compact() function in v8::internal::OSROptimizedCodeCache
Dcode.cc1015 bool DependentCode::Compact() { in Compact() function in v8::internal::DependentCode
Dobjects.cc4060 void WeakArrayList::Compact(Isolate* isolate) { in Compact() function in v8::internal::WeakArrayList
4197 WeakArrayList PrototypeUsers::Compact(Handle<WeakArrayList> array, Heap* heap, in Compact() function in v8::internal::PrototypeUsers
/external/golang-protobuf/proto/
Dtext.go770 Compact bool // use compact text format (one line). member