Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A Dinstrumentation.cc49 static constexpr int kBufSize = 256; in Formatted() local
50 char buf[kBufSize]; in Formatted()
55 snprintf(buf, kBufSize, format_, args_[0]); in Formatted()
57 snprintf(buf, kBufSize, format_, args_[0], args_[1]); in Formatted()
59 snprintf(buf, kBufSize, format_, args_[0], args_[1], args_[2]); in Formatted()
61 snprintf(buf, kBufSize, format_, args_[0], args_[1], args_[2], args_[3]); in Formatted()

Completed in 7 milliseconds