/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/runtime/ |
H A D | rtstr.c | 70 IN UINTN Len in RtStrnCpy() 106 IN UINTN Len in RtStpnCpy() 138 IN UINTN Len in RtStrnCat() 172 IN UINTN Len in RtStrnLen()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A 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()
|
H A D | TrigramIndex.cpp | 33 unsigned Len = 0; in insert() local
|
H A D | xxhash.cpp | 72 size_t Len = Data.size(); in xxHash64() local
|
H A D | Chrono.cpp | 89 size_t Len = strftime(Buffer, sizeof(Buffer), Format.c_str(), <); in format() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/ |
H A D | Commit.cpp | 93 unsigned Len; in remove() local 121 unsigned Len; in replace() local 171 unsigned Len; in replaceText() local 213 FileOffset Offs, unsigned Len) { in addRemove() 297 FileOffset &Offs, unsigned &Len) { in canRemoveRange() 324 FileOffset &Offs, unsigned &Len) { in canReplaceText()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | str.c | 122 IN UINTN Len in StrnCpy() 143 IN UINTN Len in StpnCpy() 163 IN UINTN Len in StrnCat() 173 IN UINTN Len in StrnLen()
|
H A D | console.c | 63 UINTN Len; in IInput() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A 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
|
H A D | DebugCrossImpSubsection.cpp | 26 operator()(BinaryStreamRef Stream, uint32_t &Len, in operator ()()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | SelectorLocationsKind.cpp | 30 unsigned Len = II ? II->getLength() : 0; in getStandardSelLoc() local 38 unsigned Len = /* selector id */ (II ? II->getLength() : 0) + /* ':' */ 1; in getStandardSelLoc() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | ScratchBuffer.cpp | 33 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1260 Value *llvm::emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitStrNCmp() 1283 Value *llvm::emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitStrNCpy() 1290 Value *llvm::emitStpNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitStpNCpy() 1297 Value *llvm::emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in emitMemCpyChk() 1321 Value *llvm::emitMemPCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitMemPCpy() 1330 Value *llvm::emitMemChr(Value *Ptr, Value *Val, Value *Len, IRBuilderBase &B, in emitMemChr() 1339 Value *llvm::emitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitMemCmp() 1348 Value *llvm::emitBCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitBCmp() 1357 Value *llvm::emitMemCCpy(Value *Ptr1, Value *Ptr2, Value *Val, Value *Len, in emitMemCCpy()
|
H A D | SimplifyLibCalls.cpp | 120 static bool canTransformToMemCmp(CallInst *CI, Value *Str, uint64_t Len, in canTransformToMemCmp() 209 uint64_t Len = GetStringLength(Src); in optimizeStrCat() local 223 Value *LibCallSimplifier::emitStrLenMemCpy(Value *Src, Value *Dst, uint64_t Len, in emitStrLenMemCpy() 249 uint64_t Len; in optimizeStrNCat() local 297 uint64_t Len = GetStringLength(SrcStr); in optimizeStrChr() local 503 uint64_t Len = GetStringLength(Src); in optimizeStrCpy() local 529 uint64_t Len = GetStringLength(Src); in optimizeStpCpy() local 558 uint64_t Len; in optimizeStrNCpy() local 617 if (uint64_t Len = GetStringLength(Src, CharSize)) in optimizeStringLength() local 953 uint64_t Len, IRBuilderBase &B, in optimizeMemCmpConstantSize() [all …]
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | strftime.c | 229 # define memset_space(P, Len) \ argument 242 # define memset_zero(P, Len) \ argument 256 # define memset_space(P, Len) (wmemset ((P), L' ', (Len)), (P) += (Len)) argument 257 # define memset_zero(P, Len) (wmemset ((P), L'0', (Len)), (P) += (Len)) argument 259 # define memset_space(P, Len) (memset ((P), ' ', (Len)), (P) += (Len)) argument 260 # define memset_zero(P, Len) (memset ((P), '0', (Len)), (P) += (Len)) argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolData.cpp | 22 auto Len = RawSymbol->getLength(); in getLineNumbers() local
|
H A D | PDBSymbolCompiland.cpp | 63 auto Len = EnvWorkingDir.length(); in getSourceFileFullPath() local
|
H A D | PDBSymbolFunc.cpp | 99 auto Len = RawSymbol->getLength(); in getLineNumbers() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/ |
H A D | TokenRewriter.cpp | 84 unsigned Len = strlen(Val); in AddTokenBefore() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCCodeEmitter.cpp | 231 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
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerDataFlowTrace.cpp | 69 size_t Len = End - Beg; in Init() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 188 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
|
H A D | BinaryItemStream.h | 79 uint32_t Len = Traits::length(Item); in computeItemOffsets() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | StringView.h | 34 StringView(const char *First_, size_t Len) in StringView()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_powerpc64.cc | 31 void clearCache(void *Addr, size_t Len) { in clearCache()
|