Home
last modified time | relevance | path

Searched refs:blocks (Results 1 – 25 of 2234) sorted by relevance

12345678910>>...90

/external/e2fsprogs/tests/r_move_itable/
Dexpect3 Resizing the filesystem on test.img to 10000 (1k) blocks.
6 The filesystem on test.img is now 9985 (1k) blocks long.
8 Pass 1: Checking inodes, blocks, and sizes
13 test_filesys: 11/1248 files (0.0% non-contiguous), 1281/9985 blocks
28 Free blocks: 8704
33 Reserved GDT blocks: 126
37 Inode blocks per group: 4
40 Reserved blocks uid: 0
41 Reserved blocks gid: 0
49 Reserved GDT blocks at 4-129
[all …]
/external/e2fsprogs/tests/r_resize_inode/
Dexpect3 Resizing the filesystem on test.img to 65536 (1k) blocks.
4 The filesystem on test.img is now 65536 (1k) blocks long.
6 Pass 1: Checking inodes, blocks, and sizes
11 test_filesys: 11/16384 files (0.0% non-contiguous), 4513/65536 blocks
26 Free blocks: 61023
31 Reserved GDT blocks: 255
35 Inode blocks per group: 32
38 Reserved blocks uid: 0
39 Reserved blocks gid: 0
47 Reserved GDT blocks at 4-258
[all …]
/external/e2fsprogs/tests/m_raid_opt/
Dexpect.11 Creating filesystem with 131072 1k blocks and 32768 inodes
2 Superblock backups stored on blocks:
10 Pass 1: Checking inodes, blocks, and sizes
15 test_filesys: 11/32768 files (0.0% non-contiguous), 7238/131072 blocks
29 Free blocks: 123834
34 Reserved GDT blocks: 256
38 Inode blocks per group: 32
42 Reserved blocks uid: 0
43 Reserved blocks gid: 0
51 Reserved GDT blocks at 6-261
[all …]
/external/e2fsprogs/tests/m_desc_size_128/
Dexpect.11 Creating filesystem with 131072 1k blocks and 8192 inodes
2 Superblock backups stored on blocks:
10 Pass 1: Checking inodes, blocks, and sizes
15 test_filesys: 11/8192 files (0.0% non-contiguous), 4298/131072 blocks
29 Free blocks: 126774
35 Reserved GDT blocks: 256
39 Inode blocks per group: 8
42 Reserved blocks uid: 0
43 Reserved blocks gid: 0
51 Reserved GDT blocks at 18-273
[all …]
/external/e2fsprogs/tests/m_meta_bg/
Dexpect.11 Creating filesystem with 131072 1k blocks and 32768 inodes
2 Superblock backups stored on blocks:
10 Pass 1: Checking inodes, blocks, and sizes
15 test_filesys: 11/32768 files (0.0% non-contiguous), 4389/131072 blocks
29 Free blocks: 126683
37 Inode blocks per group: 32
40 Reserved blocks uid: 0
41 Reserved blocks gid: 0
51 975 free blocks, 245 free inodes, 2 directories
52 Free blocks: 50-1024
[all …]
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz77support/
DLZ77CompressorTest.java68 final List<LZ77Compressor.Block> blocks = new ArrayList<>(); in compress() local
83 blocks.add(block); in compress()
90 return blocks; in compress()
95 List<LZ77Compressor.Block> blocks = compress(newParameters(128), ONE_TO_TEN); in nonCompressableWithLengthSmallerThanLiteralMax() local
96 assertSize(2, blocks); in nonCompressableWithLengthSmallerThanLiteralMax()
97 assertLiteralBlock(ONE_TO_TEN, blocks.get(0)); in nonCompressableWithLengthSmallerThanLiteralMax()
102 List<LZ77Compressor.Block> blocks = compress(newParameters(8), ONE_TO_TEN); in nonCompressableWithLengthGreaterThanLiteralMaxButLessThanTwiceWindowSize() local
103 assertSize(3, blocks); in nonCompressableWithLengthGreaterThanLiteralMaxButLessThanTwiceWindowSize()
104 assertLiteralBlock(new byte[] { 1, 2, 3, 4, 5, 6, 7, 8 }, blocks.get(0)); in nonCompressableWithLengthGreaterThanLiteralMaxButLessThanTwiceWindowSize()
105 assertLiteralBlock(new byte[] { 9, 10 }, blocks.get(1)); in nonCompressableWithLengthGreaterThanLiteralMaxButLessThanTwiceWindowSize()
[all …]
/external/e2fsprogs/tests/m_bigjournal/
Dexpect.12 Pass 1: Checking inodes, blocks, and sizes
7 test_filesys: 11/1344 files (0.0% non-contiguous), 1286989/2750000 blocks
21 Free blocks: 1463011
26 Reserved GDT blocks: 671
30 Inode blocks per group: 1
34 Reserved blocks uid: 0
35 Reserved blocks gid: 0
42 Journal backup: inode blocks
52 Reserved GDT blocks at 2-672
55 31837 free blocks, 5 free inodes, 2 directories, 5 unused inodes
[all …]
/external/e2fsprogs/tests/m_quota/
Dexpect.11 Creating filesystem with 131072 1k blocks and 32768 inodes
2 Superblock backups stored on blocks:
10 Pass 1: Checking inodes, blocks, and sizes
15 test_filesys: 12/32768 files (25.0% non-contiguous), 9805/131072 blocks
29 Free blocks: 121267
34 Reserved GDT blocks: 256
38 Inode blocks per group: 512
41 Reserved blocks uid: 0
42 Reserved blocks gid: 0
55 Reserved GDT blocks at 3-258
[all …]
/external/e2fsprogs/tests/m_uninit/
Dexpect.11 Creating filesystem with 131072 1k blocks and 32768 inodes
2 Superblock backups stored on blocks:
10 Pass 1: Checking inodes, blocks, and sizes
15 test_filesys: 11/32768 files (0.0% non-contiguous), 5691/131072 blocks
29 Free blocks: 125381
34 Reserved GDT blocks: 256
38 Inode blocks per group: 256
41 Reserved blocks uid: 0
42 Reserved blocks gid: 0
50 Reserved GDT blocks at 3-258
[all …]
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dblock.c38 …MCCreateBlocks(Display *dpy, XvMCContext *context, unsigned int num_blocks, XvMCBlockArray *blocks) in XvMCCreateBlocks() argument
47 assert(blocks); in XvMCCreateBlocks()
49 blocks->context_id = context->context_id; in XvMCCreateBlocks()
50 blocks->num_blocks = num_blocks; in XvMCCreateBlocks()
51 blocks->blocks = MALLOC(BLOCK_SIZE_BYTES * num_blocks); in XvMCCreateBlocks()
52 blocks->privData = NULL; in XvMCCreateBlocks()
58 Status XvMCDestroyBlocks(Display *dpy, XvMCBlockArray *blocks) in XvMCDestroyBlocks() argument
61 assert(blocks); in XvMCDestroyBlocks()
62 FREE(blocks->blocks); in XvMCDestroyBlocks()
68 …croBlocks(Display *dpy, XvMCContext *context, unsigned int num_blocks, XvMCMacroBlockArray *blocks) in XvMCCreateMacroBlocks() argument
[all …]
/external/e2fsprogs/tests/m_extent_journal/
Dexpect.11 Creating filesystem with 65536 1k blocks and 16384 inodes
2 Superblock backups stored on blocks:
7 Creating journal (4096 blocks): done
11 Pass 1: Checking inodes, blocks, and sizes
16 test_filesys: 11/16384 files (0.0% non-contiguous), 7460/65536 blocks
30 Free blocks: 58076
35 Reserved GDT blocks: 255
39 Inode blocks per group: 256
42 Reserved blocks uid: 0
43 Reserved blocks gid: 0
[all …]
/external/e2fsprogs/tests/m_std/
Dexpect.11 Creating filesystem with 65536 1k blocks and 16384 inodes
2 Superblock backups stored on blocks:
10 Pass 1: Checking inodes, blocks, and sizes
15 test_filesys: 11/16384 files (0.0% non-contiguous), 3364/65536 blocks
29 Free blocks: 62172
34 Reserved GDT blocks: 255
38 Inode blocks per group: 256
41 Reserved blocks uid: 0
42 Reserved blocks gid: 0
50 Reserved GDT blocks at 3-257
[all …]
/external/e2fsprogs/tests/m_resize_inode_meta_bg/
Dexpect.11 Creating filesystem with 3840 4k blocks and 960 inodes
2 Superblock backups stored on blocks:
7 Creating journal (1024 blocks): done
11 Pass 1: Checking inodes, blocks, and sizes
16 test_filesys: 11/960 files (0.0% non-contiguous), 1127/3840 blocks
30 Free blocks: 2713
39 Inode blocks per group: 4
43 Reserved blocks uid: 0
44 Reserved blocks gid: 0
51 Journal backup: inode blocks
[all …]
/external/e2fsprogs/tests/f_resize_inode/
Dexpect2 Creating filesystem with 16384 1k blocks and 4096 inodes
3 Superblock backups stored on blocks:
10 Pass 1: Checking inodes, blocks, and sizes
15 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks
23 Pass 1: Checking inodes, blocks, and sizes
28 Free blocks count wrong for group #0 (717, counted=718).
31 Free blocks count wrong (14276, counted=14277).
36 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks
38 Pass 1: Checking inodes, blocks, and sizes
43 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks
[all …]
/external/e2fsprogs/tests/m_no_opt/
Dexpect.11 Creating filesystem with 65536 1k blocks and 16384 inodes
2 Superblock backups stored on blocks:
10 Pass 1: Checking inodes, blocks, and sizes
15 test_filesys: 11/16384 files (0.0% non-contiguous), 2094/65536 blocks
29 Free blocks: 63442
37 Inode blocks per group: 256
40 Reserved blocks uid: 0
41 Reserved blocks gid: 0
51 7919 free blocks, 2037 free inodes, 2 directories
52 Free blocks: 274-8192
[all …]
/external/e2fsprogs/tests/m_minrootdir/
Dexpect14 Free blocks: 16065
23 Inode blocks per group: 128
27 Reserved blocks uid: 0
28 Reserved blocks gid: 0
42 7876 free blocks, 494 free inodes, 4 directories, 494 unused inodes
43 Free blocks: 317-8192
50 8189 free blocks, 512 free inodes, 0 directories, 512 unused inodes
51 Free blocks: 8195-16383
103 Pass 1: Checking inodes, blocks, and sizes
108 test.img: 18/1024 files (0.0% non-contiguous), 319/16384 blocks
[all …]
/external/e2fsprogs/tests/m_dasd_bs/
Dexpect.11 Creating filesystem with 32768 2k blocks and 16384 inodes
2 Superblock backups stored on blocks:
10 Pass 1: Checking inodes, blocks, and sizes
15 test_filesys: 11/16384 files (0.0% non-contiguous), 1104/32768 blocks
29 Free blocks: 31664
34 Reserved GDT blocks: 31
38 Inode blocks per group: 512
41 Reserved blocks uid: 0
42 Reserved blocks gid: 0
50 Reserved GDT blocks at 2-32
[all …]
/external/e2fsprogs/tests/r_fixup_lastbg_big/
Dexpect1 Creating filesystem with 20000 1k blocks and 1248 inodes
2 Superblock backups stored on blocks:
7 Creating journal (1024 blocks): done
14 3615 free blocks, 416 free inodes, 0 directories, 416 unused inodes
15 Free blocks: 16385-19999
21 3615 free blocks, 416 free inodes, 0 directories
22 Free blocks: 16385-19999
24 Resizing the filesystem on test.img to 40000 (1k) blocks.
27 The filesystem on test.img is now 40000 (1k) blocks long.
33 8192 free blocks, 416 free inodes, 0 directories, 416 unused inodes
[all …]
/external/boringssl/src/crypto/fipsmodule/aes/
Daes_test.cc212 for (size_t blocks : block_counts) { in TEST() local
213 SCOPED_TRACE(blocks); in TEST()
214 CHECK_ABI(aes_nohw_cbc_encrypt, buf, buf, AES_BLOCK_SIZE * blocks, &key, in TEST()
222 for (size_t blocks : block_counts) { in TEST() local
223 SCOPED_TRACE(blocks); in TEST()
224 CHECK_ABI(aes_nohw_cbc_encrypt, buf, buf, AES_BLOCK_SIZE * blocks, &key, in TEST()
231 for (size_t blocks : block_counts) { in TEST() local
232 SCOPED_TRACE(blocks); in TEST()
233 if (blocks != 0) { in TEST()
234 CHECK_ABI(bsaes_ctr32_encrypt_blocks, buf, buf, blocks, &key, block); in TEST()
[all …]
/external/e2fsprogs/tests/t_enable_mcsum_initbg/
Dexpect2 Creating filesystem with 524288 1k blocks and 65536 inodes
3 Superblock backups stored on blocks:
8 Creating journal (16384 blocks): done
9 Creating 477 huge file(s) with 1024 blocks each: done
12 Pass 1: Checking inodes, blocks, and sizes
27 Pass 1: Checking inodes, blocks, and sizes
50 -Free blocks: 571
51 +Free blocks: 568
58 Journal backup: inode blocks
70 Reserved GDT blocks at 6-261
[all …]
/external/e2fsprogs/tests/f_bbfile/
Dexpect.13 Pass 1: Checking inodes, blocks, and sizes
8 Running additional passes to resolve blocks claimed by more than one inode...
9 Pass 1B: Rescanning for multiply-claimed blocks
13 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
14 Pass 1D: Reconciling multiply-claimed blocks
15 (There are 3 inodes containing multiply-claimed blocks.)
19 <The bad blocks inode> (inode #1, mod time Sun Jul 17 00:47:58 1994)
20 Clone multiply-claimed blocks? yes
24 <The bad blocks inode> (inode #1, mod time Sun Jul 17 00:47:58 1994)
25 Clone multiply-claimed blocks? yes
[all …]
/external/e2fsprogs/tests/r_fixup_lastbg/
Dexpect1 Creating filesystem with 20000 1k blocks and 1248 inodes
2 Superblock backups stored on blocks:
7 Creating journal (1024 blocks): done
14 3615 free blocks, 416 free inodes, 0 directories, 416 unused inodes
15 Free blocks: 16385-19999
21 3615 free blocks, 416 free inodes, 0 directories
22 Free blocks: 16385-19999
24 Resizing the filesystem on test.img to 20004 (1k) blocks.
25 The filesystem on test.img is now 20004 (1k) blocks long.
31 3619 free blocks, 416 free inodes, 0 directories, 416 unused inodes
[all …]
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc141 for (size_t blocks : kBlockCounts) { in TEST() local
142 CHECK_ABI(gcm_ghash_4bit_mmx, X, Htable, buf, 16 * blocks); in TEST()
146 for (size_t blocks : kBlockCounts) { in TEST() local
147 CHECK_ABI(gcm_ghash_4bit, X, Htable, buf, 16 * blocks); in TEST()
155 for (size_t blocks : kBlockCounts) { in TEST() local
156 CHECK_ABI_SEH(gcm_ghash_ssse3, X, Htable, buf, 16 * blocks); in TEST()
163 for (size_t blocks : kBlockCounts) { in TEST() local
164 CHECK_ABI_SEH(gcm_ghash_clmul, X, Htable, buf, 16 * blocks); in TEST()
171 for (size_t blocks : kBlockCounts) { in TEST() local
172 CHECK_ABI_SEH(gcm_ghash_avx, X, Htable, buf, 16 * blocks); in TEST()
[all …]
/external/e2fsprogs/tests/f_opt_extent/
Dexpect2 Creating filesystem with 524288 1k blocks and 65536 inodes
3 Superblock backups stored on blocks:
8 Creating journal (16384 blocks): done
9 Creating 477 huge file(s) with 1024 blocks each: done
12 Pass 1: Checking inodes, blocks, and sizes
19 Pass 1: Checking inodes, blocks, and sizes
33 -Free blocks: 570
34 +Free blocks: 567
42 - 21 free blocks, 535 free inodes, 3 directories, 535 unused inodes
43 - Free blocks: 4414-4434
[all …]
/external/e2fsprogs/tests/m_mmp/
Dexpect.11 Creating filesystem with 65536 4k blocks and 65536 inodes
2 Superblock backups stored on blocks:
11 Pass 1: Checking inodes, blocks, and sizes
16 test_filesys: 11/65536 files (0.0% non-contiguous), 2093/65536 blocks
30 Free blocks: 63443
35 Reserved GDT blocks: 15
39 Inode blocks per group: 1024
42 Reserved blocks uid: 0
43 Reserved blocks gid: 0
61 Reserved GDT blocks at 2-16
[all …]

12345678910>>...90