Home
last modified time | relevance | path

Searched refs:Size (Results 1 – 25 of 2591) sorted by relevance

12345678910>>...104

/third_party/libexif/test/testdata/
Dpentax_makernote_variant_4.jpg.parsed5 Size, Comps: 24, 24
8 Size, Comps: 12, 12
11 Size, Comps: 2, 1
14 Size, Comps: 8, 1
17 Size, Comps: 8, 1
20 Size, Comps: 2, 1
23 Size, Comps: 18, 18
26 Size, Comps: 20, 20
29 Size, Comps: 2, 1
32 Size, Comps: 46, 46
[all …]
Dcanon_makernote_variant_1.jpg.parsed5 Size, Comps: 6, 6
8 Size, Comps: 20, 20
11 Size, Comps: 2, 1
14 Size, Comps: 8, 1
17 Size, Comps: 8, 1
20 Size, Comps: 2, 1
23 Size, Comps: 20, 20
26 Size, Comps: 2, 1
30 Size, Comps: 2, 1
33 Size, Comps: 8, 1
[all …]
Dolympus_makernote_variant_2.jpg.parsed5 Size, Comps: 11, 11
8 Size, Comps: 6, 6
11 Size, Comps: 13, 13
14 Size, Comps: 2, 1
17 Size, Comps: 8, 1
20 Size, Comps: 8, 1
23 Size, Comps: 2, 1
26 Size, Comps: 17, 17
29 Size, Comps: 20, 20
32 Size, Comps: 2, 1
[all …]
Dpentax_makernote_variant_3.jpg.parsed5 Size, Comps: 19, 19
8 Size, Comps: 18, 18
11 Size, Comps: 2, 1
14 Size, Comps: 8, 1
17 Size, Comps: 8, 1
20 Size, Comps: 2, 1
23 Size, Comps: 20, 20
26 Size, Comps: 20, 20
29 Size, Comps: 2, 1
32 Size, Comps: 94, 94
[all …]
Dolympus_makernote_variant_5.jpg.parsed5 Size, Comps: 32, 32
8 Size, Comps: 24, 24
11 Size, Comps: 14, 14
14 Size, Comps: 2, 1
17 Size, Comps: 8, 1
20 Size, Comps: 8, 1
23 Size, Comps: 2, 1
26 Size, Comps: 32, 32
29 Size, Comps: 20, 20
32 Size, Comps: 2, 1
[all …]
Dfuji_makernote_variant_1.jpg.parsed5 Size, Comps: 9, 9
8 Size, Comps: 14, 14
11 Size, Comps: 2, 1
14 Size, Comps: 8, 1
17 Size, Comps: 8, 1
20 Size, Comps: 2, 1
23 Size, Comps: 37, 37
26 Size, Comps: 20, 20
29 Size, Comps: 2, 1
32 Size, Comps: 5, 5
[all …]
Dpentax_makernote_variant_2.jpg.parsed5 Size, Comps: 24, 24
8 Size, Comps: 18, 18
11 Size, Comps: 2, 1
14 Size, Comps: 8, 1
17 Size, Comps: 8, 1
20 Size, Comps: 2, 1
23 Size, Comps: 22, 22
26 Size, Comps: 20, 20
29 Size, Comps: 2, 1
32 Size, Comps: 40, 40
[all …]
Dolympus_makernote_variant_4.jpg.parsed5 Size, Comps: 32, 32
8 Size, Comps: 24, 24
11 Size, Comps: 17, 17
14 Size, Comps: 2, 1
17 Size, Comps: 8, 1
20 Size, Comps: 8, 1
23 Size, Comps: 2, 1
26 Size, Comps: 32, 32
29 Size, Comps: 20, 20
32 Size, Comps: 64, 64
[all …]
Dolympus_makernote_variant_3.jpg.parsed5 Size, Comps: 32, 32
8 Size, Comps: 24, 24
11 Size, Comps: 17, 17
14 Size, Comps: 2, 1
17 Size, Comps: 8, 1
20 Size, Comps: 8, 1
23 Size, Comps: 2, 1
26 Size, Comps: 32, 32
29 Size, Comps: 20, 20
32 Size, Comps: 2, 1
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuVector.hpp36 template <typename T, int VecSize, int Size>
44 VecAccess& operator= (const Vector<T, Size>& v);
46 operator Vector<T, Size> (void) const;
50 int m_index[Size];
53 template <typename T, int VecSize, int Size>
54 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y) in VecAccess()
57 DE_STATIC_ASSERT(Size == 2); in VecAccess()
62 template <typename T, int VecSize, int Size>
63 VecAccess<T, VecSize, Size>::VecAccess (Vector<T, VecSize>& v, int x, int y, int z) in VecAccess()
66 DE_STATIC_ASSERT(Size == 3); in VecAccess()
[all …]
DtcuVectorUtil.hpp126 template <typename T, int Size>
127 inline T dot (const Vector<T, Size>& a, const Vector<T, Size>& b) in dot()
130 for (int i = 0; i < Size; i++) in dot()
135 template <typename T, int Size>
136 inline T lengthSquared (const Vector<T, Size>& a) in lengthSquared()
139 for (int i = 0; i < Size; i++) in lengthSquared()
144 template <typename T, int Size>
145 …e::meta::EnableIf<T, de::meta::TypesSame<T, double>::Value>::Type length (const Vector<T, Size>& a) in length()
150 template <typename T, int Size>
151 …de::meta::EnableIf<T, de::meta::TypesSame<T, float>::Value>::Type length (const Vector<T, Size>& a) in length()
[all …]
/third_party/flutter/flutter/packages/flutter/test/painting/
Dbox_fit_test.dart13 result = applyBoxFit(BoxFit.scaleDown, const Size(100.0, 1000.0), const Size(200.0, 2000.0));
14 expect(result.source, equals(const Size(100.0, 1000.0)));
15 expect(result.destination, equals(const Size(100.0, 1000.0)));
17 result = applyBoxFit(BoxFit.scaleDown, const Size(300.0, 3000.0), const Size(200.0, 2000.0));
18 expect(result.source, equals(const Size(300.0, 3000.0)));
19 expect(result.destination, equals(const Size(200.0, 2000.0)));
21 result = applyBoxFit(BoxFit.fitWidth, const Size(2000.0, 400.0), const Size(1000.0, 100.0));
22 expect(result.source, equals(const Size(2000.0, 200.0)));
23 expect(result.destination, equals(const Size(1000.0, 100.0)));
25 result = applyBoxFit(BoxFit.fitHeight, const Size(400.0, 2000.0), const Size(100.0, 1000.0));
[all …]
Dgeometry_test.dart14 size: const Size(100.0, 100.0),
15 childSize: const Size(20.0, 10.0),
25 size: const Size(100.0, 100.0),
26 childSize: const Size(200.0, 10.0),
36 size: const Size(100.0, 100.0),
37 childSize: const Size(200.0, 10.0),
47 size: const Size(100.0, 100.0),
48 childSize: const Size(200.0, 10.0),
58 size: const Size(100.0, 100.0),
59 childSize: const Size(50.0, 10.0),
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp326 #define TestImplRegReg(Dst, Value0, Src, Value1, Size) \ in TEST_F() argument
330 "(" #Dst ", " #Value0 ", " #Src ", " #Value1 ", " #Size ")"; \ in TEST_F()
334 __ mov(IceType_i##Size, GPRRegister::Encoded_Reg_##Dst, \ in TEST_F()
336 __ mov(IceType_i##Size, GPRRegister::Encoded_Reg_##Src, \ in TEST_F()
338 __ test(IceType_i##Size, GPRRegister::Encoded_Reg_##Dst, \ in TEST_F()
351 ASSERT_EQ(((Value0)&Mask##Size) & ((Value1)&Mask##Size) ? ValueIfTrue \ in TEST_F()
358 #define TestImplRegImm(Dst, Value0, Imm, Size) \ in TEST_F() argument
362 "(" #Dst ", " #Value0 ", " #Imm ", " #Size ")"; \ in TEST_F()
366 __ mov(IceType_i##Size, GPRRegister::Encoded_Reg_##Dst, \ in TEST_F()
368 __ test(IceType_i##Size, GPRRegister::Encoded_Reg_##Dst, \ in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp362 #define TestImplRegReg(Dst, Value0, Src, Value1, Size) \ in TEST_F() argument
366 "(" #Dst ", " #Value0 ", " #Src ", " #Value1 ", " #Size ")"; \ in TEST_F()
370 __ mov(IceType_i##Size, Encoded_GPR_##Dst(), Immediate(Value0)); \ in TEST_F()
371 __ mov(IceType_i##Size, Encoded_GPR_##Src(), Immediate(Value1)); \ in TEST_F()
372 __ test(IceType_i##Size, Encoded_GPR_##Dst(), Encoded_GPR_##Src()); \ in TEST_F()
382 ASSERT_EQ(((Value0)&Mask##Size) & ((Value1)&Mask##Size) ? ValueIfTrue \ in TEST_F()
389 #define TestImplRegImm(Dst, Value0, Imm, Size) \ in TEST_F() argument
393 "(" #Dst ", " #Value0 ", " #Imm ", " #Size ")"; \ in TEST_F()
397 __ mov(IceType_i##Size, Encoded_GPR_##Dst(), Immediate(Value0)); \ in TEST_F()
398 __ test(IceType_i##Size, Encoded_GPR_##Dst(), \ in TEST_F()
[all …]
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerMutate.cpp71 size_t MutationDispatcher::Mutate_Custom(uint8_t *Data, size_t Size, in Mutate_Custom() argument
73 return EF->LLVMFuzzerCustomMutator(Data, Size, MaxSize, Rand.Rand()); in Mutate_Custom()
76 size_t MutationDispatcher::Mutate_CustomCrossOver(uint8_t *Data, size_t Size, in Mutate_CustomCrossOver() argument
78 if (!Corpus || Corpus->size() < 2 || Size == 0) in Mutate_CustomCrossOver()
87 Data, Size, Other.data(), Other.size(), U.data(), U.size(), Rand.Rand()); in Mutate_CustomCrossOver()
95 size_t MutationDispatcher::Mutate_ShuffleBytes(uint8_t *Data, size_t Size, in Mutate_ShuffleBytes() argument
97 if (Size > MaxSize) return 0; in Mutate_ShuffleBytes()
98 assert(Size); in Mutate_ShuffleBytes()
100 Rand(std::min(Size, (size_t)8)) + 1; // [1,8] and <= Size. in Mutate_ShuffleBytes()
101 size_t ShuffleStart = Rand(Size - ShuffleAmount); in Mutate_ShuffleBytes()
[all …]
DFuzzerMutate.h32 size_t Mutate_Custom(uint8_t *Data, size_t Size, size_t MaxSize);
34 size_t Mutate_CustomCrossOver(uint8_t *Data, size_t Size, size_t MaxSize);
36 size_t Mutate_ShuffleBytes(uint8_t *Data, size_t Size, size_t MaxSize);
38 size_t Mutate_EraseBytes(uint8_t *Data, size_t Size, size_t MaxSize);
40 size_t Mutate_InsertByte(uint8_t *Data, size_t Size, size_t MaxSize);
42 size_t Mutate_InsertRepeatedBytes(uint8_t *Data, size_t Size, size_t MaxSize);
44 size_t Mutate_ChangeByte(uint8_t *Data, size_t Size, size_t MaxSize);
46 size_t Mutate_ChangeBit(uint8_t *Data, size_t Size, size_t MaxSize);
48 size_t Mutate_CopyPart(uint8_t *Data, size_t Size, size_t MaxSize);
51 size_t Mutate_AddWordFromManualDictionary(uint8_t *Data, size_t Size,
[all …]
DFuzzerDictionary.h31 Size = S; in Set()
35 return Size == w.Size && 0 == memcmp(Data, w.Data, Size);
39 if (Size != w.Size)
40 return Size < w.Size;
41 return memcmp(Data, w.Data, Size) < 0;
46 uint8_t size() const { return Size; } in size()
49 uint8_t Size = 0;
96 const DictionaryEntry *end() const { return begin() + Size; } in end()
98 assert(Idx < Size);
102 if (Size < kMaxDictSize) in push_back()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackWriter.cpp102 size_t Size = s.size(); in write() local
104 if (Size <= FixMax::String) in write()
105 EW.write(static_cast<uint8_t>(FixBits::String | Size)); in write()
106 else if (!Compatible && Size <= UINT8_MAX) { in write()
108 EW.write(static_cast<uint8_t>(Size)); in write()
109 } else if (Size <= UINT16_MAX) { in write()
111 EW.write(static_cast<uint16_t>(Size)); in write()
113 assert(Size <= UINT32_MAX && "String object too long to be encoded"); in write()
115 EW.write(static_cast<uint32_t>(Size)); in write()
124 size_t Size = Buffer.getBufferSize(); in write() local
[all …]
/third_party/boost/boost/compute/iterator/detail/
Dswizzle_iterator.hpp34 template<class InputIterator, size_t Size>
38 template<class InputIterator, size_t Size>
46 Size
52 template<class InputIterator, size_t Size>
57 swizzle_iterator<InputIterator, Size>,
59 typename make_swizzle_iterator_value_type<InputIterator, Size>::type,
61 typename make_swizzle_iterator_value_type<InputIterator, Size>::type
65 template<class InputIterator, size_t Size, class IndexExpr>
68 typedef typename make_swizzle_iterator_value_type<InputIterator, Size>::type result_type;
84 template<class InputIterator, size_t Size, class IndexExpr>
[all …]
/third_party/boost/libs/compute/include/boost/compute/iterator/detail/
Dswizzle_iterator.hpp34 template<class InputIterator, size_t Size>
38 template<class InputIterator, size_t Size>
46 Size
52 template<class InputIterator, size_t Size>
57 swizzle_iterator<InputIterator, Size>,
59 typename make_swizzle_iterator_value_type<InputIterator, Size>::type,
61 typename make_swizzle_iterator_value_type<InputIterator, Size>::type
65 template<class InputIterator, size_t Size, class IndexExpr>
68 typedef typename make_swizzle_iterator_value_type<InputIterator, Size>::type result_type;
84 template<class InputIterator, size_t Size, class IndexExpr>
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp46 DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,
49 DecodeStatus onSymbolStart(StringRef Name, uint64_t &Size,
76 static int nextByte(ArrayRef<uint8_t> Bytes, uint64_t &Size) { in nextByte() argument
77 if (Size >= Bytes.size()) in nextByte()
79 auto V = Bytes[Size]; in nextByte()
80 Size++; in nextByte()
84 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, in nextLEB() argument
88 Val = Signed ? decodeSLEB128(Bytes.data() + Size, &N, in nextLEB()
90 : static_cast<int64_t>(decodeULEB128(Bytes.data() + Size, &N, in nextLEB()
95 Size += N; in nextLEB()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.hpp108 template <int Size>
109 bool isEqualRelEpsilon (const tcu::Vector<float, Size>& a, const tcu::Vector<float, Size>& b, const… in isEqualRelEpsilon()
111 for (int compNdx = 0; compNdx < Size; ++compNdx) in isEqualRelEpsilon()
122 template <int Size>
123 …l isInRange (const tcu::Vector<float, Size>& v, const tcu::Vector<float, Size>& min, const tcu::Ve… in isInRange()
125 for (int compNdx = 0; compNdx < Size; ++compNdx) in isInRange()
136 template <int Size>
137 tcu::Vector<float, Size> floor (const tcu::Vector<float, Size>& v) in floor()
139 tcu::Vector<float, Size> result; in floor()
141 for (int compNdx = 0; compNdx < Size; ++compNdx) in floor()
[all …]
/third_party/boost/libs/math/dot_net_example/distribution_explorer/
DDistexForm.Designer.cs132 this.modeLabel.Size = new System.Drawing.Size(44, 18); in InitializeComponent()
151 this.propertiesTab.Size = new System.Drawing.Size(642, 585); in InitializeComponent()
173 this.DistributionTab.Size = new System.Drawing.Size(634, 555); in InitializeComponent()
184 this.parameter3.Size = new System.Drawing.Size(341, 24); in InitializeComponent()
192 this.parameter3Label.Size = new System.Drawing.Size(170, 18); in InitializeComponent()
204 this.distributionNameLabel.Size = new System.Drawing.Size(78, 18); in InitializeComponent()
215 this.parameter2Label.Size = new System.Drawing.Size(170, 18); in InitializeComponent()
228 this.parameter1Label.Size = new System.Drawing.Size(89, 18); in InitializeComponent()
238 this.parameter2.Size = new System.Drawing.Size(341, 24); in InitializeComponent()
246 this.parameter1.Size = new System.Drawing.Size(341, 24); in InitializeComponent()
[all …]
/third_party/skia/third_party/externals/tint/src/resolver/
Dstruct_layout_test.cc39 EXPECT_EQ(sem->Size(), 12u); in TEST_F()
45 EXPECT_EQ(sem->Members()[0]->Size(), 4u); in TEST_F()
48 EXPECT_EQ(sem->Members()[1]->Size(), 4u); in TEST_F()
51 EXPECT_EQ(sem->Members()[2]->Size(), 4u); in TEST_F()
67 EXPECT_EQ(sem->Size(), 8u); in TEST_F()
73 EXPECT_EQ(sem->Members()[0]->Size(), 4u); in TEST_F()
76 EXPECT_EQ(sem->Members()[1]->Size(), 4u); in TEST_F()
90 EXPECT_EQ(sem->Size(), 36u); in TEST_F()
96 EXPECT_EQ(sem->Members()[0]->Size(), 12u); in TEST_F()
99 EXPECT_EQ(sem->Members()[1]->Size(), 20u); in TEST_F()
[all …]

12345678910>>...104