Home
last modified time | relevance | path

Searched defs:defval (Results 1 – 7 of 7) sorted by relevance

/external/libtextclassifier/common/
Dtask-context.cc31 int32 ParseInt32WithDefault(const std::string &s, int32 defval) { in ParseInt32WithDefault()
36 int64 ParseInt64WithDefault(const std::string &s, int64 defval) { in ParseInt64WithDefault()
41 double ParseDoubleWithDefault(const std::string &s, double defval) { in ParseDoubleWithDefault()
/external/fio/
Dghelpers.c71 GtkWidget *create_spinbutton(GtkWidget *hbox, double min, double max, double defval) in create_spinbutton()
Dgoptions.c505 unsigned long long defval; in __gopt_new_int() local
/external/libcups/cups/
Dadminutil.c2290 int defval, /* I - Default value number */ in write_option()
/external/curl/src/
Dtool_setopt.c507 long defval = 0L; in tool_setopt() local
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3292 PyObject *defval; in _validate_paramflags() local
3603 _get_arg(int *pindex, char *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg()
3695 PyObject *defval = NULL; in _build_callargs() local
/external/v8/src/wasm/
Dwasm-interpreter.cc1516 #define ASMJS_LOAD_CASE(name, ctype, mtype, defval) \ in Execute() argument