/external/e2fsprogs/lib/support/ |
D | profile.h | 69 const char *subsubname, const char *def_val, 73 const char *subsubname, int def_val, 78 const char *subsubname, unsigned int def_val, 83 const char *subsubname, double def_val, 88 const char *subsubname, int def_val,
|
D | profile.c | 1503 const char *subsubname, const char *def_val, in profile_get_string() argument 1513 value = def_val; in profile_get_string() 1517 value = def_val; in profile_get_string() 1531 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument 1538 *ret_int = def_val; in profile_get_integer() 1544 *ret_int = def_val; in profile_get_integer() 1572 const char *subsubname, unsigned int def_val, in profile_get_uint() argument 1580 *ret_int = def_val; in profile_get_uint() 1586 *ret_int = def_val; in profile_get_uint() 1613 const char *subsubname, double def_val, double *ret_double) in profile_get_double() argument [all …]
|
/external/e2fsprogs/misc/ |
D | mke2fs.h | 21 const char *def_val); 22 extern int get_int_from_profile(char **types, const char *opt, int def_val); 23 extern int get_bool_from_profile(char **types, const char *opt, int def_val);
|
D | mke2fs.c | 1407 const char *def_val) in get_string_from_profile() argument 1419 profile_get_string(profile, "defaults", opt, 0, def_val, &ret); in get_string_from_profile() 1423 int get_int_from_profile(char **types, const char *opt, int def_val) in get_int_from_profile() argument 1428 profile_get_integer(profile, "defaults", opt, 0, def_val, &ret); in get_int_from_profile() 1435 unsigned int def_val) in get_uint_from_profile() argument 1440 profile_get_uint(profile, "defaults", opt, 0, def_val, &ret); in get_uint_from_profile() 1447 double def_val) in get_double_from_profile() argument 1452 profile_get_double(profile, "defaults", opt, 0, def_val, &ret); in get_double_from_profile() 1458 int get_bool_from_profile(char **types, const char *opt, int def_val) in get_bool_from_profile() argument 1463 profile_get_boolean(profile, "defaults", opt, 0, def_val, &ret); in get_bool_from_profile()
|
/external/ltp/testcases/kernel/syscalls/clone/ |
D | clone09.c | 58 int def_val; in do_test() local 73 SAFE_FILE_SCANF(sysctl_path_def, "%d", &def_val); in do_test() 75 if (sysctl_net_new != def_val) { in do_test()
|
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/ |
D | generate.pass.cpp | 25 const T def_val = T(-1); member 29 return def_val; in operator ()() 34 return def_val; in default_value()
|
/external/libbrillo/brillo/ |
D | any.h | 154 T TryGet(typename std::decay<T>::type const& def_val) const { in TryGet() argument 156 return def_val; in TryGet()
|
/external/e2fsprogs/e2fsck/ |
D | problem.c | 2543 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean() argument 2550 const char *subsubname, int def_val, int *ret_int) in profile_get_integer() argument 2574 const char *subsubname, const char *def_val, in profile_get_string() argument
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 8746 bool def_val = true, write_zero = false; in load_index_src() local 8764 def_val = false; in load_index_src() 8780 } else if (def_val) { in load_index_src()
|