Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Dvfwprintf.cpp84 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */ in FUNCTION_NAME() enumerator
317 base = DEC; in FUNCTION_NAME()
505 base = DEC; in FUNCTION_NAME()
551 case DEC: in FUNCTION_NAME()
Dvfprintf.cpp84 enum { OCT, DEC, HEX } base; /* base for %[diouxX] conversion */ in FUNCTION_NAME() enumerator
339 base = DEC; in FUNCTION_NAME()
516 base = DEC; in FUNCTION_NAME()
562 case DEC: in FUNCTION_NAME()