HomeSort by relevance Sort by last modified time
    Searched defs:blocksize (Results 101 - 117 of 117) sorted by null

1 2 3 45

  /hardware/qcom/msm8994/original-kernel-headers/linux/
fuse.h 599 uint32_t blocksize; member in struct:fuse_bmap_in
  /hardware/qcom/msm8996/kernel-headers/linux/
fuse.h 455 uint32_t blocksize; member in struct:fuse_bmap_in
  /hardware/qcom/msm8996/original-kernel-headers/linux/
fuse.h 625 uint32_t blocksize; member in struct:fuse_bmap_in
  /external/flac/libFLAC/
stream_encoder.c 162 unsigned blocksize,
171 unsigned blocksize,
182 unsigned blocksize,
203 unsigned blocksize,
221 unsigned blocksize,
488 * always try to read blocksize+1 samples before encoding a block, so that
490 * of the blocksize, we will still notice when we are encoding the last
661 if(encoder->protected_->blocksize == 0) {
663 encoder->protected_->blocksize = 1152;
665 encoder->protected_->blocksize = 4096
1359 unsigned blocksize = FLAC__stream_encoder_get_blocksize(encoder); local
2146 const unsigned channels = encoder->protected_->channels, blocksize = encoder->protected_->blocksize; local
2203 const unsigned channels = encoder->protected_->channels, blocksize = encoder->protected_->blocksize; local
2641 const unsigned blocksize = FLAC__stream_encoder_get_blocksize(encoder); local
3882 const unsigned blocksize = residual_samples + predictor_order; local
4027 const unsigned blocksize = residual_samples + predictor_order; local
4396 const unsigned blocksize = frame->header.blocksize; local
    [all...]
  /external/python/cpython3/Python/
compile.c 4940 blocksize(basicblock *b) function
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 595 __u32 blocksize; member in struct:hfsplus_vol_header
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 317 unsigned int blocksize; // 0x400 typical; also 0x800, 0x1000 member in struct:PDB_JG_HEADER
975 unsigned blocksize, nBlocks; local
986 blocksize = pdb->u.ds.header->block_size;
987 nBlocks = (size + blocksize - 1) / blocksize;
988 buffer = ML_(dinfo_zalloc)("di.readpe.pdr.1", nBlocks * blocksize);
990 VG_(memcpy)( buffer + i * blocksize,
991 pdb->pdbimage + block_list[i] * blocksize,
992 blocksize );
1001 unsigned blocksize, nBlocks local
1063 unsigned blocksize = pdb->u.jg.header->blocksize; local
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 1968 size_t i, blocksize, numdeflateblocks; local
    [all...]
  /external/toybox/generated/
globals.h 715 long blocksize; member in struct:mke2fs_data
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 

Completed in 330 milliseconds

1 2 3 45