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

  /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
496 // For the deflate literal/length code, use "enough". For the deflate distance
497 // code, use "enough 30 6".
590 enough(syms);
  /src/sys/dev/ic/
athrate-onoe.c 380 int dir = 0, nrate, enough; local
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/external/gpl3/binutils/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
496 // For the deflate literal/length code, use "enough". For the deflate distance
497 // code, use "enough 30 6".
590 enough(syms);
  /src/external/gpl3/binutils.old/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
496 // For the deflate literal/length code, use "enough". For the deflate distance
497 // code, use "enough 30 6".
590 enough(syms);
  /src/external/gpl3/gdb/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
496 // For the deflate literal/length code, use "enough". For the deflate distance
497 // code, use "enough 30 6".
590 enough(syms);
  /src/external/gpl3/gdb.old/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
496 // For the deflate literal/length code, use "enough". For the deflate distance
497 // code, use "enough 30 6".
590 enough(syms);
  /src/external/ibm-public/postfix/dist/src/qmqpd/
qmqpd.c 427 char *enough = *next + var_line_limit; local
441 if (cp >= enough)
  /src/sys/nfs/
nfs_bio.c 90 int enough = 0; local
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
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...]
  /src/external/mit/expat/dist/lib/
xmlparse.c 1039 const bool enough local
1043 if (! enough) {
6968 * enough to hold the URI on the free block list of the pool.

Completed in 46 milliseconds