| /external/armnn/samples/ObjectDetection/include/ |
| D | Types.hpp | 17 struct Size struct 20 uint32_t m_Width; 21 uint32_t m_Height; 23 Size() : Size(0, 0) {} in Size() function 25 Size(uint32_t width, uint32_t height) : in Size() argument 28 Size(const Size& other) in Size() function
|
| /external/clang/lib/AST/ |
| D | StmtOpenMP.cpp | 60 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/ |
| D | FuzzerMutate.cpp | 70 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/rust/crates/libfuzzer-sys/libfuzzer/ |
| D | FuzzerMutate.cpp | 70 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/AssemblerX8664/ |
| D | GPRArith.cpp | 362 #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/ |
| D | GPRArith.cpp | 326 #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/v4l2_codec2/tests/c2_e2e_test/jni/ |
| D | common.h | 55 struct Size { struct 56 Size() : width(0), height(0) {} in Size() argument 57 Size(int w, int h) : width(w), height(h) {} in Size() function 58 bool IsEmpty() const { return width <= 0 || height <= 0; } in IsEmpty() 60 int width; 61 int height;
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
| D | MsgPackReader.cpp | 161 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()
|
| D | MsgPackWriter.cpp | 102 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/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
| D | message_layout.h | 13 struct Size { struct 14 void Add(const Size& other) { in Add() argument 19 void MaxFrom(const Size& other) { in MaxFrom() argument 24 void AlignUp(const Size& align) { in AlignUp() argument 34 Size size; argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
| D | AVRAsmBackend.cpp | 75 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/ |
| D | RemoteJITUtils.h | 32 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-10.0/llvm/include/llvm/Support/ |
| D | Allocator.h | 51 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-subzero/lib/Support/ |
| D | raw_ostream.cpp | 91 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/ |
| D | iteration_times.rs | 13 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/llvm/lib/Fuzzer/test/ |
| D | SwitchTest.cpp | 14 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-subzero/include/llvm/Support/ |
| D | Allocator.h | 48 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/llvm/include/llvm/Support/ |
| D | Allocator.h | 46 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/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_i2c.c | 627 …ransmit(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size, uint32_t Time… in HAL_I2C_Master_Transmit() 751 …Receive(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size, uint32_t Time… in HAL_I2C_Master_Receive() 874 HAL_StatusTypeDef HAL_I2C_Slave_Transmit(I2C_HandleTypeDef *hi2c, uint8_t *pData, uint16_t Size, ui… in HAL_I2C_Slave_Transmit() 1014 HAL_StatusTypeDef HAL_I2C_Slave_Receive(I2C_HandleTypeDef *hi2c, uint8_t *pData, uint16_t Size, uin… in HAL_I2C_Slave_Receive() 1146 …I2C_Master_Transmit_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size) in HAL_I2C_Master_Transmit_IT() 1215 …_I2C_Master_Receive_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size) in HAL_I2C_Master_Receive_IT() 1282 HAL_StatusTypeDef HAL_I2C_Slave_Transmit_IT(I2C_HandleTypeDef *hi2c, uint8_t *pData, uint16_t Size) in HAL_I2C_Slave_Transmit_IT() 1331 HAL_StatusTypeDef HAL_I2C_Slave_Receive_IT(I2C_HandleTypeDef *hi2c, uint8_t *pData, uint16_t Size) in HAL_I2C_Slave_Receive_IT() 1382 …2C_Master_Transmit_DMA(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size) in HAL_I2C_Master_Transmit_DMA() 1490 …I2C_Master_Receive_DMA(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size) in HAL_I2C_Master_Receive_DMA() [all …]
|
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_i2c.c | 627 …ransmit(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size, uint32_t Time… in HAL_I2C_Master_Transmit() 751 …Receive(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size, uint32_t Time… in HAL_I2C_Master_Receive() 874 HAL_StatusTypeDef HAL_I2C_Slave_Transmit(I2C_HandleTypeDef *hi2c, uint8_t *pData, uint16_t Size, ui… in HAL_I2C_Slave_Transmit() 1014 HAL_StatusTypeDef HAL_I2C_Slave_Receive(I2C_HandleTypeDef *hi2c, uint8_t *pData, uint16_t Size, uin… in HAL_I2C_Slave_Receive() 1146 …I2C_Master_Transmit_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size) in HAL_I2C_Master_Transmit_IT() 1215 …_I2C_Master_Receive_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size) in HAL_I2C_Master_Receive_IT() 1282 HAL_StatusTypeDef HAL_I2C_Slave_Transmit_IT(I2C_HandleTypeDef *hi2c, uint8_t *pData, uint16_t Size) in HAL_I2C_Slave_Transmit_IT() 1331 HAL_StatusTypeDef HAL_I2C_Slave_Receive_IT(I2C_HandleTypeDef *hi2c, uint8_t *pData, uint16_t Size) in HAL_I2C_Slave_Receive_IT() 1382 …2C_Master_Transmit_DMA(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size) in HAL_I2C_Master_Transmit_DMA() 1490 …I2C_Master_Receive_DMA(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint8_t *pData, uint16_t Size) in HAL_I2C_Master_Receive_DMA() [all …]
|
| /external/scudo/standalone/tests/ |
| D | map_test.cpp | 24 const scudo::uptr Size = 4 * scudo::getPageSizeCached(); in TEST() local 33 const scudo::uptr Size = 4 * scudo::getPageSizeCached(); in TEST() local 51 const scudo::uptr Size = 4 * PageSize; in TEST() local 66 const scudo::uptr Size = 4 * PageSize; in TEST() local
|
| /external/llvm/lib/Support/ |
| D | raw_ostream.cpp | 86 if (size_t Size = preferred_buffer_size()) in SetBuffered() local 93 void raw_ostream::SetBufferAndMode(char *BufferStart, size_t Size, in SetBufferAndMode() 298 raw_ostream &raw_ostream::write(const char *Ptr, size_t Size) { in write() 341 void raw_ostream::copy_to_buffer(const char *Ptr, size_t Size) { in copy_to_buffer() 567 void raw_fd_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 634 void raw_fd_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl() 752 void raw_string_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 762 void raw_svector_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() 766 void raw_svector_ostream::pwrite_impl(const char *Ptr, size_t Size, in pwrite_impl() 784 void raw_null_ostream::write_impl(const char *Ptr, size_t Size) { in write_impl() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64RegisterBankInfo.cpp | 112 #define CHECK_VALUEMAP_IMPL(RBName, Size, Offset) \ in AArch64RegisterBankInfo() argument 120 #define CHECK_VALUEMAP(RBName, Size) CHECK_VALUEMAP_IMPL(RBName, Size, 0) in AArch64RegisterBankInfo() argument 133 #define CHECK_VALUEMAP_3OPS(RBName, Size) \ in AArch64RegisterBankInfo() argument 148 #define CHECK_VALUEMAP_CROSSREGCPY(RBNameDst, RBNameSrc, Size) \ in AArch64RegisterBankInfo() argument 280 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, TRI); in getInstrAlternativeMappings() local 301 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, TRI); in getInstrAlternativeMappings() local 337 unsigned Size = getSizeInBits(MI.getOperand(0).getReg(), MRI, TRI); in getInstrAlternativeMappings() local 430 unsigned Size = Ty.getSizeInBits(); in getSameKindOfOperandsMapping() local 583 unsigned Size = getSizeInBits(DstReg, MRI, TRI); in getInstrMapping() local 596 unsigned Size = DstTy.getSizeInBits(); in getInstrMapping() local
|
| /external/angle/third_party/vulkan_memory_allocator/tools/VmaDumpVis/ |
| D | Sample.json | 12 "Size": 8304721920, number 37 "Size": 8285323264, number 61 "Size": 268435456, number 77 …{"Offset": 0, "Type": "IMAGE_OPTIMAL", "Size": 65536, "CreationFrameIndex": 0, "LastUseFrameIndex"… number 78 …{"Offset": 65536, "Type": "BUFFER", "Size": 768, "CreationFrameIndex": 0, "LastUseFrameIndex": 0, … number 79 …{"Offset": 66304, "Type": "BUFFER", "Size": 60, "CreationFrameIndex": 0, "LastUseFrameIndex": 0, "… number 80 {"Offset": 66364, "Type": "FREE", "Size": 64708}, number 81 …{"Offset": 131072, "Type": "IMAGE_OPTIMAL", "Size": 7995760, "CreationFrameIndex": 0, "LastUseFram… number 82 {"Offset": 8126832, "Type": "FREE", "Size": 25427600} number 96 {"Offset": 0, "Type": "FREE", "Size": 33554432} number
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/ |
| D | WebAssemblyDisassembler.cpp | 76 static int nextByte(ArrayRef<uint8_t> Bytes, uint64_t &Size) { in nextByte() 84 static bool nextLEB(int64_t &Val, ArrayRef<uint8_t> Bytes, uint64_t &Size, in nextLEB() 99 static bool parseLEBImmediate(MCInst &MI, uint64_t &Size, in parseLEBImmediate() 109 bool parseImmediate(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes) { in parseImmediate() 124 StringRef Name, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in onSymbolStart() 159 MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t /*Address*/, in getInstruction() argument
|