Searched refs:INIT_VAL (Results 1 – 2 of 2) sorted by relevance
98 if (surplus < INIT_VAL) { in BcdToChar()132 size_t count = INIT_VAL; in NumberConvertToBCD()137 uint8_t code = INIT_VAL; in NumberConvertToBCD()164 for (int i = INIT_VAL; i < length; ++i) { in BCDConvertToString()180 char c = INIT_VAL; in BCDSectionConvertToString()
63 inline constexpr static int INIT_VAL = 0; variable