HomeSort by: relevance | last modified time | path
    Searched refs:MiB (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/cli-tests/basic/
memlimit.sh 35 println "+ zstd --memory=1MiB file"
36 zstd -q --memory=1MiB file && die "Should allow numeric parameter with expected suffix"
  /src/external/mit/expat/dist/tests/
basic_tests.c 6101 const int MiB = 1024 * KiB;
6102 const int document_length = 16 * MiB;
6103 const int big = 7654321; // arbitrarily chosen between 4 and 8 MiB
6121 {8 * MiB, -8 * MiB},
6122 {4 * MiB, 4 * MiB, -12 * MiB}, // try at 4MB, then 8MB = 12 MB total
6124 {4 * MiB, 0, 4 * MiB, -12 * MiB}
    [all...]
  /src/external/bsd/zstd/dist/tests/
playTests.sh 1087 println "test : allows and interprets K,KB,KiB,M,MB and MiB suffix"
1093 cat tmp | zstd -14 -f --size-hint=1MiB | zstd -t

Completed in 42 milliseconds