Searched refs:NUM_TEN (Results 1 – 6 of 6) sorted by relevance
25 const uint8_t AnsImageUtil::NUM_TEN {10};179 if (cCur < NUM_TEN) { in BinToHex()182 cCur += ('a' - NUM_TEN); in BinToHex()208 value += (cCur - 'a' + NUM_TEN); in HexToBin()210 value += (cCur - 'A' + NUM_TEN); in HexToBin()
24 constexpr int32_t NUM_TEN = 10; variable86 char buff1[NUM_TEN] = {0};
27 static int NUM_TEN = 10; variable89 AddOptValueToOpts(getPacket->options, IP_ADDRESS_LEASE_TIME_OPTION, htonl(NUM_TEN)); in __wrap_GetDhcpRawPacket()
66 NUM_TEN, enumerator
29 static const uint8_t NUM_TEN; variable
99 {&g_longOptions[NUM_TEN], "", "show version information.", "", 0, ShowVersion},