HomeSort by relevance Sort by last modified time
    Searched full:blksize (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/mtd/
blktrans.h 29 int blksize; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/mtd/
blktrans.h 29 int blksize; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/mtd/
blktrans.h 29 int blksize; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mtd/
blktrans.h 29 int blksize; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mtd/
blktrans.h 29 int blksize; member in struct:mtd_blktrans_dev
  /external/libvpx/libvpx/vp8/common/
mfqe.c 121 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) */
  /external/srec/tools/grxmlcompile/
sub_base.cpp 35 arc= new NUANArc * [BLKSIZE];
60 arc= new NUANArc * [BLKSIZE];
62 if (numArc%BLKSIZE == 0) {
63 NUANArc **new_arc= new NUANArc * [numArc+BLKSIZE];
127 if (numArc%BLKSIZE == 0) {
128 NUANArc **new_arc= new NUANArc * [numArc+BLKSIZE];
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
find_min_max.cpp 26 square block of size BLKSIZE contained in 2D block of data.
28 square block of size BLKSIZE contained in 2D block of data.
42 size BLKSIZE contained in 2D block of data.
45 size BLKSIZE contained in 2D block of data.
57 data of size BLKSIZE * BLKSIZE. The data is contained in the buffer which
58 represents a 2D block of data that is larger than BLKSIZE * BLKSIZE.
74 For illustration purposes, the diagram assumes that BLKSIZE is equal to 8
148 /* incr = incr - BLKSIZE; */ /* 09/06/2001, already passed in as width - BLKSIZE *
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 71 errcode_t (*set_blksize)(io_channel channel, int blksize);
131 (int blksize, errcode_t err);
test_io.c 53 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)
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;
inode_io.c 51 static errcode_t inode_set_blksize(io_channel channel, int blksize);
195 static errcode_t inode_set_blksize(io_channel channel, int blksize)
203 channel->block_size = blksize;
undo_io.c 75 static errcode_t undo_set_blksize(io_channel channel, int blksize);
105 static unsigned char blksize_key[] = "filesystem BLKSIZE";
437 static errcode_t undo_set_blksize(io_channel channel, int blksize)
447 retval = io_channel_set_blksize(data->real, blksize);
452 data->tdb_data_size = blksize;
454 channel->block_size = blksize;
dosio.c 56 static errcode_t dos_set_blksize(io_channel channel, int blksize);
364 static errcode_t dos_set_blksize(io_channel channel, int blksize)
366 channel->block_size = blksize;
  /system/core/toolbox/
df.c 50 printf("Filesystem Size Used Free Blksize\n");
  /external/jpeg/
jquant1.c 278 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 is number of adjacent repeated entries for a component *
    [all...]
  /external/qemu/distrib/jpeg-6b/
jquant1.c 278 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 is number of adjacent repeated entries for a component *
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
blktrans.h 36 int blksize; member in struct:mtd_blktrans_dev
  /external/tcpdump/
print-decnet.c 183 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);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 271 long getFileNumBlocks(long fileSize, long blkSize) {
272 long ret = fileSize/blkSize;
273 if(ret*blkSize < fileSize) {
283 long blkSize = st.getBlockSize();
325 createdFileBlks += getFileNumBlocks(testFile.length(), blkSize);
330 long availableBytes = st.getFreeBlocks()*blkSize;
348 existingFileBlks += getFileNumBlocks(testFile.length(), blkSize);
356 if((fileSize > (shouldFree-blkSize) && (fileSize < (shouldFree+blkSize)))) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fuse.h 18 * - add blksize field to fuse_attr
58 __u32 blksize; member in struct:fuse_attr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 18 * - add blksize field to fuse_attr
58 __u32 blksize; member in struct:fuse_attr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 18 * - add blksize field to fuse_attr
58 __u32 blksize; member in struct:fuse_attr
  /external/grub/netboot/
fsys_tftp.c 135 if (! grub_strcmp ("blksize", p))
141 grub_printf ("blksize = %d\n", packetsize);
432 /* Make the request string (octet, blksize and tsize). */
  /cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_os_FileUtils.cpp 112 gFileStatusBlksizeFieldID = env->GetFieldID(fileStatusClass, "blksize", "I");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
FileUtils.java 60 private int blksize; field in class:FileUtils.FileStatus

Completed in 685 milliseconds

1 23 4 5