Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp124 size_t BufferLen) { in __gwp_asan_get_allocation_trace() argument
130 if (UnpackedLength < BufferLen) in __gwp_asan_get_allocation_trace()
131 BufferLen = UnpackedLength; in __gwp_asan_get_allocation_trace()
132 memcpy(Buffer, UncompressedBuffer, BufferLen * sizeof(*Buffer)); in __gwp_asan_get_allocation_trace()
148 size_t BufferLen) { in __gwp_asan_get_deallocation_trace() argument
154 if (UnpackedLength < BufferLen) in __gwp_asan_get_deallocation_trace()
155 BufferLen = UnpackedLength; in __gwp_asan_get_deallocation_trace()
156 memcpy(Buffer, UncompressedBuffer, BufferLen * sizeof(*Buffer)); in __gwp_asan_get_deallocation_trace()
H A Dcrash_handler.h102 size_t BufferLen);
125 size_t BufferLen);
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c197 UINT16 BufferLen; in AcpiDbAddToHistory() local
209 BufferLen = (UINT16) strlen ( in AcpiDbAddToHistory()
212 if (CmdLen > BufferLen) in AcpiDbAddToHistory()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp202 uint64_t BufferLen = C.getTypeSize(Buffer) / 8; in containsBadStrlcpyStrlcatPattern() local
203 auto RemainingBufferLen = BufferLen - DstOff; in containsBadStrlcpyStrlcatPattern()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h1740 PXE_UINT32 BufferLen; member