Home
last modified time | relevance | path

Searched defs:Len (Results 1 – 25 of 251) sorted by relevance

1234567891011

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DValgrind.cpp38 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/
DValgrind.cpp39 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/
Dtype.go149 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
Dproto.go378 Len() int methodSpec
390 Len() int methodSpec
405 Len() int methodSpec
427 Len() int methodSpec
Dvalue_unsafe.go19 Len int member
23 Len int member
/external/clang/lib/Edit/
DCommit.cpp88 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/
Ddesc_list_gen.go24 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
Ddesc_list.go24 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/
DFuzzerFnAdapter.h90 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/
Dints.go13 func (bs *int64s) Len() int { func
32 func (bs *Ints) Len() int { func
/external/golang-protobuf/internal/strs/
Dstrings_unsafe.go19 Len int member
23 Len int member
/external/go-cmp/cmp/
Dreport_text.go68 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/
Dpriority.go43 func (pq *Queue) Len() int { func
81 func (h pqHeap) Len() int { func
/external/compiler-rt/lib/profile/
DInstrProfilingPort.h44 #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/
Dusbd_cdc_if.c341 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/
Dusbd_cdc_if.c341 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/
DDebugChecksumsSubsection.cpp35 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/
Dm64-ptr.cpp10 long Len; member in StringRef
/external/clang/lib/AST/
DSelectorLocationsKind.cpp31 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/
DBuildLibCalls.cpp752 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()
DSimplifyLibCalls.cpp116 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/
DStrcmpTest.cpp13 size_t Len = strlen(Str); in Eq() local
/external/giflib/
Dgifalloc.c91 int i, j, Len = Object->ColorCount; in DumpColorMap() local
227 unsigned int Len, in GifAddExtensionBlock()
/external/licenseclassifier/v2/tools/identify_license/results/
Dresults.go41 func (lt LicenseTypes) Len() int { return len(lt) } func
80 func (jr JSONResult) Len() int { return len(jr) } func
/external/clang/lib/Lex/
DScratchBuffer.cpp34 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()

1234567891011