Searched refs:NUM_OF_BYTES (Results 1 – 1 of 1) sorted by relevance
6 constexpr int NUM_OF_BYTES = 8; variable17 if (psu.size() < NUM_OF_BYTES) in main()19 psu.append(NUM_OF_BYTES - psu.size(), '0'); //"0", 8 - psu.size()); in main()22 printf("%s", psu.substr(psu.size() - NUM_OF_BYTES).c_str()); in main()