Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/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()
DTrigramIndex.cpp37 unsigned Len = 0; in insert() local
Dxxhash.cpp72 size_t Len = Data.size(); in xxHash64() local
DChrono.cpp89 size_t Len = strftime(Buffer, sizeof(Buffer), Format.c_str(), &LT); in format() local
DMemoryBuffer.cpp176 static uint64_t getLegalMapSize(uint64_t Len, uint64_t Offset) { in getLegalMapSize()
180 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart()
185 MemoryBufferMMapFile(bool RequiresNullTerminator, sys::fs::file_t FD, uint64_t Len, in MemoryBufferMMapFile()
/third_party/skia/third_party/externals/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
DDebugCrossImpSubsection.cpp26 operator()(BinaryStreamRef Stream, uint32_t &Len, in operator ()()
DDebugInlineeLinesSubsection.cpp24 operator()(BinaryStreamRef Stream, uint32_t &Len, InlineeSourceLine &Item) { in operator ()()
/third_party/lzma/CPP/Common/
DDynLimBuf.h29 size_t Len() const { return _pos; } in Len() function
/third_party/json/tests/thirdparty/Fuzzer/test/
DStrcmpTest.cpp13 size_t Len = strlen(Str); in Eq() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp22 auto Len = RawSymbol->getLength(); in getLineNumbers() local
DPDBSymbolCompiland.cpp63 auto Len = EnvWorkingDir.length(); in getSourceFileFullPath() local
DPDBSymbolFunc.cpp99 auto Len = RawSymbol->getLength(); in getLineNumbers() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCCodeEmitter.cpp231 uint64_t Len = getMachineOpValue(MI, MI.getOperand(OpNum + 2), Fixups, STI) - 1; in getBDLAddr12Len4Encoding() local
242 uint64_t Len = getMachineOpValue(MI, MI.getOperand(OpNum + 2), Fixups, STI) - 1; in getBDLAddr12Len8Encoding() local
253 uint64_t Len = getMachineOpValue(MI, MI.getOperand(OpNum + 2), Fixups, STI); in getBDRAddr12Encoding() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp868 Value *llvm::emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitStrNCmp()
891 Value *llvm::emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B, in emitStrNCpy()
898 Value *llvm::emitStpNCpy(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B, in emitStpNCpy()
905 Value *llvm::emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in emitMemCpyChk()
929 Value *llvm::emitMemChr(Value *Ptr, Value *Val, Value *Len, IRBuilder<> &B, in emitMemChr()
938 Value *llvm::emitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitMemCmp()
947 Value *llvm::emitBCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitBCmp()
956 Value *llvm::emitMemCCpy(Value *Ptr1, Value *Ptr2, Value *Val, Value *Len, in emitMemCCpy()
DSimplifyLibCalls.cpp175 static bool canTransformToMemCmp(CallInst *CI, Value *Str, uint64_t Len, in canTransformToMemCmp()
262 uint64_t Len = GetStringLength(Src); in optimizeStrCat() local
276 Value *LibCallSimplifier::emitStrLenMemCpy(Value *Src, Value *Dst, uint64_t Len, in emitStrLenMemCpy()
302 uint64_t Len; in optimizeStrNCat() local
350 uint64_t Len = GetStringLength(SrcStr); in optimizeStrChr() local
556 uint64_t Len = GetStringLength(Src); in optimizeStrCpy() local
580 uint64_t Len = GetStringLength(Src); in optimizeStpCpy() local
608 uint64_t Len; in optimizeStrNCpy() local
653 if (uint64_t Len = GetStringLength(Src, CharSize)) in optimizeStringLength() local
991 uint64_t Len, IRBuilder<> &B, in optimizeMemCmpConstantSize()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryItemStream.h79 uint32_t Len = Traits::length(Item); in computeItemOffsets() local
DOnDiskHashTable.h188 const std::pair<offset_type, offset_type> &Len = in Emit() local
324 const offset_type Len; variable
368 unsigned Len = endian::readNext<uint16_t, little, unaligned>(Items); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp201 static uint64_t getLegalMapSize(uint64_t Len, uint64_t Offset) { in getLegalMapSize()
205 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart()
210 MemoryBufferMMapFile(bool RequiresNullTerminator, int FD, uint64_t Len, in MemoryBufferMMapFile()
DNativeFormatting.cpp59 size_t Len = 0; in write_unsigned_impl() local
244 unsigned Len; in write_double() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DStringView.h34 StringView(const char *First_, size_t Len) in StringView()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_global.cpp76 const uint8_t *getArray(size_t WhichArray, size_t &Len) { in getArray()
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerTracePC.cpp210 size_t Len = std::min(n, (size_t)32); in AddValueForMemcmp() local
228 size_t Len = std::min(n, (size_t)32); in AddValueForStrcmp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h225 void incrStreamedLen(const uint64_t &Len) { in incrStreamedLen()
/third_party/protobuf/python/google/protobuf/pyext/
Dunknown_fields.cc53 static Py_ssize_t Len(PyObject* pself) { in Len() function

12345