Searched defs:dfault (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | u_debug.c | 107 debug_parse_bool_option(const char *str, bool dfault) in debug_parse_bool_option() 156 debug_get_option(const char *name, const char *dfault) in debug_get_option() 173 debug_get_option_cached(const char *name, const char *dfault) in debug_get_option_cached() 196 debug_get_bool_option(const char *name, bool dfault) in debug_get_bool_option() 208 debug_parse_num_option(const char *str, int64_t dfault) in debug_parse_num_option() 226 debug_get_num_option(const char *name, int64_t dfault) in debug_get_num_option() 310 uint64_t dfault) in debug_parse_flags_option() 343 uint64_t dfault) in debug_get_flags_option()
|
H A D | u_debug.h | 383 #define DEBUG_GET_ONCE_OPTION(suffix, name, dfault) \ argument 414 #define DEBUG_GET_ONCE_BOOL_OPTION(sufix, name, dfault) \ argument 429 #define DEBUG_GET_ONCE_NUM_OPTION(sufix, name, dfault) \ argument 444 #define DEBUG_GET_ONCE_FLAGS_OPTION(sufix, name, flags, dfault) \ argument
|
/aosp_15_r20/external/virglrenderer/src/mesa/util/ |
H A D | u_debug.h | 391 #define DEBUG_GET_ONCE_OPTION(suffix, name, dfault) \ argument 420 #define DEBUG_GET_ONCE_FILE_OPTION(suffix, name, dfault, mode) \ argument 437 #define DEBUG_GET_ONCE_BOOL_OPTION(sufix, name, dfault) \ argument 450 #define DEBUG_GET_ONCE_NUM_OPTION(sufix, name, dfault) \ argument 463 #define DEBUG_GET_ONCE_FLAGS_OPTION(sufix, name, flags, dfault) \ argument
|
H A D | u_debug.c | 133 debug_get_option(const char *name, const char *dfault) in debug_get_option() 150 debug_get_bool_option(const char *name, bool dfault) in debug_get_bool_option() 183 debug_get_num_option(const char *name, long dfault) in debug_get_num_option() 280 uint64_t dfault) in debug_get_flags_option()
|
/aosp_15_r20/external/libcxx/src/ |
H A D | locale.cpp | 905 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()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | locale.cpp | 791 const wchar_t* ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, … in do_narrow() 883 const char* ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* … in do_narrow() 1274 ctype_byname<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* de… in do_narrow()
|