Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/clone/
Dclone09.c70 int def_val; in do_test() local
/external/e2fsprogs/e2fsck/
Dproblem.c2358 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean()
2365 const char *subsubname, int def_val, int *ret_int) in profile_get_integer()
2389 const char *subsubname, const char *def_val, in profile_get_string()
/external/libbrillo/brillo/
Dany.h152 T TryGet(typename std::decay<T>::type const& def_val) const { in TryGet()
/external/e2fsprogs/lib/support/
Dprofile.c1503 const char *subsubname, const char *def_val, in profile_get_string()
1531 const char *subsubname, int def_val, int *ret_int) in profile_get_integer()
1572 const char *subsubname, unsigned int def_val, in profile_get_uint()
1613 const char *subsubname, double def_val, double *ret_double) in profile_get_double()
1685 const char *subsubname, int def_val, int *ret_boolean) in profile_get_boolean()
/external/e2fsprogs/misc/
Dmke2fs.c1362 const char *def_val) in get_string_from_profile()
1378 int get_int_from_profile(char **types, const char *opt, int def_val) in get_int_from_profile()
1390 unsigned int def_val) in get_uint_from_profile()
1402 double def_val) in get_double_from_profile()
1413 int get_bool_from_profile(char **types, const char *opt, int def_val) in get_bool_from_profile()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c8008 bool def_val = true, write_zero = false; in load_index_src() local