Searched refs:paddingCnt (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/toolchain/tooling/base/ | ||
H A D | pt_base64.cpp | 109 int8_t paddingCnt = (UNENCODED_GROUP_BYTES - remainder) % UNENCODED_GROUP_BYTES; in Encode() local 110 switch (paddingCnt) { in Encode() |
Completed in 1 milliseconds