Home | History | Annotate | Download | only in tests

Lines Matching defs:small

249 #   ifdef small
250 /* windows.h define small to char */
251 # undef small
288 int small
312 int small,
388 int small,
803 /* for undoing the Burrows-Wheeler transform (SMALL) */
2551 usually small, typically <= 20.
2906 Now ftab contains the first loc of every small bucket.
2946 mainQSort3 to sort the small buckets [ss, j], but
2954 any unsorted small buckets [ss, j], for j != ss.
2956 completed many of the small buckets [ss, j], so
2987 sorted order for small buckets [t, ss] for all t,
3483 do a bit better on small files
3707 Made global to keep stack frame size small.
4899 int small )
4906 if (small != 0 && small != 1) return BZ_PARAM_ERROR;
4924 s->smallDecompress = (Bool)small;
5479 int small,
5489 (small != 0 && small != 1) ||
5518 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small );
5692 int small,
5700 (small != 0 && small != 1) ||
5707 ret = BZ2_bzDecompressInit ( &strm, verbosity, small );
6533 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );