HomeSort by: relevance | last modified time | path
    Searched defs:enough (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
athrate-onoe.c 380 int dir = 0, nrate, enough; local in function:ath_rate_ctl
386 enough = (on->on_tx_ok + on->on_tx_err >= 10);
393 if (enough && on->on_tx_ok < on->on_tx_retr)
397 if (enough && on->on_tx_err == 0 &&
409 if (enough && on->on_tx_upper > 0)
438 } else if (enough)
  /src/common/dist/zlib/examples/
enough.c 0 /* enough.c -- determine the maximum size of inflate's Huffman code tables over
281 // we can use at most this many bit patterns, lest there not be enough
418 // we can use at most this many bit patterns, lest there not be enough
454 local void enough(int syms) { function in typeref:typename:local void
496 // For the deflate literal/length code, use "enough". For the deflate distance
497 // code, use "enough 30 6".
590 enough(syms);
  /src/sys/nfs/
nfs_bio.c 90 int enough = 0; local in function:nfs_bioread
323 enough = 1;
424 if (enough)
  /src/sys/fs/udf/
udf_subr.c 3472 /* ought to be enough since each mountpoint has its own chain */
6254 /* check if the node is dirty 'enough'*/
6297 int enough, error; local in function:udf_read_fid_stream
6324 enough = (file_size - (*offset) >= UDF_FID_SIZE);
6325 if (!enough) {
6358 enough = (file_size - (*offset) >= fid_size);
6359 if (!enough) {
6666 /* assure we have enough translation slots */
6794 /* assure we have enough translation slots */
6819 /* TODO paranoia check if we ARE going to have enough space *
    [all...]

Completed in 18 milliseconds