zephyr/lib/utils
Benjamin Cabé 455280e5aa lib: hex: remove unnecessary defensive programming
The hex2char() calls in bin2hex() can never fail since buf[i] >> 4
and buf[i] & 0xf always produce values in range 0-15.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-06-11 10:25:14 -07:00
..
base64.c
bitarray.c utils: bitarray: fix comparison of int of different signs 2025-05-13 10:05:52 +02:00
CMakeLists.txt linker: move last section id constant to c-code 2025-05-08 15:55:40 +02:00
cobs.c lib: utils: add consistent overhead byte stuffing 2025-03-11 05:36:49 +01:00
dec.c
hex.c lib: hex: remove unnecessary defensive programming 2025-06-11 10:25:14 -07:00
json.c json: improve parsing and serializing of integers 2025-04-11 06:32:50 +02:00
Kconfig json: improve parsing and serializing of 'float' and 'double' 2025-04-09 22:05:14 +02:00
last_section_id.c linker: move last section id constant to c-code 2025-05-08 15:55:40 +02:00
notify.c
onoff.c lib: change controlling expressions in if/while to Boolean 2024-06-11 20:03:34 +03:00
rb.c lib: avoided increments/decrements with side effects 2024-06-21 08:48:15 -04:00
ring_buffer.c ring_buffer: shrink size of struct ring_buf 2025-03-11 08:59:05 +01:00
timeutil.c sys: timeutil: expose and use macro for base year 2024-08-29 11:38:28 +02:00
utf8.c zephyr: Add zero-len check for utf8_trunc 2024-06-27 08:48:31 -04:00
winstream.c