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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c822 #define SIGLEN 24 macro
836 Len += SIGLEN;
878 char LoadModuleSignature[SIGLEN + 1];
881 S = snprintf(LoadModuleSignature, SIGLEN + 1, "%" PRIu64 "_%d",
883 if (S == -1 || S > SIGLEN)
884 S = SIGLEN;

Completed in 104 milliseconds