Home
last modified time | relevance | path

Searched refs:nopad (Results 1 – 6 of 6) sorted by relevance

/external/flac/src/test_libFLAC/
Dmatrix4 4 delete middle block nopad
6 1 delete last block nopad
8 1 insert middle block nopad
14 1 set middle block smaller nopad
16 1 set last block smaller nopad
18 1 set middle block bigger nopad
23 1 set last block bigger nopad
49 a:shrink A->30 write nopad
51 b:grow A->32 write nopad
/external/cldr/tools/java/org/unicode/cldr/tool/
Dindex.css207 .dtf-table, .dtf-s, .dtf-nopad, .dtf-fix, .dtf-th, .dtf-h, .dtf-sep, .dtf-left, .dtf-int {border:1p…
209 .dtf-s, .dtf-nopad, .dtf-fix {padding:3px; text-align:center}
215 .dtf-nopad {padding:0px; vertical-align:top;}
/external/squashfs-tools/
DACKNOWLEDGEMENTS103 padding to a 4K boundary. This prompted the addition of the -nopad option.
DRELEASE-README126 -nopad do not pad filesystem to a multiple of 4K
725 The -nopad option informs mksquashfs to not pad the filesystem to a 4K multiple.
DCHANGES603 specified. A nopad option has also been added, which
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c120 int nopad = FALSE; variable
348 void write_filesystem_tables(struct squashfs_super_block *sBlk, int nopad);
452 write_filesystem_tables(&sBlk, nopad); in restorefs()
5124 void write_filesystem_tables(struct squashfs_super_block *sBlk, int nopad) in write_filesystem_tables() argument
5153 if(!nopad && (i = bytes & (4096 - 1))) { in write_filesystem_tables()
6024 nopad = TRUE; in main()
6645 write_filesystem_tables(&sBlk, nopad); in main()