Home
last modified time | relevance | path

Searched refs:SIGLEN (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c900 #define SIGLEN 24 macro
915 Len += SIGLEN; in getCurFilenameLength()
962 char LoadModuleSignature[SIGLEN + 1]; in getCurFilename()
965 S = snprintf(LoadModuleSignature, SIGLEN + 1, "%" PRIu64 "_%d", in getCurFilename()
967 if (S == -1 || S > SIGLEN) in getCurFilename()
968 S = SIGLEN; in getCurFilename()