Searched refs:DEC (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/unistd/
H A Dsyslog.c147 #define DEC() \ macro
158 DEC();
166 DEC();
175 DEC();
179 DEC();
225 DEC();
/bionic/libc/stdio/
H A Dvfprintf.c196 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator in enum:__anon637
491 base = DEC;
633 base = DEC;
679 case DEC:

Completed in 883 milliseconds