Home
last modified time | relevance | path

Searched defs:dfault (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h409 #define DEBUG_GET_ONCE_OPTION(suffix, name, dfault) \ argument
422 #define DEBUG_GET_ONCE_BOOL_OPTION(sufix, name, dfault) \ argument
435 #define DEBUG_GET_ONCE_NUM_OPTION(sufix, name, dfault) \ argument
448 #define DEBUG_GET_ONCE_FLAGS_OPTION(sufix, name, flags, dfault) \ argument
Du_debug.c150 debug_get_option(const char *name, const char *dfault) in debug_get_option()
167 debug_get_bool_option(const char *name, boolean dfault) in debug_get_bool_option()
200 debug_get_num_option(const char *name, long dfault) in debug_get_num_option()
273 uint64_t dfault) in debug_get_flags_option()
/external/libcxx/src/
Dlocale.cpp888 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) con… in do_narrow()
1006 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const in do_narrow()
1424 ctype_byname<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* de… in do_narrow()