Searched defs:blksize (Results 1 - 20 of 20) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_ex.c35 unsigned long size, x, y, z, i, blksize; local
54 blksize = in[x++];
67 blksize = 0;
69 blksize = (blksize << 8) | (unsigned long)in[x++];
73 /* would this blksize overflow? */
74 if (x + blksize > inlen) {
84 inlen = blksize;
/external/valgrind/main/include/
H A Dpub_tool_libcfile.h61 ULong blksize; member in struct:vg_stat
/external/kernel-headers/original/linux/mtd/
H A Dblktrans.h27 int blksize; member in struct:mtd_blktrans_dev
/external/e2fsprogs/lib/ext2fs/
H A Dinode_io.c51 static errcode_t inode_set_blksize(io_channel channel, int blksize);
195 static errcode_t inode_set_blksize(io_channel channel, int blksize) argument
203 channel->block_size = blksize;
H A Ddosio.c56 static errcode_t dos_set_blksize(io_channel channel, int blksize);
364 static errcode_t dos_set_blksize(io_channel channel, int blksize) argument
366 channel->block_size = blksize;
H A Dtest_io.c53 void (*set_blksize)(int blksize, errcode_t err);
61 static errcode_t test_set_blksize(io_channel channel, int blksize);
110 (int blksize, errcode_t err) = 0;
284 static errcode_t test_set_blksize(io_channel channel, int blksize) argument
294 retval = io_channel_set_blksize(data->real, blksize);
296 data->set_blksize(blksize, retval);
300 blksize, retval ? error_message(retval) : "OK");
301 channel->block_size = blksize;
H A Dundo_io.c75 static errcode_t undo_set_blksize(io_channel channel, int blksize);
437 static errcode_t undo_set_blksize(io_channel channel, int blksize) argument
447 retval = io_channel_set_blksize(data->real, blksize);
452 data->tdb_data_size = blksize;
454 channel->block_size = blksize;
H A Dunix_io.c100 static errcode_t unix_set_blksize(io_channel channel, int blksize);
600 static errcode_t unix_set_blksize(io_channel channel, int blksize) argument
609 if (channel->block_size != blksize) {
615 channel->block_size = blksize;
H A Dnt_io.c225 static errcode_t nt_set_blksize(io_channel channel, int blksize);
1267 nt_set_blksize(io_channel channel, int blksize) argument
1275 if (channel->block_size != blksize)
1277 channel->block_size = blksize;
/external/kernel-headers/original/linux/
H A Dstat.h71 unsigned long blksize; member in struct:kstat
/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c121 int blksize, /* Currently only values supported are 16, 8 */
140 int uvblksize = blksize >> 1;
151 if (blksize == 16)
168 else /* if (blksize == 8) */
219 blksize, ifactor);
224 if (blksize == 16)
230 else /* if (blksize == 8) */
119 multiframe_quality_enhance_block( int blksize, int qcurr, int qprev, unsigned char *y, unsigned char *u, unsigned char *v, int y_stride, int uv_stride, unsigned char *yd, unsigned char *ud, unsigned char *vd, int yd_stride, int uvd_stride ) argument
/external/tcpdump/
H A Dprint-decnet.c183 int src, dst, info, blksize, eco, ueco, hello, other, vers; local
197 blksize = EXTRACT_LE_16BITS(cmp->cm_init.in_blksize);
205 dnaddr_string(src), blksize, vers, eco, ueco,
261 blksize = EXTRACT_LE_16BITS(cmp->cm_rhello.rh_blksize);
266 "vers %d eco %d ueco %d src %s blksize %d pri %d hello %d",
268 blksize, priority, hello);
284 blksize = EXTRACT_LE_16BITS(cmp->cm_ehello.eh_blksize);
293 "vers %d eco %d ueco %d src %s blksize %d rtr %s hello %d data %o",
295 blksize, dnaddr_string(dst), hello, other);
/external/jpeg/
H A Djquant1.c278 int i,j,k, nci, blksize, blkdist, ptr, val; local
299 /* blksize is number of adjacent repeated entries for a component */
306 blksize = blkdist / nci;
311 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) {
312 /* fill in blksize entries beginning at ptr */
313 for (k = 0; k < blksize; k++)
317 blkdist = blksize; /* blksize of this color is blkdist of next */
337 int i,j,k, nci, blksize, val, pad; local
357 /* blksize i
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djquant1.c278 int i,j,k, nci, blksize, blkdist, ptr, val; local
299 /* blksize is number of adjacent repeated entries for a component */
306 blksize = blkdist / nci;
311 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) {
312 /* fill in blksize entries beginning at ptr */
313 for (k = 0; k < blksize; k++)
317 blkdist = blksize; /* blksize of this color is blkdist of next */
337 int i,j,k, nci, blksize, val, pad; local
357 /* blksize i
[all...]
/external/dropbear/
H A Dscp.c1221 allocbuf(BUF *bp, int fd, int blksize) argument
1231 size = roundup(stb.st_blksize, blksize);
1233 size = blksize;
1235 size = blksize;
/external/grub/stage2/
H A Dfs.h89 * information in the inode, using the ``blksize(fs, ip, lbn)'' macro.
433 #define blksize(fs, ip, lbn) \ macro
H A Dufs2.h410 #define blksize(fs, ip, lbn) \ macro
/external/openssh/
H A Dscp.c1293 allocbuf(BUF *bp, int fd, int blksize) argument
1303 size = roundup(stb.st_blksize, blksize);
1305 size = blksize;
1307 size = blksize;
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c663 Bit16u blksize; // block size member in struct:__anon25110
762 Bit16u blksize; member in struct:__anon25115
2399 write_word(ebda_seg,&EbdaData->ata.devices[device].blksize,0);
2572 Bit16u cylinders, heads, spt, blksize; local
2584 blksize = read_word(get_SS(),buffer+10);
2601 write_word(ebda_seg,&EbdaData->ata.devices[device].blksize, blksize);
2678 Bit16u blksize; local
2690 blksize = 2048;
2695 write_word(ebda_seg,&EbdaData->ata.devices[device].blksize, blksiz
2858 Bit16u iobase1, iobase2, blksize; local
3009 Bit16u iobase1, iobase2, blksize; local
5444 Bit16u blksize; local
5809 Bit16u cylinders, heads, spt, blksize; local
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 953 milliseconds