Home
last modified time | relevance | path

Searched refs:dvalue (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c93 datum dvalue; in dbm_fetch() local
101 dvalue.dptr = NULL; in dbm_fetch()
102 dvalue.dsize = 0; in dbm_fetch()
105 DBT2DATUM(&value, &dvalue); in dbm_fetch()
107 return dvalue; in dbm_fetch()
195 dbm_store (DBM *db, datum dkey, datum dvalue, int flags) argument
203 DATUM2DBT(&dvalue, &value);
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_proto.c5233 double dvalue, in proto_config() argument
5241 item, value, dvalue)); in proto_config()
5306 sys_beacon = (int)dvalue; in proto_config()
5310 sys_bdelay = (dvalue ? dvalue : BDELAY_DEFAULT); in proto_config()
5314 sys_ceiling = (int)dvalue; in proto_config()
5318 sys_cohort = (int)dvalue; in proto_config()
5322 sys_floor = (int)dvalue; in proto_config()
5330 sys_maxdist = dvalue; in proto_config()
5341 sys_mindisp = dvalue; in proto_config()
5349 sys_orphan = (int)dvalue; in proto_config()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp951 double dvalue = strtod(numBuf, NULL); in getSystemRegistryString()
952 if (dvalue > bestValue) { in getSystemRegistryString()
962 bestValue = dvalue; in getSystemRegistryString()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp994 double dvalue; member
2629 lua_pushnumber(L,(lua_Number)constants[i].dvalue); in SWIG_Lua_InstallConstants()