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

1 2 3 4 5

  /external/dropbear/libtommath/
bn_mp_prime_random_ex.c 37 int res, err, bsize, maskOR_msb_offset; local
50 bsize = (size>>3) + ((size&7)?1:0);
52 /* we need a buffer of bsize bytes */
53 tmp = OPT_CAST(unsigned char) XMALLOC(bsize);
76 if (cb(tmp, bsize, dat) != bsize) {
87 tmp[bsize-1] |= maskOR_lsb;
90 if ((err = mp_read_unsigned_bin(a, tmp, bsize)) != MP_OKAY) { goto error; }
  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 42 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES;
43 bsize = static_cast<BLOCK_SIZE>(static_cast<int>(bsize) + 1)) {
44 const int block_width = 4 << b_width_log2(bsize);
45 const int block_height = 4 << b_height_log2(bsize);
70 << ", bs = " << bsize; local
83 << ", bs = " << bsize; local
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp 74 size_t bsize = strlen(dump_dir) + 32; local
75 char *fname = new char[bsize];
76 snprintf(fname,bsize,"%s/stream_%p", dump_dir, this);
  /external/e2fsprogs/misc/
findsuper.c 191 unsigned long long bsize, grpsize; local
231 bsize = 1 << (ext2.s_log_block_size + 10);
232 grpsize = bsize * ext2.s_blocks_per_group;
240 if (ext2.s_block_group_nr == 0 || bsize == 1024)
249 sk + ext2.s_blocks_count * bsize -
251 jnl_copy ? "*" : " ", ext2.s_blocks_count, bsize,
  /external/grub/stage2/
fsys_ffs.c 101 int bnum, offset, bsize; local
114 bsize = MAPBUF_LEN;
121 bsize = SUPERBLOCK->fs_bsize;
125 if (! devread (bnum, offset * sizeof (int), bsize, (char *) MAPBUF))
135 mapblock_bsize = bsize;
fsys_ufs2.c 125 int bnum, offset, bsize; local
139 bsize = MAPBUF_LEN;
146 bsize = SUPERBLOCK->fs_bsize;
150 if (! devread (bnum, offset * sizeof (int), bsize, (char *) MAPBUF))
160 mapblock_bsize = bsize;
fsys_jfs.c 34 int bsize; member in struct:jfs_info
220 jfs.bsize = super.s_bsize;
  /external/chromium_org/third_party/zlib/
zutil.c 219 ulg bsize = (ulg)items*size; local
224 if (bsize < 65520L) {
225 buf = farmalloc(bsize);
228 buf = farmalloc(bsize + 16L);
  /external/e2fsprogs/lib/ext2fs/
block.c 30 int bsize; member in struct:block_context
  /external/eigen/bench/btl/libs/BLAS/
blas_interface_impl.hh 122 int bsize = 64; local
123 int worksize = N*bsize;
139 int bsize = 64; local
140 int worksize = N*bsize;
  /external/qemu/distrib/zlib-1.2.3/
zutil.c 219 ulg bsize = (ulg)items*size; local
224 if (bsize < 65520L) {
225 buf = farmalloc(bsize);
228 buf = farmalloc(bsize + 16L);
  /external/qemu/
ioport.c 124 static int ioport_bsize(int size, int *bsize)
127 *bsize = 0;
129 *bsize = 1;
131 *bsize = 2;
142 int i, bsize; local
144 if (ioport_bsize(size, &bsize)) {
149 ioport_read_table[bsize][i] = func;
161 int i, bsize; local
163 if (ioport_bsize(size, &bsize)) {
168 ioport_write_table[bsize][i] = func
    [all...]
  /external/zlib/src/
zutil.c 223 ulg bsize = (ulg)items*size; local
228 if (bsize < 65520L) {
229 buf = farmalloc(bsize);
232 buf = farmalloc(bsize + 16L);
  /frameworks/base/services/java/com/android/server/
DiskStatsService.java 90 long bsize = statfs.getBlockSize(); local
93 if (bsize <= 0 || total <= 0) {
95 "Invalid stat: bsize=" + bsize + " avail=" + avail + " total=" + total);
100 pw.print(avail * bsize / 1024);
102 pw.print(total * bsize / 1024);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs_mount.h 42 unsigned int bsize; /* 3 */ member in struct:nfs_mount_data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs_mount.h 42 unsigned int bsize; /* 3 */ member in struct:nfs_mount_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs_mount.h 42 unsigned int bsize; /* 3 */ member in struct:nfs_mount_data
  /system/core/toolbox/
cat.c 155 static size_t bsize; local
164 bsize = sbuf.st_blksize > CAT_BUFSIZ ?
166 buf = malloc(bsize);
170 bsize = CAT_BUFSIZ;
173 while ((nr = read(rfd, buf, bsize)) > 0)
  /external/chromium_org/third_party/freetype/src/sfnt/
sfobjs.c 930 FT_Bitmap_Size* bsize = root->available_sizes + i; local
937 bsize->height = (FT_Short)( metrics.height >> 6 );
938 bsize->width = (FT_Short)(
941 bsize->x_ppem = metrics.x_ppem << 6;
942 bsize->y_ppem = metrics.y_ppem << 6;
945 bsize->size = metrics.y_ppem << 6;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
enc.c 75 #undef BSIZE
79 #define BSIZE (8*1024)
108 int bsize=BSIZE,verbose=0; local
370 bsize=(int)n;
371 if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize);
375 buff=(unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize));
378 BIO_printf(bio_err,"OPENSSL_malloc failure %ld\n",(long)EVP_ENCODE_LENGTH(bsize));
662 inl=BIO_read(rbio,(char *)buff,bsize);
  /external/freetype/src/sfnt/
sfobjs.c 943 FT_Bitmap_Size* bsize = root->available_sizes + i; local
950 bsize->height = (FT_Short)( metrics.height >> 6 );
951 bsize->width = (FT_Short)(
954 bsize->x_ppem = metrics.x_ppem << 6;
955 bsize->y_ppem = metrics.y_ppem << 6;
958 bsize->size = metrics.y_ppem << 6;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 143 const BLOCK_SIZE bsize = mi_8x8[0]->mbmi.sb_type; local
146 bsize, mi_row, mi_col);
167 BLOCK_SIZE bsize) {
171 const int bs = num_8x8_blocks_wide_lookup[bsize], hbs = bs / 2;
195 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize];
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 72 float value, vmin, vmax, vl, bsize, vc; local
171 bsize = vl / nbins;
176 l = cvRound( (vv[i] - vmin) / bsize );
201 hand_left = vmin + left * bsize;
216 hand_right = vmax - (nbins - right - 1) * bsize;
294 float value, vmin, vmax, vl, bsize, bsizej, vc, vcl, vcr; local
457 bsize = vl / nbins;
462 l = cvRound( (vv[i] - vmin) / bsize );
505 hand_left = vmin + left * bsize;
511 hand_right = vmax - (nbins - right - 1) * bsize;
    [all...]
  /external/openssl/apps/
enc.c 75 #undef BSIZE
79 #define BSIZE (8*1024)
108 int bsize=BSIZE,verbose=0; local
370 bsize=(int)n;
371 if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize);
375 buff=(unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize));
378 BIO_printf(bio_err,"OPENSSL_malloc failure %ld\n",(long)EVP_ENCODE_LENGTH(bsize));
662 inl=BIO_read(rbio,(char *)buff,bsize);
  /external/iproute2/tc/
f_u32.c 85 int bsize = SPRINT_BSIZE-1; local
92 snprintf(b, bsize, "none");
96 int l = snprintf(b, bsize, "%x:", htid>>20);
97 bsize -= l;
102 int l = snprintf(b, bsize, "%x", hash);
103 bsize -= l;
107 int l = snprintf(b, bsize, ":%x", nodeid);
108 bsize -= l;
113 snprintf(b, bsize, "[%08x] ", handle);

Completed in 461 milliseconds

1 2 3 4 5