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

/external/valgrind/main/include/
H A Dpub_tool_libcfile.h64 ULong blksize; member in struct:vg_stat
/external/e2fsprogs/lib/ext2fs/
H A Dinode_io.c51 static errcode_t inode_set_blksize(io_channel channel, int blksize);
196 static errcode_t inode_set_blksize(io_channel channel, int blksize) argument
204 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.c59 void (*set_blksize)(int blksize, errcode_t err);
67 static errcode_t test_set_blksize(io_channel channel, int blksize);
118 (int blksize, errcode_t err) = 0;
296 static errcode_t test_set_blksize(io_channel channel, int blksize) argument
306 retval = io_channel_set_blksize(data->real, blksize);
310 data->set_blksize(blksize, retval);
314 blksize, retval ? error_message(retval) : "OK");
315 channel->block_size = blksize;
H A Dundo_io.c75 static errcode_t undo_set_blksize(io_channel channel, int blksize);
446 static errcode_t undo_set_blksize(io_channel channel, int blksize) argument
456 retval = io_channel_set_blksize(data->real, blksize);
461 data->tdb_data_size = blksize;
463 channel->block_size = blksize;
H A Dnt_io.c224 static errcode_t nt_set_blksize(io_channel channel, int blksize);
1266 nt_set_blksize(io_channel channel, int blksize) argument
1274 if (channel->block_size != blksize)
1276 channel->block_size = blksize;
H A Dunix_io.c101 static errcode_t unix_set_blksize(io_channel channel, int blksize);
667 static errcode_t unix_set_blksize(io_channel channel, int blksize) argument
676 if (channel->block_size != blksize) {
682 channel->block_size = blksize;
/external/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/libjpeg_turbo/
H A Djquant1.c283 int i,j,k, nci, blksize, blkdist, ptr, val; local
304 /* blksize is number of adjacent repeated entries for a component */
311 blksize = blkdist / nci;
316 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) {
317 /* fill in blksize entries beginning at ptr */
318 for (k = 0; k < blksize; k++)
322 blkdist = blksize; /* blksize of this color is blkdist of next */
342 int i,j,k, nci, blksize, val, pad; local
362 /* blksize i
[all...]
/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/kernel-headers/original/uapi/linux/
H A Dfuse.h44 * - add blksize field to fuse_attr
154 uint32_t blksize; member in struct:fuse_attr
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c663 Bit16u blksize; // block size member in struct:__anon30266
762 Bit16u blksize; member in struct:__anon30271
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 2602 milliseconds