Home
last modified time | relevance | path

Searched defs:Size (Results 1 – 25 of 2447) sorted by relevance

12345678910>>...98

/external/armnn/samples/common/include/Utils/
DTypes.hpp18 struct Size struct
21 uint32_t m_Width;
22 uint32_t m_Height;
24 Size() : Size(0, 0) {} in Size() argument
26 Size(uint32_t width, uint32_t height) : in Size() argument
29 Size(const Size& other) in Size() argument
/external/angle/third_party/vulkan_memory_allocator/tools/GpuMemDumpVis/
DSample.json27 "Size": 16862150656, number
94 "Size": 8573157376, number
169 {"Offset": 0, "Type": "IMAGE_OPTIMAL", "Size": 65536, "Usage": 6}, number
170 {"Offset": 65536, "Type": "BUFFER", "Size": 768, "Usage": 130}, number
171 {"Offset": 66304, "Type": "BUFFER", "Size": 60, "Usage": 66}, number
172 {"Offset": 66364, "Type": "UNKNOWN", "Size": 1024, "Usage": 0}, number
173 … {"Offset": 67388, "Type": "UNKNOWN", "Size": 1024, "Usage": 0, "CustomData": "0000000000F5D987"}, number
174 {"Offset": 68412, "Type": "UNKNOWN", "Size": 1024, "Usage": 0, "Name": "SHEPURD"}, number
175 …{"Offset": 69436, "Type": "UNKNOWN", "Size": 1024, "Usage": 0, "CustomData": "00000000018CE96A", "… number
176 {"Offset": 70460, "Type": "BUFFER", "Size": 1024, "Usage": 3}, number
[all …]
/external/clang/lib/AST/
DStmtOpenMP.cpp60 unsigned Size = in Create() local
75 unsigned Size = in CreateEmpty() local
87 unsigned Size = in Create() local
116 unsigned Size = in CreateEmpty() local
129 unsigned Size = in Create() local
169 unsigned Size = in CreateEmpty() local
182 unsigned Size = in Create() local
221 unsigned Size = in CreateEmpty() local
232 unsigned Size = in Create() local
247 unsigned Size = in CreateEmpty() local
[all …]
/external/llvm/lib/Fuzzer/
DFuzzerMutate.cpp70 size_t MutationDispatcher::Mutate_Custom(uint8_t *Data, size_t Size, in Mutate_Custom()
75 size_t MutationDispatcher::Mutate_CustomCrossOver(uint8_t *Data, size_t Size, in Mutate_CustomCrossOver()
94 size_t MutationDispatcher::Mutate_ShuffleBytes(uint8_t *Data, size_t Size, in Mutate_ShuffleBytes()
106 size_t MutationDispatcher::Mutate_EraseByte(uint8_t *Data, size_t Size, in Mutate_EraseByte()
116 size_t MutationDispatcher::Mutate_InsertByte(uint8_t *Data, size_t Size, in Mutate_InsertByte()
126 size_t MutationDispatcher::Mutate_ChangeByte(uint8_t *Data, size_t Size, in Mutate_ChangeByte()
133 size_t MutationDispatcher::Mutate_ChangeBit(uint8_t *Data, size_t Size, in Mutate_ChangeBit()
141 size_t Size, in Mutate_AddWordFromManualDictionary()
147 uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate_AddWordFromTemporaryAutoDictionary()
152 uint8_t *Data, size_t Size, size_t MaxSize) { in Mutate_AddWordFromPersistentAutoDictionary()
[all …]
/external/scudo/standalone/
Dmem_map.cpp15 bool MemMapDefault::mapImpl(uptr Addr, uptr Size, const char *Name, in mapImpl()
27 void MemMapDefault::unmapImpl(uptr Addr, uptr Size) { in unmapImpl()
41 bool MemMapDefault::remapImpl(uptr Addr, uptr Size, const char *Name, in remapImpl()
50 void MemMapDefault::releaseAndZeroPagesToOSImpl(uptr From, uptr Size) { in releaseAndZeroPagesToOSImpl()
56 void MemMapDefault::setMemoryPermissionImpl(uptr Addr, uptr Size, uptr Flags) { in setMemoryPermissionImpl()
64 bool ReservedMemoryDefault::createImpl(uptr Addr, uptr Size, const char *Name, in createImpl()
78 uptr Size) { in dispatchImpl()
Dmem_map_linux.cpp46 static void *mmapWrapper(uptr Addr, uptr Size, const char *Name, uptr Flags) { in mmapWrapper()
81 bool MemMapLinux::mapImpl(uptr Addr, uptr Size, const char *Name, uptr Flags) { in mapImpl()
91 void MemMapLinux::unmapImpl(uptr Addr, uptr Size) { in unmapImpl()
108 bool MemMapLinux::remapImpl(uptr Addr, uptr Size, const char *Name, in remapImpl()
116 void MemMapLinux::setMemoryPermissionImpl(uptr Addr, uptr Size, uptr Flags) { in setMemoryPermissionImpl()
122 void MemMapLinux::releaseAndZeroPagesToOSImpl(uptr From, uptr Size) { in releaseAndZeroPagesToOSImpl()
129 bool ReservedMemoryLinux::createImpl(uptr Addr, uptr Size, const char *Name, in createImpl()
147 uptr Size) { in dispatchImpl()
Dmem_map_base.h33 void unmap(uptr Addr, uptr Size) { in unmap()
50 void setMemoryPermission(uptr Addr, uptr Size, uptr Flags) { in setMemoryPermission()
59 void releasePagesToOS(uptr From, uptr Size) { in releasePagesToOS()
66 void releaseAndZeroPagesToOS(uptr From, uptr Size) { in releaseAndZeroPagesToOS()
109 MemMapT dispatch(uptr Addr, uptr Size) { in dispatch()
Dmem_map_fuchsia.cpp24 uptr Size) { in dieOnError()
102 bool MemMapFuchsia::mapImpl(UNUSED uptr Addr, uptr Size, const char *Name, in mapImpl()
148 void MemMapFuchsia::unmapImpl(uptr Addr, uptr Size) { in unmapImpl()
177 bool MemMapFuchsia::remapImpl(uptr Addr, uptr Size, const char *Name, in remapImpl()
212 void MemMapFuchsia::releaseAndZeroPagesToOSImpl(uptr From, uptr Size) { in releaseAndZeroPagesToOSImpl()
218 void MemMapFuchsia::setMemoryPermissionImpl(uptr Addr, uptr Size, uptr Flags) { in setMemoryPermissionImpl()
229 bool ReservedMemoryFuchsia::createImpl(UNUSED uptr Addr, uptr Size, in createImpl()
252 uptr Size) { in dispatchImpl()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerMutate.cpp70 size_t MutationDispatcher::Mutate_Custom(uint8_t *Data, size_t Size, in Mutate_Custom()
80 size_t MutationDispatcher::Mutate_CustomCrossOver(uint8_t *Data, size_t Size, in Mutate_CustomCrossOver()
109 size_t MutationDispatcher::Mutate_ShuffleBytes(uint8_t *Data, size_t Size, in Mutate_ShuffleBytes()
120 size_t MutationDispatcher::Mutate_EraseBytes(uint8_t *Data, size_t Size, in Mutate_EraseBytes()
132 size_t MutationDispatcher::Mutate_InsertByte(uint8_t *Data, size_t Size, in Mutate_InsertByte()
143 size_t Size, in Mutate_InsertRepeatedBytes()
161 size_t MutationDispatcher::Mutate_ChangeByte(uint8_t *Data, size_t Size, in Mutate_ChangeByte()
169 size_t MutationDispatcher::Mutate_ChangeBit(uint8_t *Data, size_t Size, in Mutate_ChangeBit()
178 size_t Size, in Mutate_AddWordFromManualDictionary()
183 size_t MutationDispatcher::ApplyDictionaryEntry(uint8_t *Data, size_t Size, in ApplyDictionaryEntry()
[all …]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp326 #define TestImplRegReg(Dst, Value0, Src, Value1, Size) \ in TEST_F() argument
358 #define TestImplRegImm(Dst, Value0, Imm, Size) \ in TEST_F() argument
388 #define TestImplAddrReg(Value0, Src, Value1, Size) \ in TEST_F() argument
418 #define TestImplAddrImm(Value0, Value1, Size) \ in TEST_F() argument
446 #define TestImplValues(Dst, Value0, Src, Value1, Size) \ in TEST_F() argument
454 #define TestImplSize(Dst, Src, Size) \ in TEST_F() argument
491 #define TestImplRegReg(Inst, Dst, Value0, Src, Value1, Type, Size, Op) \ in TEST_F() argument
515 #define TestImplRegAddr(Inst, Dst, Value0, Value1, Type, Size, Op) \ in TEST_F() argument
541 #define TestImplRegImm(Inst, Dst, Value0, Imm, Type, Size, Op) \ in TEST_F() argument
563 #define TestImplAddrReg(Inst, Value0, Src, Value1, Type, Size, Op) \ in TEST_F() argument
[all …]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp362 #define TestImplRegReg(Dst, Value0, Src, Value1, Size) \ in TEST_F() argument
389 #define TestImplRegImm(Dst, Value0, Imm, Size) \ in TEST_F() argument
416 #define TestImplAddrReg(Value0, Src, Value1, Size) \ in TEST_F() argument
444 #define TestImplAddrImm(Value0, Value1, Size) \ in TEST_F() argument
472 #define TestImplValues(Dst, Value0, Src, Value1, Size) \ in TEST_F() argument
480 #define TestImplSize(Dst, Src, Size) \ in TEST_F() argument
525 #define TestImplRegReg(Inst, Dst, Value0, Src, Value1, Type, Size, Op) \ in TEST_F() argument
546 #define TestImplRegAddr(Inst, Dst, Value0, Value1, Type, Size, Op) \ in TEST_F() argument
570 #define TestImplRegImm(Inst, Dst, Value0, Imm, Type, Size, Op) \ in TEST_F() argument
591 #define TestImplAddrReg(Inst, Value0, Src, Value1, Type, Size, Op) \ in TEST_F() argument
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp162 uint8_t Size = FB & ~FixBitsMask::String; in read() local
187 T Size = endian::read<T, Endianness>(Current); in readRaw() local
227 T Size = endian::read<T, Endianness>(Current); in readExt() local
232 Expected<bool> Reader::createRaw(Object &Obj, uint32_t Size) { in createRaw()
242 Expected<bool> Reader::createExt(Object &Obj, uint32_t Size) { in createExt()
DMsgPackWriter.cpp104 size_t Size = s.size(); in write() local
126 size_t Size = Buffer.getBufferSize(); in write() local
143 void Writer::writeArraySize(uint32_t Size) { in writeArraySize()
159 void Writer::writeMapSize(uint32_t Size) { in writeMapSize()
176 size_t Size = Buffer.getBufferSize(); in writeExt() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp161 uint8_t Size = FB & ~FixBitsMask::String; in read() local
186 T Size = endian::read<T, Endianness>(Current); in readRaw() local
226 T Size = endian::read<T, Endianness>(Current); in readExt() local
231 Expected<bool> Reader::createRaw(Object &Obj, uint32_t Size) { in createRaw()
241 Expected<bool> Reader::createExt(Object &Obj, uint32_t Size) { in createExt()
DMsgPackWriter.cpp102 size_t Size = s.size(); in write() local
124 size_t Size = Buffer.getBufferSize(); in write() local
141 void Writer::writeArraySize(uint32_t Size) { in writeArraySize()
157 void Writer::writeMapSize(uint32_t Size) { in writeMapSize()
174 size_t Size = Buffer.getBufferSize(); in writeExt() local
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dcommon.h61 struct Size { struct
62 Size() : width(0), height(0) {} in Size() function
63 Size(int w, int h) : width(w), height(h) {} in Size() function
64 bool IsEmpty() const { return width <= 0 || height <= 0; } in IsEmpty()
66 int width;
67 int height;
/external/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()
86 void adjustRelativeBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustRelativeBranch()
104 void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_call()
120 void fixup_7_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_7_pcrel()
134 void fixup_13_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_13_pcrel()
192 void fixup(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup()
202 void lo8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in lo8()
208 void hi8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in hi8()
214 void hh8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in hh8()
220 void ms8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in ms8()
[all …]
/external/llvm/tools/lli/
DRemoteJITUtils.h32 llvm::Error readBytes(char *Dst, unsigned Size) override { in readBytes()
50 llvm::Error appendBytes(const char *Src, unsigned Size) override { in appendBytes()
90 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection()
96 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
116 size_t Size) override { in registerEHFrames()
121 size_t Size) override { in deregisterEHFrames()
/external/llvm/lib/Fuzzer/test/
DSwitchTest.cpp14 bool Switch(const uint8_t *Data, size_t Size) { in Switch()
31 bool ShortSwitch(const uint8_t *Data, size_t Size) { in ShortSwitch()
48 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) { in LLVMFuzzerTestOneInput()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DAllocatorBase.h38 void *Allocate(size_t Size, size_t Alignment) { in Allocate()
52 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
85 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate()
92 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAllocator.h51 void *Allocate(size_t Size, size_t Alignment) { in Allocate()
65 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
98 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, in Allocate() argument
215 Allocate(size_t Size, Align Alignment) { in Allocate()
271 Allocate(size_t Size, size_t Alignment) { in Allocate()
282 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
310 size_t Size = CustomSizedSlabs[Idx].second; in identifyObject() local
429 size_t Size = PtrAndSize.second; in DeallocateCustomSizedSlabs() local
487 size_t Size = PtrAndSize.second; in DestroyAll() local
502 void *operator new(size_t Size, in new()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp77 static void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch()
88 static void adjustRelativeBranch(unsigned Size, const MCFixup &Fixup, in adjustRelativeBranch()
104 static void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_call()
120 static void fixup_7_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_7_pcrel()
134 static void fixup_13_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_13_pcrel()
212 static void fixup(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup()
222 static void lo8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in lo8()
228 static void hi8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in hi8()
234 static void hh8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in hh8()
240 static void ms8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in ms8()
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Draw_ostream.cpp91 if (size_t Size = preferred_buffer_size()) in SetBuffered() local
98 void raw_ostream::SetBufferAndMode(char *BufferStart, size_t Size, in SetBufferAndMode()
219 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write()
262 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer()
368 const size_t Size = Bytes.size(); in operator <<() local
540 void raw_fd_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
613 void raw_fd_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
730 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
740 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
744 void raw_svector_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl()
[all …]
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Diteration_times.rs13 size: Option<Size>, in iteration_times_figure()
51 size: Option<Size>, in iteration_times()
71 size: Option<Size>, in iteration_times_small()
85 size: Option<Size>, in iteration_times_comparison_figure()
149 size: Option<Size>, in iteration_times_comparison()
165 size: Option<Size>, in iteration_times_comparison_small()
/external/scudo/standalone/tests/
Dmap_test.cpp25 const scudo::uptr Size = 4 * scudo::getPageSizeCached(); in TEST() local
38 const scudo::uptr Size = 4 * scudo::getPageSizeCached(); in TEST() local
58 const scudo::uptr Size = 4 * PageSize; in TEST() local
76 const scudo::uptr Size = 4 * PageSize; in TEST() local

12345678910>>...98