Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_debug.c145 debug_get_option(const char *name, const char *dfault) in debug_get_option()
162 debug_get_bool_option(const char *name, bool dfault) in debug_get_bool_option()
195 debug_get_num_option(const char *name, long dfault) in debug_get_num_option()
268 uint64_t dfault) in debug_get_flags_option()
Du_debug.h403 #define DEBUG_GET_ONCE_OPTION(suffix, name, dfault) \ argument
416 #define DEBUG_GET_ONCE_BOOL_OPTION(sufix, name, dfault) \ argument
429 #define DEBUG_GET_ONCE_NUM_OPTION(sufix, name, dfault) \ argument
442 #define DEBUG_GET_ONCE_FLAGS_OPTION(sufix, name, flags, dfault) \ argument
/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.c135 debug_get_option(const char *name, const char *dfault) in debug_get_option()
150 debug_get_bool_option(const char *name, boolean dfault) in debug_get_bool_option()
182 debug_get_num_option(const char *name, long dfault) in debug_get_num_option()
261 unsigned long dfault) in debug_get_flags_option()
Du_debug.h382 #define DEBUG_GET_ONCE_BOOL_OPTION(sufix, name, dfault) \ argument
395 #define DEBUG_GET_ONCE_NUM_OPTION(sufix, name, dfault) \ argument
408 #define DEBUG_GET_ONCE_FLAGS_OPTION(sufix, name, flags, dfault) \ argument
/external/libcxx/src/
Dlocale.cpp905 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) con… in do_narrow()
1023 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const in do_narrow()
1435 ctype_byname<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* de… in do_narrow()
/external/llvm-project/libcxx/src/
Dlocale.cpp918 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) con… in do_narrow()
1036 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const in do_narrow()
1448 ctype_byname<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* de… in do_narrow()