HomeSort by relevance Sort by last modified time
    Searched defs:blocksize (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/e2fsprogs/e2fsck/
extend.c 21 fprintf(stderr, _("%s: %s filename nblocks blocksize\n"),
30 int nblocks, blocksize; local
40 blocksize = strtoul(argv[3], 0, 0);
47 block = malloc(blocksize);
50 blocksize);
53 memset(block, 0, blocksize);
60 ret = lseek(fd, nblocks*blocksize, SEEK_SET);
65 ret = read(fd, block, blocksize);
70 ret = lseek(fd, nblocks*blocksize, SEEK_SET);
75 ret = write(fd, block, blocksize);
    [all...]
util.c 454 int blocksize; local
462 ctx->blocksize = fs->blocksize;
468 if (ctx->blocksize) {
469 ret_sb = ctx->blocksize * 8;
470 if (ctx->blocksize == 1024)
476 ctx->blocksize = 1024;
489 for (blocksize = EXT2_MIN_BLOCK_SIZE;
490 blocksize <= EXT2_MAX_BLOCK_SIZE ; blocksize *= 2)
    [all...]
  /external/flac/libFLAC/include/protected/
stream_decoder.h 46 unsigned blocksize; /* in samples (per channel) */ member in struct:FLAC__StreamDecoderProtected
stream_encoder.h 88 unsigned blocksize; member in struct:FLAC__StreamEncoderProtected
  /external/dropbear/
algo.h 56 unsigned char blocksize; member in struct:dropbear_cipher
packet.c 99 unsigned char blocksize; local
102 blocksize = ses.keys->recv_algo_crypt->blocksize;
104 if (ses.readbuf == NULL || ses.readbuf->len < blocksize) {
105 /* In the first blocksize of a packet */
107 /* Read the first blocksize of the packet, so we can decrypt it and
112 * a whole blocksize and should exit */
150 * length. Only called during the first BLOCKSIZE of a packet. */
155 unsigned char blocksize; local
159 blocksize = ses.keys->recv_algo_crypt->blocksize
199 blocksize); local
229 unsigned char blocksize; local
413 unsigned char blocksize, macsize; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
link.c 28 unsigned int blocksize; member in struct:link_struct
35 int blocksize,
55 if ((offset + curr_rec_len < blocksize - 8) &&
57 (offset + curr_rec_len + next->rec_len <= blocksize)) {
130 ls.blocksize = fs->blocksize;
dir_iterate.c 33 *rec_len = fs->blocksize;
43 if ((len > fs->blocksize) || (fs->blocksize > (1 << 18)) || (len & 3))
49 if (len == fs->blocksize) {
50 if (fs->blocksize == 65536)
76 (offset <= fs->blocksize - DIRENT_MIN_LENGTH)) {
97 int blocksize,
116 retval = ext2fs_get_mem(fs->blocksize, &ctx.buf);
135 int blocksize,
144 int blocksize, char *buf, void *priv_data variable
    [all...]
  /external/qemu/block/
nbd.c 39 size_t blocksize; member in struct:BDRVNBDState
49 size_t blocksize; local
85 ret = nbd_receive_negotiate(sock, &size, &blocksize);
91 s->blocksize = blocksize;
  /bionic/libc/kernel/common/linux/
smb.h 35 __u16 blocksize; member in struct:smb_dskattr
  /development/ndk/platforms/android-3/include/linux/
smb.h 35 __u16 blocksize; member in struct:smb_dskattr
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
smb.h 33 __u16 blocksize; member in struct:smb_dskattr
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
smb.h 35 __u16 blocksize; member in struct:smb_dskattr
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
smb.h 35 __u16 blocksize; member in struct:smb_dskattr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
smb.h 35 __u16 blocksize; member in struct:smb_dskattr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
smb.h 35 __u16 blocksize; member in struct:smb_dskattr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
smb.h 35 __u16 blocksize; member in struct:smb_dskattr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
smb.h 35 __u16 blocksize; member in struct:smb_dskattr
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
smb.h 35 __u16 blocksize; member in struct:smb_dskattr
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
smb.h 35 __u16 blocksize; member in struct:smb_dskattr
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
smb.h 35 __u16 blocksize; member in struct:smb_dskattr
  /system/core/sh/
memalloc.c 130 int blocksize; local
133 blocksize = nbytes;
134 if (blocksize < MINSIZE)
135 blocksize = MINSIZE;
137 sp = ckmalloc(sizeof(struct stack_block) - MINSIZE + blocksize);
140 stacknleft = blocksize;
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 158 unsigned long blocksize; member in struct:ltc_hash_descriptor
tomcrypt_mac.h 322 blocksize; member in struct:__anon5549
356 blocksize; member in struct:__anon5550
  /external/kernel-headers/original/linux/
smb.h 32 __u16 blocksize; member in struct:smb_dskattr

Completed in 550 milliseconds

1 2 3