Home
last modified time | relevance | path

Searched refs:enough (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/freebsd/sys/dev/ath/ath_rate/onoe/
H A Donoe.c341 int dir = 0, nrate, enough; in ath_rate_ctl() local
347 enough = (on->on_tx_ok + on->on_tx_err >= 10); in ath_rate_ctl()
354 if (enough && on->on_tx_ok < on->on_tx_retr) in ath_rate_ctl()
358 if (enough && on->on_tx_err == 0 && in ath_rate_ctl()
369 if (enough && on->on_tx_upper > 0) in ath_rate_ctl()
398 } else if (enough) in ath_rate_ctl()
/freebsd/contrib/libpcap/cmake/Modules/
H A DFinddpdk.cmake78 # need an environment UN*Xy enough, and modern enough, to
83 # a version recent enough to run the stuff the package's
/freebsd/contrib/one-true-awk/bugs-fixed/
H A Dmissing-precision.err1 awk: not enough args in printf(%*s)
/freebsd/tools/boot/
H A Dfull-test.readme9 is recent enough). If not, I know the latest master of qemu project works.
11 (3) A recent enough universe that the building of stand will work for all the
/freebsd/bin/sh/tests/execution/
H A Dkilled1.01 # Sometimes the "Killed" message is not flushed soon enough and it
/freebsd/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Dexports9 # but this is enough for the current VFS level tests.
/freebsd/tools/tools/vhba/
H A DREADME7 *just enough* framework to be useful, plus some nominally common
/freebsd/lib/libc/db/
H A Dchangelog2 recno: #ifdef out use of mmap, it's not portable enough.
54 btree: If enough duplicate records were inserted and then deleted
/freebsd/lib/libc/amd64/string/
H A Dmemrchr.S98 sub $16, %rdx # enough left for another round?
107 cmp $16, %rdx # enough left for second chunk?
H A Dtimingsafe_bcmp.S96 cmp %rdx, %rcx # enough left for a full iteration?
200 cmp %rdx, %rcx # enough left for a full iteration?
/freebsd/sys/contrib/device-tree/Bindings/fsi/
H A Dfsi-master-gpio.txt16 GPIO block is running at a low enough
/freebsd/crypto/openssl/doc/man3/
H A DEVP_SealInit.pod31 must contain enough room for the corresponding encrypted key: that is
37 contain enough room for the corresponding cipher's IV, as determined by (for
H A DEVP_PKEY_gettable_params.pod63 I<key_name>. The maximum size must be large enough to accommodate the string
87 EVP_PKEY_get_octet_string_param() if I<max_buf_sz> is not big enough to hold the
H A DOSSL_PARAM.pod111 should accommodate enough space for a terminating NUL byte.
200 long enough duration (such as the life-time of the entity that
226 long enough duration (such as the life-time of the entity that
248 enough set of data, that call should succeed.
/freebsd/sys/contrib/device-tree/Bindings/
H A D.yamllint10 # 80 chars should be enough, but don't fail if a line is longer
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8996-v3.0.dtsi16 * the GPU. Funnily enough, it's simpler to make it an
/freebsd/usr.bin/getconf/
H A Dprogenv.gperf26 * environment. If it is NULL, the current executable is good enough.
/freebsd/tools/test/stress2/misc/
H A Dradix.sh84 radix tree than pages. If I create enough of these VM objects, then I
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/
H A Dinv_mpu6050.txt33 simple enough to be described using the i2c-gate binding. See
/freebsd/sys/contrib/zlib/doc/
H A Dalgorithm.txt35 possible match but generally finds a match which is long enough.
46 the current match is long enough, deflate() reduces the search for a longer
49 the first match is already long enough.
110 inflate, two is enough.
/freebsd/contrib/sendmail/cf/mailer/
H A Dmail11.m411 # Not exciting enough to bother with copyrights and most of the
/freebsd/tests/sys/cddl/zfs/tests/migration/
H A Dmigration.cfg44 # In this case there are at least enough disks to use.
/freebsd/sys/dev/cardbus/
H A Dpower_if.m33 # generic enough to be used for other systems in addition to the pccard
/freebsd/contrib/ntp/libjsmn/
H A DREADME.md75 This approach provides enough information for parsing any JSON data and makes
151 * `JSMN_ERROR_NOMEM` - not enough tokens, JSON string is too large
/freebsd/crypto/openssl/doc/HOWTO/
H A Dcertificates.txt88 was kind enough, your certificate is a raw DER thing in PEM format.
102 the key into a new file and using that one should be enough. With

12345678910>>...15