Searched refs:needed (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dentropy.c87 unsigned int needed; local
94 needed = desired;
99 * If needed is 0, it means we are being asked to "fill to whatever
110 * (DIGEST_SIZE * 8 < needed < POOLBITS - entropy).
116 if (needed == 0) {
123 needed = THRESHOLD_BITS * 4;
125 needed = ISC_MAX(needed, THRESHOLD_BITS);
126 needed = ISC_MIN(needed, RND_POOLBIT
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Drequirements.cpp154 check_memory_sysctl(const int64_t needed, const char* sysctl_variable) argument
164 if (available < needed) {
165 return "Not enough memory; needed " + atf::text::to_string(needed) +
173 check_memory_darwin(const int64_t needed) argument
175 return check_memory_sysctl(needed, "hw.usermem");
180 check_memory_netbsd(const int64_t needed) argument
182 return check_memory_sysctl(needed, "hw.usermem64");
190 check_memory_unknown(const int64_t needed ATF_DEFS_ATTRIBUTE_UNUSED)
200 const int64_t needed local
[all...]
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c253 unsigned int needed; local
259 needed = desired;
264 * If needed is 0, it means we are being asked to "fill to whatever
275 * (DIGEST_SIZE * 8 < needed < POOLBITS - entropy).
281 if (needed == 0) {
288 needed = THRESHOLD_BITS * 4;
290 needed = ISC_MAX(needed, THRESHOLD_BITS);
291 needed = ISC_MIN(needed, RND_POOLBIT
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh402 # Lock this critical section if it is needed
497 # Just move the object if needed, then go on to compile the next one
585 # Just move the object if needed
1918 echo "*** Warning! Library $i is needed by this library but I was not able to"
3198 # If the previous option needed an argument, then skip it.

Completed in 20 milliseconds