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

12 3 4 5

  /external/mksh/src/
shf.c 51 ssize_t bsize = local
57 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
60 shf->bsize = bsize;
124 ssize_t bsize = local
130 if (bsize) {
131 shf->buf = alloc(bsize, ATEMP);
136 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
144 shf->rbsize = bsize;
146 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
159 ssize_t bsize = local
    [all...]
  /external/grub/stage2/
fsys_xfs.c 36 int bsize; member in struct:xfs_info
466 xfs.bsize = le32 (super.sb_blocksize);
472 xfs.dirbsize = xfs.bsize << super.sb_dirblklog;
479 ((xfs.bsize - sizeof(xfs_btree_block_t)) /
543 char linkbuf[xfs.bsize];
558 if (di_size < xfs.bsize - 1) {
568 while (n < (xfs.bsize - 1) && (linkbuf[n++] = *dirname++));
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 81 BLOCK_SIZE bsize, int allow_select, vp9_reader *r) {
82 const TX_SIZE max_tx_size = max_txsize_lookup[bsize];
83 if (allow_select && tx_mode == TX_MODE_SELECT && bsize >= BLOCK_8X8)
89 static void set_segment_id(VP9_COMMON *cm, BLOCK_SIZE bsize,
92 const int bw = num_8x8_blocks_wide_lookup[bsize];
93 const int bh = num_8x8_blocks_high_lookup[bsize];
109 const BLOCK_SIZE bsize = xd->mi_8x8[0]->mbmi.sb_type; local
119 set_segment_id(cm, bsize, mi_row, mi_col, segment_id);
126 const BLOCK_SIZE bsize = xd->mi_8x8[0]->mbmi.sb_type; local
133 bsize, mi_row, mi_col)
168 const BLOCK_SIZE bsize = mbmi->sb_type; local
331 const BLOCK_SIZE bsize = mi->mbmi.sb_type; local
425 const BLOCK_SIZE bsize = mbmi->sb_type; local
555 const BLOCK_SIZE bsize = mi->mbmi.sb_type; local
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 2199 FT_Bitmap_Size* bsize = face->available_sizes + i; local
2503 FT_Bitmap_Size* bsize = face->available_sizes + i; local
2589 FT_Bitmap_Size* bsize; local
    [all...]
  /external/qemu/audio/
alsaaudio.c 622 snd_pcm_uframes_t bsize = req->buffer_size; local
627 &bsize
629 obt = bsize;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coff.h 135 char bsize[4]; /* uninitialized data " " */ member in struct:__anon39270
fuse.h 68 __u32 bsize; member in struct:fuse_kstatfs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.h 247 u_int bsize; member in struct:statfsokres
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h 135 char bsize[4]; /* uninitialized data " " */ member in struct:__anon40861
fuse.h 68 __u32 bsize; member in struct:fuse_kstatfs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.h 247 u_int bsize; member in struct:statfsokres
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h 135 char bsize[4]; /* uninitialized data " " */ member in struct:__anon42375
fuse.h 68 __u32 bsize; member in struct:fuse_kstatfs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.h 247 u_int bsize; member in struct:statfsokres
  /system/core/fastboot/
fastboot.c 336 unsigned bsize; local
374 page_size, base_addr, tags_offset, &bsize);
380 fprintf(stderr,"creating boot image - %d bytes\n", bsize);
381 *sz = bsize;
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 106 __u32 bsize; member in struct:nfs2_fsstat
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 58 __u32 bsize; member in struct:nfs2_fsstat
  /external/freetype/src/base/
ftobjs.c 2232 FT_Bitmap_Size* bsize = face->available_sizes + i; local
2536 FT_Bitmap_Size* bsize = face->available_sizes + i; local
2624 FT_Bitmap_Size* bsize; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 190 TX_SIZE tx_size, BLOCK_SIZE bsize,
192 const TX_SIZE max_tx_size = max_txsize_lookup[bsize];
387 const BLOCK_SIZE bsize = mi->sb_type; local
412 if (bsize >= BLOCK_8X8 && cm->tx_mode == TX_MODE_SELECT &&
415 write_selected_tx_size(cpi, m, mi->tx_size, bsize, bc);
423 if (bsize >= BLOCK_8X8) {
424 write_intra_mode(bc, mode, cm->fc.y_mode_prob[size_group_lookup[bsize]]);
427 const int num_4x4_blocks_wide = num_4x4_blocks_wide_lookup[bsize];
428 const int num_4x4_blocks_high = num_4x4_blocks_high_lookup[bsize];
448 if (bsize >= BLOCK_8X8)
    [all...]
vp9_encodeframe.c 79 int mi_row, int mi_col, BLOCK_SIZE bsize);
365 BLOCK_SIZE bsize, int output_enabled) {
378 const int mi_width = num_8x8_blocks_wide_lookup[bsize];
379 const int mi_height = num_8x8_blocks_high_lookup[bsize];
385 assert(mi->mbmi.sb_type == bsize);
418 if (bsize < BLOCK_32X32) {
419 if (bsize < BLOCK_16X16)
506 int mi_row, int mi_col, BLOCK_SIZE bsize) {
513 const int mi_width = num_8x8_blocks_wide_lookup[bsize];
514 const int mi_height = num_8x8_blocks_high_lookup[bsize];
921 BLOCK_SIZE bsize = cpi->sf.always_this_block_size; local
2370 const BLOCK_SIZE bsize = mi->mbmi.sb_type; local
    [all...]
  /external/qemu/
a.out.h 77 host_ulong bsize; /* uninitialized data " " */ member in struct:__anon26372
375 host_ulong bsize; /* uninitialized data " " */ member in struct:__anon26386
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 142 int bsize; member in struct:work_stuff
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 58 __u32 bsize; member in struct:nfs2_fsstat
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 58 __u32 bsize; member in struct:nfs2_fsstat
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 58 __u32 bsize; member in struct:nfs2_fsstat

Completed in 8198 milliseconds

12 3 4 5