Searched defs:dfault (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
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()
|
D | u_debug.h | 382 #define DEBUG_GET_ONCE_OPTION(suffix, name, dfault) \ argument 406 #define DEBUG_GET_ONCE_BOOL_OPTION(sufix, name, dfault) \ argument 421 #define DEBUG_GET_ONCE_NUM_OPTION(sufix, name, dfault) \ argument 436 #define DEBUG_GET_ONCE_FLAGS_OPTION(sufix, name, flags, dfault) \ argument
|