Home
last modified time | relevance | path

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

12345678910>>...15

/external/llvm-project/llvm/unittests/ADT/
DWaymarkingTest.cpp28 static int **createArray(int Len) { in createArray()
35 static void freeArray(int **A, int Len) { in freeArray()
48 static void verifyArrayValues(int **A, int Len) { in verifyArrayValues()
54 static void verifyFollowWaymarks(int **A, int Len) { in verifyFollowWaymarks()
/external/llvm-project/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/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-project/clang/lib/Edit/
DCommit.cpp93 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()
/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/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/llvm-project/clang/test/CodeGenCXX/
Dm64-ptr.cpp10 long Len; member in StringRef
/external/clang/test/CodeGenCXX/
Dm64-ptr.cpp10 long Len; member in StringRef
/external/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/
Dpid-substitution.c24 int Len = strlen(Filename); in main() local
/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/llvm-project/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/llvm-project/clang/lib/AST/
DSelectorLocationsKind.cpp30 unsigned Len = II ? II->getLength() : 0; in getStandardSelLoc() local
38 unsigned Len = /* selector id */ (II ? II->getLength() : 0) + /* ':' */ 1; in getStandardSelLoc() local
/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/Fuzzer/test/
DStrcmpTest.cpp13 size_t Len = strlen(Str); in Eq() local
/external/llvm-project/compiler-rt/test/fuzzer/
DStrcmpTest.cpp14 size_t Len = strlen(Str); in Eq() local
/external/llvm-project/clang/lib/Lex/
DScratchBuffer.cpp33 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()
/external/llvm-project/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1053 Value *llvm::emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitStrNCmp()
1076 Value *llvm::emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitStrNCpy()
1083 Value *llvm::emitStpNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitStpNCpy()
1090 Value *llvm::emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in emitMemCpyChk()
1114 Value *llvm::emitMemPCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitMemPCpy()
1123 Value *llvm::emitMemChr(Value *Ptr, Value *Val, Value *Len, IRBuilderBase &B, in emitMemChr()
1132 Value *llvm::emitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitMemCmp()
1141 Value *llvm::emitBCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitBCmp()
1150 Value *llvm::emitMemCCpy(Value *Ptr1, Value *Ptr2, Value *Val, Value *Len, in emitMemCCpy()
/external/clang/lib/Lex/
DScratchBuffer.cpp34 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()
/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()
/external/giflib/
Dgifalloc.c91 int i, j, Len = Object->ColorCount; in DumpColorMap() local
227 unsigned int Len, in GifAddExtensionBlock()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp22 auto Len = RawSymbol->getLength(); in getLineNumbers() local

12345678910>>...15