Home
last modified time | relevance | path

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

12345678910>>...88

/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 …]
DtcuTexVerifierUtil.hpp40 template<int Size>
41 inline Vector<float, Size> computeFloatingPointError (const Vector<float, Size>& value, const Vecto… in computeFloatingPointError()
43 Vector<float, Size> res; in computeFloatingPointError()
44 for (int ndx = 0; ndx < Size; ndx++) in computeFloatingPointError()
49 template<int Size>
50 inline Vector<float, Size> computeFixedPointError (const Vector<deInt32, Size>& numAccurateBits) in computeFixedPointError()
52 Vector<float, Size> res; in computeFixedPointError()
53 for (int ndx = 0; ndx < Size; ndx++) in computeFixedPointError()
58 template<int Size>
59 inline Vector<float, Size> computeColorBitsError(const Vector<deInt32, Size>& bits, const Vector<de… in computeColorBitsError()
[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 …]
DX87.cpp90 #define TestFstpSt(Size, MemorySize, Type) \ in TEST_F() argument
130 __ fld(IceType_f##Size, dwordAddress(N7)); \ in TEST_F()
132 __ fld(IceType_f##Size, dwordAddress(N6)); \ in TEST_F()
134 __ fld(IceType_f##Size, dwordAddress(N5)); \ in TEST_F()
136 __ fld(IceType_f##Size, dwordAddress(N4)); \ in TEST_F()
138 __ fld(IceType_f##Size, dwordAddress(N3)); \ in TEST_F()
140 __ fld(IceType_f##Size, dwordAddress(N2)); \ in TEST_F()
142 __ fld(IceType_f##Size, dwordAddress(N1)); \ in TEST_F()
145 __ fstp(IceType_f##Size, dwordAddress(T1)); \ in TEST_F()
146 __ fstp(IceType_f##Size, dwordAddress(T2)); \ 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 …]
DXmmArith.cpp124 #define TestPArithXmmXmm(Dst, Value0, Src, Value1, Inst, Op, Type, Size) \ in TEST_F() argument
128 ", " #Type ", " #Size ")"; \ in TEST_F()
137 __ Inst(IceType_i##Size, Encoded_Xmm_##Dst(), Encoded_Xmm_##Src()); \ in TEST_F()
144 ASSERT_EQ(packedAs<Type##Size##_t>(V0) Op V1, test.Dst<Dqword>()) \ in TEST_F()
149 #define TestPArithXmmAddr(Dst, Value0, Value1, Inst, Op, Type, Size) \ in TEST_F() argument
153 ", " #Type ", " #Size ")"; \ in TEST_F()
161 __ Inst(IceType_i##Size, Encoded_Xmm_##Dst(), dwordAddress(T1)); \ in TEST_F()
168 ASSERT_EQ(packedAs<Type##Size##_t>(V0) Op V1, test.Dst<Dqword>()) \ in TEST_F()
173 #define TestPArithXmmImm(Dst, Value0, Imm, Inst, Op, Type, Size) \ in TEST_F() argument
177 ", " #Size ")"; \ in TEST_F()
[all …]
/third_party/json/tests/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/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/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAlignOf.h35 template<std::size_t Alignment, std::size_t Size>
37 LLVM_ALIGNAS(Alignment) char buffer[Size];
43 template<std::size_t Alignment, std::size_t Size>
54 template<std::size_t Size>
55 struct AlignedCharArray<1, Size> {
58 char buffer[Size];
62 template<std::size_t Size>
63 struct AlignedCharArray<2, Size> {
66 char buffer[Size];
70 template<std::size_t Size>
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp75 void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch() argument
79 unsigned_width(Size + 1, Value, std::string("branch target"), Fixup, Ctx); in adjustBranch()
86 void adjustRelativeBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustRelativeBranch() argument
90 signed_width(Size + 1, Value, std::string("branch target"), Fixup, Ctx); in adjustRelativeBranch()
104 void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_call() argument
106 adjustBranch(Size, Fixup, Value, Ctx); in fixup_call()
120 void fixup_7_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_7_pcrel() argument
122 adjustRelativeBranch(Size, Fixup, Value, Ctx); in fixup_7_pcrel()
134 void fixup_13_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_13_pcrel() argument
136 adjustRelativeBranch(Size, Fixup, Value, Ctx); in fixup_13_pcrel()
[all …]

12345678910>>...88