Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h94 struct AppVectors vec; member
101 struct AppVectors vec; member
164 struct AppVectors vec; member
/device/google/contexthub/util/nanotool/
Dlog.h38 #define LOGD_VEC(vec) Log::DebugBuf(vec) argument
Dlog.cpp67 void Log::DebugBuf(std::vector<uint8_t> vec) { in DebugBuf()