Searched defs:dfault (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 367 #define DEBUG_GET_ONCE_BOOL_OPTION(sufix, name, dfault) \ argument 380 #define DEBUG_GET_ONCE_NUM_OPTION(sufix, name, dfault) \ argument 393 #define DEBUG_GET_ONCE_FLAGS_OPTION(sufix, name, flags, dfault) \ argument
|
D | u_debug.c | 104 debug_get_option(const char *name, const char *dfault) in debug_get_option() 119 debug_get_bool_option(const char *name, boolean dfault) in debug_get_bool_option() 151 debug_get_num_option(const char *name, long dfault) in debug_get_num_option() 230 unsigned long dfault) in debug_get_flags_option()
|
/external/libcxx/src/ |
D | locale.cpp | 887 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) con… in do_narrow() 1005 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const in do_narrow() 1429 ctype_byname<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* de… in do_narrow()
|