Searched defs:unit (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtext.cpp139 const char unit = str[str.length() - 1]; local
141 switch (unit) {
147 if (!std::isdigit(unit))
148 throw std::runtime_error(std::string("Unknown size unit '") + unit
/bind-9.11.3/unit/atf-src/tools/
H A Dtext.cpp141 const char unit = str[str.length() - 1]; local
143 switch (unit) {
149 if (!std::isdigit(unit))
150 throw std::runtime_error(std::string("Unknown size unit '") + unit
/bind-9.11.3/lib/isccfg/
H A Dnamedconf.c2378 isc_uint64_t unit; local
2393 unit = 1024;
2397 unit = 1024 * 1024;
2401 unit = 1024 * 1024 * 1024;
2406 if (value > ISC_UINT64_MAX / unit)
2408 *valuep = value * unit;
2434 "expected integer and optional unit");
2473 "expected integer and optional unit or percent");
2490 * A size value (number + optional unit).
3861 "expected integer and optional unit");
[all...]

Completed in 26 milliseconds