Searched refs:extsize (Results 1 – 5 of 5) sorted by relevance
/external/v8/third_party/zlib/contrib/minizip/ |
D | mztools.c | 63 unsigned int extsize = READ_16(header + 28); /* extra field length */ variable 98 if (extsize > 0) { 99 if (extsize < sizeof(extra)) { 100 if (fread(extra, 1, extsize, fpZip) == extsize) { 101 if (fwrite(extra, 1, extsize, fpOut) == extsize) { 102 offset += extsize; 163 WRITE_16(header + 30, extsize); 187 if (extsize > 0) { 188 if (fwrite(extra, 1, extsize, fpOutCD) == extsize) { 189 offsetCD += extsize;
|
/external/zlib/contrib/minizip/ |
D | mztools.c | 63 unsigned int extsize = READ_16(header + 28); /* extra field length */ variable 98 if (extsize > 0) { 99 if (extsize < sizeof(extra)) { 100 if (fread(extra, 1, extsize, fpZip) == extsize) { 101 if (fwrite(extra, 1, extsize, fpOut) == extsize) { 102 offset += extsize; 163 WRITE_16(header + 30, extsize); 187 if (extsize > 0) { 188 if (fwrite(extra, 1, extsize, fpOutCD) == extsize) { 189 offsetCD += extsize;
|
/external/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate05.c | 56 long extsize, tmp; in run() local 83 for (TST_RET = 0, extsize = 0; !TST_RET; extsize += blocksize) in run() 84 TEST(fallocate(fd, 0, bufsize + extsize, blocksize)); in run() 97 extsize -= blocksize; in run() 99 extsize / blocksize); in run() 101 for (tmp = extsize; tmp > 0; tmp -= TST_RET) { in run() 114 tmp = bufsize + extsize; in run()
|
/external/e2fsprogs/contrib/ |
D | fsstress.c | 1709 int extsize; in creat_f() local 1727 extsize = (random() % 10) + 1; in creat_f() 1729 extsize = 0; in creat_f() 1750 if (extsize && ioctl(fd, XFS_IOC_FSGETXATTR, &a) >= 0) { in creat_f() 1753 geom.rtextsize * geom.blocksize * extsize; in creat_f()
|
/external/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 1684 int extsize; in creat_f() local 1702 extsize = (random() % 10) + 1; in creat_f() 1704 extsize = 0; in creat_f() 1725 if (extsize && ioctl(fd, XFS_IOC_FSGETXATTR, &a) >= 0) { in creat_f() 1728 geom.rtextsize * geom.blocksize * extsize; in creat_f()
|