Home
last modified time | relevance | path

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

/freebsd/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/contrib/ntp/ntpd/
H A Dntp_proto.c5360 double dvalue, in proto_config() argument
5368 item, value, dvalue)); in proto_config()
5429 sys_bcpollbstep = (u_char)dvalue; in proto_config()
5433 sys_beacon = (int)dvalue; in proto_config()
5437 sys_bdelay = (dvalue ? dvalue : BDELAY_DEFAULT); in proto_config()
5441 sys_ceiling = (int)dvalue; in proto_config()
5445 sys_cohort = (int)dvalue; in proto_config()
5449 sys_floor = (int)dvalue; in proto_config()
5453 sys_maxclock = (int)dvalue; in proto_config()
5457 sys_maxdist = dvalue; in proto_config()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp224 double dvalue = strtod(numBuf, NULL); in getSystemRegistryString()
225 if (dvalue > bestValue) { in getSystemRegistryString()
235 bestValue = dvalue; in getSystemRegistryString()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1017 double dvalue; member
2666 lua_pushnumber(L,(lua_Number)constants[i].dvalue); in SWIG_Lua_InstallConstants()