Home
last modified time | relevance | path

Searched refs:is_digit (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/lib/libutils/ext/
A Dsnprintk.c171 #define is_digit(c) ((unsigned)to_digit(c) <= 9) macro
334 while (is_digit(ch)) { in kprintf()
354 } while (is_digit(ch)); in kprintf()

Completed in 3 milliseconds