Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_base64.h43 static constexpr uint8_t INVAILD_VALUE = 255; variable
Dpt_base64.cpp56 if (v == INVAILD_VALUE) { in Decode()