Home
last modified time | relevance | path

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

/src/klibc/
A Drt_vsnprintf_std.c282 #define PRINTF_ABS(_x) ( (_x) > 0 ? (_x) : -(_x) ) argument
289 #define ABS_FOR_PRINTING(_x) ((printf_unsigned_value_t) ( (_x) > 0 ? (_x) : -((printf_signed_value_… argument

Completed in 4 milliseconds