/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Valgrind.cpp | 38 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations() 51 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations()
|
/external/llvm/lib/Support/ |
D | Valgrind.cpp | 39 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations() 52 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { in ValgrindDiscardTranslations()
|
/external/golang-protobuf/reflect/protoreflect/ |
D | type.go | 149 Len() int methodSpec 275 Len() int methodSpec 396 Len() int methodSpec 435 Len() int methodSpec 463 Len() int methodSpec 565 Len() int methodSpec 596 Len() int methodSpec 627 Len() int methodSpec 658 Len() int methodSpec
|
D | proto.go | 378 Len() int methodSpec 390 Len() int methodSpec 405 Len() int methodSpec 427 Len() int methodSpec
|
D | value_unsafe.go | 19 Len int member 23 Len int member
|
/external/clang/lib/Edit/ |
D | Commit.cpp | 88 unsigned Len; in remove() local 116 unsigned Len; in replace() local 166 unsigned Len; in replaceText() local 208 FileOffset Offs, unsigned Len) { in addRemove() 296 FileOffset &Offs, unsigned &Len) { in canRemoveRange() 323 FileOffset &Offs, unsigned &Len) { in canReplaceText()
|
/external/golang-protobuf/internal/filedesc/ |
D | desc_list_gen.go | 24 func (p *Enums) Len() int { func 62 func (p *EnumValues) Len() int { func 109 func (p *Messages) Len() int { func 149 func (p *Fields) Len() int { func 216 func (p *Oneofs) Len() int { func 253 func (p *Extensions) Len() int { func 290 func (p *Services) Len() int { func 327 func (p *Methods) Len() int { func
|
D | desc_list.go | 24 func (p *FileImports) Len() int { return len(*p) } func 35 func (p *Names) Len() int { return len(p.List) } func 74 func (p *EnumRanges) Len() int { return len(p.List) } func 136 func (p *FieldRanges) Len() int { return len(p.List) } func 228 func (p *FieldNumbers) Len() int { return len(p.List) } func 254 func (p *OneofFields) Len() int { return len(p.List) } func 305 func (p *SourceLocations) Len() int { return len(p.List) } func
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerFnAdapter.h | 90 size_t Len = std::min(static_cast<size_t>(*Data), Size - 1); in UNPACK_SINGLE_PRIMITIVE() local 101 size_t Len = std::min(static_cast<size_t>(*Data), Size - 1); variable
|
/external/golang-protobuf/internal/set/ |
D | ints.go | 13 func (bs *int64s) Len() int { func 32 func (bs *Ints) Len() int { func
|
/external/golang-protobuf/internal/strs/ |
D | strings_unsafe.go | 19 Len int member 23 Len int member
|
/external/go-cmp/cmp/ |
D | report_text.go | 68 Len() int methodSpec 103 func (s *textWrap) Len() int { func 168 func (s textList) Len() (n int) { func 346 func (s textLine) Len() int { func
|
/external/licenseclassifier/stringclassifier/internal/pq/ |
D | priority.go | 43 func (pq *Queue) Len() int { func 81 func (h pqHeap) Len() int { func
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingPort.h | 44 #define COMPILER_RT_GETHOSTNAME(Name, Len) gethostname(Name, Len) argument 46 #define COMPILER_RT_GETHOSTNAME(Name, Len) ((void)(Name), (void)(Len), (-1)) argument 48 #define COMPILER_RT_GETHOSTNAME(Name, Len) lprofGetHostName(Name, Len) argument
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/ |
D | usbd_cdc_if.c | 341 static int8_t CDC_Receive_FS(uint8_t* Buf, uint32_t *Len) in CDC_Receive_FS() 366 uint8_t CDC_Transmit_FS(uint8_t* Buf, uint16_t Len) in CDC_Transmit_FS()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/ |
D | usbd_cdc_if.c | 341 static int8_t CDC_Receive_FS(uint8_t* Buf, uint32_t *Len) in CDC_Receive_FS() 366 uint8_t CDC_Transmit_FS(uint8_t* Buf, uint16_t Len) in CDC_Transmit_FS()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugChecksumsSubsection.cpp | 35 operator()(BinaryStreamRef Stream, uint32_t &Len, FileChecksumEntry &Item) { in operator ()() 86 uint32_t Len = alignTo(sizeof(FileChecksumEntryHeader) + Bytes.size(), 4); in addChecksum() local
|
/external/clang/test/CodeGenCXX/ |
D | m64-ptr.cpp | 10 long Len; member in StringRef
|
/external/clang/lib/AST/ |
D | SelectorLocationsKind.cpp | 31 unsigned Len = II ? II->getLength() : 0; in getStandardSelLoc() local 39 unsigned Len = /* selector id */ (II ? II->getLength() : 0) + /* ':' */ 1; in getStandardSelLoc() local
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 752 Value *llvm::emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitStrNCmp() 788 Value *llvm::emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B, in emitStrNCpy() 805 Value *llvm::emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in emitMemCpyChk() 828 Value *llvm::emitMemChr(Value *Ptr, Value *Val, Value *Len, IRBuilder<> &B, in emitMemChr() 847 Value *llvm::emitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitMemCmp()
|
D | SimplifyLibCalls.cpp | 116 uint64_t Len = GetStringLength(Src); in optimizeStrCat() local 128 Value *LibCallSimplifier::emitStrLenMemCpy(Value *Src, Value *Dst, uint64_t Len, in emitStrLenMemCpy() 153 uint64_t Len; in optimizeStrNCat() local 191 uint64_t Len = GetStringLength(SrcStr); in optimizeStrChr() local 327 uint64_t Len = GetStringLength(Src); in optimizeStrCpy() local 347 uint64_t Len = GetStringLength(Src); in optimizeStpCpy() local 380 uint64_t Len; in optimizeStrNCpy() local 404 if (uint64_t Len = GetStringLength(Src)) in optimizeStrLen() local 706 uint64_t Len = LenC->getZExtValue(); in optimizeMemCmp() local 1707 Value *Len = emitStrLen(CI->getArgOperand(2), B, DL, TLI); in optimizeSPrintFString() local [all …]
|
/external/llvm/lib/Fuzzer/test/ |
D | StrcmpTest.cpp | 13 size_t Len = strlen(Str); in Eq() local
|
/external/giflib/ |
D | gifalloc.c | 91 int i, j, Len = Object->ColorCount; in DumpColorMap() local 227 unsigned int Len, in GifAddExtensionBlock()
|
/external/licenseclassifier/v2/tools/identify_license/results/ |
D | results.go | 41 func (lt LicenseTypes) Len() int { return len(lt) } func 80 func (jr JSONResult) Len() int { return len(jr) } func
|
/external/clang/lib/Lex/ |
D | ScratchBuffer.cpp | 34 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()
|