diff options
author | Willy Tarreau <w@1wt.eu> | 2022-02-07 17:23:28 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2022-04-20 17:05:44 -0700 |
commit | b1c21e7d99cdab987fb858679fbc012868caac40 (patch) | |
tree | a999020239ee5672d0e51327cb121652262b2328 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 66c397c4d2e15871c50940c168b7d4a76aaa08a9 (diff) |
tools/nolibc/stdlib: add i64toa() and u64toa()
These are 64-bit variants of the itoa() and utoa() functions. They also
support reentrant ones, and use the same itoa_buffer. The functions are
a bit larger than the previous ones in 32-bit mode (86 and 98 bytes on
x86_64 and armv7 respectively), which is why we continue to provide them
as separate functions.
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions