Home
last modified time | relevance | path

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

12345678910>>...64

/external/v4l2_codec2/vda/
Dsize.h18 struct Size { struct
20 Size() : width_(0), height_(0) {} in Size() argument
21 Size(int width, int height) in Size() function
30 void SetSize(int width, int height) { in SetSize() argument
41 Size& operator=(const Size& ps) { argument
52 inline bool operator==(const Size& lhs, const Size& rhs) { argument
/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 …]
DFuzzerFnAdapter.h44 size_t UnpackPrimitive(const uint8_t *Data, size_t Size, T *Value) { in UnpackPrimitive()
112 UnpackImpl(const uint8_t *Data, size_t Size, TupleT *Tuple) { in UnpackImpl()
130 bool Unpack(const uint8_t *Data, size_t Size, std::tuple<Args...> *Tuple) { in Unpack()
/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/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/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/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp109 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); in getInstrAlternativeMappings() local
138 unsigned Size = getSizeInBits(MI.getOperand(2).getReg(), MRI, *TRI); in getInstrAlternativeMappings() local
211 unsigned Size = getSizeInBits(MI.getOperand(i).getReg(), MRI, *TRI); in getDefaultMappingSOP() local
237 unsigned Size = getSizeInBits(MI.getOperand(OpdIdx).getReg(), MRI, *TRI); in getDefaultMappingVOP() local
251 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, *TRI); in getInstrMappingForLoad() local
324 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); in getInstrMapping() local
330 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); in getInstrMapping() local
356 unsigned Size = MRI.getType(MI.getOperand(0).getReg()).getSizeInBits(); in getInstrMapping() local
392 unsigned Size = MRI.getType(MI.getOperand(2).getReg()).getSizeInBits(); in getInstrMapping() local
405 unsigned Size = MRI.getType(MI.getOperand(i).getReg()).getSizeInBits(); in getInstrMapping() local
[all …]
/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-7.0/llvm/lib/Target/AArch64/
DAArch64RegisterBankInfo.cpp113 #define CHECK_VALUEMAP_IMPL(RBName, Size, Offset) \ in AArch64RegisterBankInfo() argument
121 #define CHECK_VALUEMAP(RBName, Size) CHECK_VALUEMAP_IMPL(RBName, Size, 0) in AArch64RegisterBankInfo() argument
134 #define CHECK_VALUEMAP_3OPS(RBName, Size) \ in AArch64RegisterBankInfo() argument
149 #define CHECK_VALUEMAP_CROSSREGCPY(RBNameDst, RBNameSrc, Size) \ in AArch64RegisterBankInfo() argument
275 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, TRI); in getInstrAlternativeMappings() local
296 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, TRI); in getInstrAlternativeMappings() local
332 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, TRI); in getInstrAlternativeMappings() local
409 unsigned Size = Ty.getSizeInBits(); in getSameKindOfOperandsMapping() local
507 unsigned Size = getSizeInBits(DstReg, MRI, TRI); in getInstrMapping() local
520 unsigned Size = DstTy.getSizeInBits(); in getInstrMapping() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasAnalysis.h106 uint64_t Size; member
359 const Value *P, uint64_t Size) { in getModRefInfo()
370 const Value *P, uint64_t Size) { in getModRefInfo()
381 ModRefResult getModRefInfo(const CallInst *C, const Value *P, uint64_t Size) { in getModRefInfo()
394 const Value *P, uint64_t Size) { in getModRefInfo()
403 ModRefResult getModRefInfo(const LoadInst *L, const Value *P, uint64_t Size) { in getModRefInfo()
412 ModRefResult getModRefInfo(const StoreInst *S, const Value *P, uint64_t Size){ in getModRefInfo()
425 ModRefResult getModRefInfo(const FenceInst *S, const Value *P, uint64_t Size){ in getModRefInfo()
435 const Value *P, unsigned Size) { in getModRefInfo()
445 const Value *P, unsigned Size) { in getModRefInfo()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonTargetStreamer.h21 virtual void emitFAlign(unsigned Size, unsigned MaxBytesToEmit){}; in emitFAlign()
22 virtual void EmitCommonSymbolSorted(MCSymbol *Symbol, uint64_t Size, in EmitCommonSymbolSorted()
25 virtual void EmitLocalCommonSymbolSorted(MCSymbol *Symbol, uint64_t Size, in EmitLocalCommonSymbolSorted()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXParamManager.cpp23 unsigned PTXParamManager::addArgumentParam(unsigned Size) { in addArgumentParam()
40 unsigned PTXParamManager::addReturnParam(unsigned Size) { in addReturnParam()
57 unsigned PTXParamManager::addLocalParam(unsigned Size) { in addLocalParam()
/external/compiler-rt/lib/esan/
Desan_linux.cpp42 static bool liesWithinSingleAppRegion(uptr Start, SIZE_T Size) { in liesWithinSingleAppRegion()
52 bool fixMmapAddr(void **Addr, SIZE_T Size, int Flags) { in fixMmapAddr()
68 uptr checkMmapResult(uptr Addr, SIZE_T Size) { in checkMmapResult()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetStreamer.h21 virtual void emitFAlign(unsigned Size, unsigned MaxBytesToEmit){}; in emitFAlign()
22 virtual void EmitCommonSymbolSorted(MCSymbol *Symbol, uint64_t Size, in EmitCommonSymbolSorted()
25 virtual void EmitLocalCommonSymbolSorted(MCSymbol *Symbol, uint64_t Size, in EmitLocalCommonSymbolSorted()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp76 void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch()
87 void adjustRelativeBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustRelativeBranch()
105 void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_call()
121 void fixup_7_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_7_pcrel()
135 void fixup_13_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_13_pcrel()
193 void fixup(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup()
203 void lo8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in lo8()
209 void hi8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in hi8()
215 void hh8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in hh8()
221 void ms8(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in ms8()
[all …]
/external/swiftshader/third_party/LLVM/lib/Support/
DFormattedStream.cpp23 static unsigned CountColumns(unsigned Column, const char *Ptr, size_t Size) { in CountColumns()
41 void formatted_raw_ostream::ComputeColumn(const char *Ptr, size_t Size) { in ComputeColumn()
70 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
/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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h48 void *Allocate(size_t Size, size_t Alignment) { in Allocate()
62 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
95 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, in Allocate() argument
212 Allocate(size_t Size, size_t Alignment) { in Allocate()
266 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
351 size_t Size = PtrAndSize.second; in DeallocateCustomSizedSlabs() local
405 size_t Size = PtrAndSize.second; in DestroyAll() local
419 void *operator new(size_t Size, in new()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DAllocator.h50 void *Allocate(size_t Size, size_t Alignment) { in Allocate()
64 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
97 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, in Allocate() argument
214 Allocate(size_t Size, size_t Alignment) { in Allocate()
277 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
370 size_t Size = PtrAndSize.second; in DeallocateCustomSizedSlabs() local
428 size_t Size = PtrAndSize.second; in DestroyAll() local
442 void *operator new(size_t Size, in new()
/external/llvm/include/llvm/Support/
DAllocator.h46 void *Allocate(size_t Size, size_t Alignment) { in Allocate()
60 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
93 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, in Allocate() argument
209 Allocate(size_t Size, size_t Alignment) { in Allocate()
263 void Deallocate(const void *Ptr, size_t Size) { in Deallocate()
348 size_t Size = PtrAndSize.second; in DeallocateCustomSizedSlabs() local
402 size_t Size = PtrAndSize.second; in DestroyAll() local
416 void *operator new(size_t Size, in new()
/external/swiftshader/third_party/llvm-7.0/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()
91 uint8_t *allocateCodeSection(uintptr_t Size, unsigned Alignment, in allocateCodeSection()
97 uint8_t *allocateDataSection(uintptr_t Size, unsigned Alignment, in allocateDataSection()
117 size_t Size) override { in registerEHFrames()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFormattedStream.cpp24 static void UpdatePosition(std::pair<unsigned, unsigned> &Position, const char *Ptr, size_t Size) { in UpdatePosition()
49 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition()
77 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
/external/llvm/lib/Support/
DFormattedStream.cpp24 static void UpdatePosition(std::pair<unsigned, unsigned> &Position, const char *Ptr, size_t Size) { in UpdatePosition()
48 void formatted_raw_ostream::ComputePosition(const char *Ptr, size_t Size) { in ComputePosition()
76 void formatted_raw_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl()
/external/libffi/testsuite/libffi.call/
Dpyobjc-tc.c15 typedef struct Size { struct
18 } Size; argument

12345678910>>...64