Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h164 debug_get_num_option(const char *name, long dfault);
396 debug_get_option(const char *name, const char *dfault);
399 debug_get_bool_option(const char *name, boolean dfault);
402 debug_get_num_option(const char *name, long dfault);
407 uint64_t dfault);
409 #define DEBUG_GET_ONCE_OPTION(suffix, name, dfault) \ argument
417 value = debug_get_option(name, dfault); \
422 #define DEBUG_GET_ONCE_BOOL_OPTION(sufix, name, dfault) \ argument
430 value = debug_get_bool_option(name, dfault); \
435 #define DEBUG_GET_ONCE_NUM_OPTION(sufix, name, dfault) \ argument
[all …]
Du_debug.c151 debug_get_option(const char *name, const char *dfault) in debug_get_option() argument
157 result = dfault; in debug_get_option()
168 debug_get_bool_option(const char *name, boolean dfault) in debug_get_bool_option() argument
174 result = dfault; in debug_get_bool_option()
201 debug_get_num_option(const char *name, long dfault) in debug_get_num_option() argument
208 result = dfault; in debug_get_num_option()
215 result = dfault; in debug_get_num_option()
274 uint64_t dfault) in debug_get_flags_option() argument
283 result = dfault; in debug_get_flags_option()
285 result = dfault; in debug_get_flags_option()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.h369 debug_get_option(const char *name, const char *dfault);
372 debug_get_bool_option(const char *name, boolean dfault);
375 debug_get_num_option(const char *name, long dfault);
380 unsigned long dfault);
382 #define DEBUG_GET_ONCE_BOOL_OPTION(sufix, name, dfault) \ argument
390 value = debug_get_bool_option(name, dfault); \
395 #define DEBUG_GET_ONCE_NUM_OPTION(sufix, name, dfault) \ argument
403 value = debug_get_num_option(name, dfault); \
408 #define DEBUG_GET_ONCE_FLAGS_OPTION(sufix, name, flags, dfault) \ argument
416 value = debug_get_flags_option(name, flags, dfault); \
Du_debug.c135 debug_get_option(const char *name, const char *dfault) in debug_get_option() argument
141 result = dfault; in debug_get_option()
150 debug_get_bool_option(const char *name, boolean dfault) in debug_get_bool_option() argument
156 result = dfault; in debug_get_bool_option()
182 debug_get_num_option(const char *name, long dfault) in debug_get_num_option() argument
189 result = dfault; in debug_get_num_option()
261 unsigned long dfault) in debug_get_flags_option() argument
270 result = dfault; in debug_get_flags_option()
272 result = dfault; in debug_get_flags_option()
/external/libcxx/src/
Dlocale.cpp897 ctype<wchar_t>::do_narrow(char_type c, char dfault) const in do_narrow()
901 return dfault; in do_narrow()
905 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) con… in do_narrow() argument
911 *dest = dfault; in do_narrow()
1015 ctype<char>::do_narrow(char_type c, char dfault) const in do_narrow()
1019 return dfault; in do_narrow()
1023 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const in do_narrow() argument
1029 *dest = dfault; in do_narrow()
1428 ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const in do_narrow()
1431 return r != static_cast<int>(WEOF) ? static_cast<char>(r) : dfault; in do_narrow()
[all …]
/external/libcxx/include/
Dios153 char narrow(char_type c, char dfault) const;