MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / clear

Function clear

src/Compression/CompressionCodecT64.cpp:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363
364template <typename T>
365void clear(T * buf)
366{
367 for (UInt32 i = 0; i < 64; ++i)
368 buf[i] = 0;
369}
370
371
372MULTITARGET_FUNCTION_X86_V4(

Callers 15

loadMethod · 0.85
loadMethod · 0.85
resetMethod · 0.85
openMethod · 0.85
runMethod · 0.85
parseUnixMethod · 0.85
parseWindowsMethod · 0.85
parseVMSMethod · 0.85
URI.cppFile · 0.85
~NotificationQueueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected