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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.h90 // `BufferLen` elements. This function returns the number of frames that would
92 // frames were stored by GWP-ASan). A return value greater than `BufferLen`
96 size_t BufferLen);
112 // `BufferLen` elements. This function returns the number of frames that would
114 // frames were stored by GWP-ASan). A return value greater than `BufferLen`
119 size_t BufferLen);
H A Dcrash_handler.cpp114 size_t BufferLen) {
117 AllocationMeta->AllocationTrace.TraceSize, Buffer, BufferLen);
132 size_t BufferLen) {
135 AllocationMeta->DeallocationTrace.TraceSize, Buffer, BufferLen);
112 __gwp_asan_get_allocation_trace( const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer, size_t BufferLen) argument
130 __gwp_asan_get_deallocation_trace( const gwp_asan::AllocationMetadata *AllocationMeta, uintptr_t *Buffer, size_t BufferLen) argument
/freebsd-13-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbhistry.c197 UINT16 BufferLen; local
209 BufferLen = (UINT16) strlen (
212 if (CmdLen > BufferLen)
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp202 uint64_t BufferLen = C.getTypeSize(Buffer) / 8; local
203 auto RemainingBufferLen = BufferLen - DstOff;
/freebsd-13-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h1740 PXE_UINT32 BufferLen; member in struct:s_pxe_cpb_receive

Completed in 120 milliseconds