Searched refs:DECIM_TEN (Results 1 - 1 of 1) sorted by relevance
/test/xts/dcts/common/ | ||
H A D | shm_utils.cpp | 27 const int DECIM_TEN = 10;
variable 244 str[i++] = num % DECIM_TEN + CALCU_FOUR_AIGHT; in Int2String() 245 num /= DECIM_TEN; in Int2String() |
Completed in 2 milliseconds