Home
last modified time | relevance | path

Searched defs:FormatBuf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/fmt/bundled/
H A Dostream.h34 FormatBuf(Buffer<Char> &buffer) : buffer_(buffer), start_(&buffer[0]) in FormatBuf() function
/aosp_15_r20/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp491 typedef char FormatBuf[2 + kFormatInBytesMax*2 + (kFormatInBytesMax - 1) + 3 + 1]; typedef