Searched refs:int64_ttoa (Results 1 – 5 of 5) sorted by relevance
212 GPR_ASSERT(1 == int64_ttoa(0, buf)); in test_int64toa()216 GPR_ASSERT(3 == int64_ttoa(123, buf)); in test_int64toa()220 GPR_ASSERT(19 == int64_ttoa(9223372036854775807LL, buf)); in test_int64toa()224 GPR_ASSERT(20 == int64_ttoa(-9223372036854775807LL - 1, buf)); in test_int64toa()
66 int int64_ttoa(int64_t value, char* output);
197 int int64_ttoa(int64_t value, char* output) { in int64_ttoa() function
231 int64_ttoa(i, buffer); in test_find()252 int64_ttoa(expect, buffer); in test_find()
51 int n = int64_ttoa(value, buffer); in enc_ext()