HomeSort by relevance Sort by last modified time
    Searched full:block_size (Results 576 - 600 of 1104) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
quota.h 58 * for filesystems where i_blksize != BLOCK_SIZE
60 #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
quota.h 58 * for filesystems where i_blksize != BLOCK_SIZE
60 #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
quota.h 58 * for filesystems where i_blksize != BLOCK_SIZE
60 #define fs_to_dq_blocks(num, blksize) (((num) * (blksize)) / BLOCK_SIZE)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_urllib.py 362 def hooktester(count, block_size, total_size, count_holder=[0]):
364 self.assertIsInstance(block_size, int)
376 def hooktester(count, block_size, total_size, _report=report):
377 _report.append((count, block_size, total_size))
390 def hooktester(count, block_size, total_size, _report=report):
391 _report.append((count, block_size, total_size))
404 def hooktester(count, block_size, total_size, _report=report):
405 _report.append((count, block_size, total_size))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_urllib.py 362 def hooktester(count, block_size, total_size, count_holder=[0]):
364 self.assertIsInstance(block_size, int)
376 def hooktester(count, block_size, total_size, _report=report):
377 _report.append((count, block_size, total_size))
390 def hooktester(count, block_size, total_size, _report=report):
391 _report.append((count, block_size, total_size))
404 def hooktester(count, block_size, total_size, _report=report):
405 _report.append((count, block_size, total_size))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib.py 362 def hooktester(count, block_size, total_size, count_holder=[0]):
364 self.assertIsInstance(block_size, int)
376 def hooktester(count, block_size, total_size, _report=report):
377 _report.append((count, block_size, total_size))
390 def hooktester(count, block_size, total_size, _report=report):
391 _report.append((count, block_size, total_size))
404 def hooktester(count, block_size, total_size, _report=report):
405 _report.append((count, block_size, total_size))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib.py 362 def hooktester(count, block_size, total_size, count_holder=[0]):
364 self.assertIsInstance(block_size, int)
376 def hooktester(count, block_size, total_size, _report=report):
377 _report.append((count, block_size, total_size))
390 def hooktester(count, block_size, total_size, _report=report):
391 _report.append((count, block_size, total_size))
404 def hooktester(count, block_size, total_size, _report=report):
405 _report.append((count, block_size, total_size))
    [all...]
  /system/extras/tests/fstest/
recovery_test.cpp 139 int block_size = 1 << (10 + sb.s_log_block_size); local
150 if (lseek(blk_fd, block_size, SEEK_SET) == -1) {
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 232 static const int BLOCK_SIZE = 16;
233 static const deUint8 blocks[][BLOCK_SIZE] =
253 DE_ASSERT(dataSize % BLOCK_SIZE == 0);
255 for (int i = 0; i < dataSize/BLOCK_SIZE; i++)
256 deMemcpy(&data[i*BLOCK_SIZE], &blocks[rnd.getInt(0, DE_LENGTH_OF_ARRAY(blocks)-1)][0], BLOCK_SIZE);
  /external/e2fsprogs/ext2ed/
init.c 414 file_system_info.block_size=EXT2_MIN_BLOCK_SIZE << sb->s_log_block_size;
415 if (file_system_info.block_size == EXT2_MIN_BLOCK_SIZE)
418 file_system_info.first_group_desc_offset=file_system_info.block_size;
422 file_system_info.inodes_per_block=file_system_info.block_size/sizeof (struct ext2_inode);
425 file_system_info.file_system_size=(ext2fs_blocks_count(sb)-1)*file_system_info.block_size;
430 file_system_info.block_size=DefaultBlockSize;
general_com.c 224 mult=file_system_info.block_size;
461 if (type_data.offset_in_block==file_system_info.block_size) {
477 if (type_data.offset_in_block==file_system_info.block_size) {
630 for (l=0;l<file_system_info.block_size/16;l++) {
712 if (type_data.offset_in_block+offset < file_system_info.block_size) {
  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 135 Index block_size = end - start; // available room in the current block local
139 ? Index(matrix.data().allocatedSize()) + block_size
140 : block_size;
148 typename SparseMatrixType::Storage newdata(m_matrix.data().allocatedSize() - block_size + nnz);
159 newdata.resize(m_matrix.outerIndexPtr()[m_matrix.outerSize()] - block_size + nnz);
204 StorageIndex offset = internal::convert_index<StorageIndex>(nnz - block_size);
  /external/squashfs-tools/squashfs-tools/
read_fs.c 254 0 : inode.file_size % sBlk->block_size;
256 (inode.file_size + sBlk->block_size - 1) >>
309 0 : inode.file_size % sBlk->block_size;
311 (inode.file_size + sBlk->block_size - 1) >>
576 res = compressor_extract_options(comp, sBlk->block_size, buffer, bytes);
604 printf("\tBlock size %d\n", sBlk->block_size);
  /external/wpa_supplicant_8/src/wps/
wps_common.c 159 const size_t block_size = 16; local
165 if (encr == NULL || encr_len < 2 * block_size || encr_len % block_size)
171 decrypted = wpabuf_alloc(encr_len - block_size);
176 wpabuf_put_data(decrypted, encr + block_size, encr_len - block_size);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerCCDecoder.cpp 447 size_t block_size = br.getBits(5); local
458 if (br.numBitsLeft() < block_size * 8) {
462 if (block_size > 0) {
465 sp<ABuffer> ccPacket = new ABuffer(block_size);
466 memcpy(ccPacket->data(), br.data(), block_size);
470 br.skipBits(block_size * 8);
  /external/jemalloc/test/unit/
SFMT.c 38 #define BLOCK_SIZE 10000
39 #define BLOCK_SIZE64 (BLOCK_SIZE / 2)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 194 private static final int BLOCK_SIZE = 16; // bytes = 128 bits
198 private static final int OUTPUT_WHITEN=INPUT_WHITEN+BLOCK_SIZE/4; // 4
199 private static final int ROUND_SUBKEYS=OUTPUT_WHITEN+BLOCK_SIZE/4;// 8
300 if ((inOff + BLOCK_SIZE) > in.length)
305 if ((outOff + BLOCK_SIZE) > out.length)
319 return BLOCK_SIZE;
332 return BLOCK_SIZE;
BlowfishEngine.java 300 private static final int BLOCK_SIZE = 8; // bytes = 64 bits
360 if ((inOff + BLOCK_SIZE) > in.length)
365 if ((outOff + BLOCK_SIZE) > out.length)
379 return BLOCK_SIZE;
388 return BLOCK_SIZE;
  /external/openssh/
cipher.c 63 u_int block_size; member in struct:sshcipher
65 u_int iv_len; /* defaults to block_size */
158 return (c->block_size);
189 c->iv_len : c->block_size;
433 if (len % cc->cipher->block_size)
  /device/linaro/bootloader/edk2/OvmfPkg/
OvmfPkgIa32.fdf 41 BlockSize = $(BLOCK_SIZE)
60 BlockSize = $(BLOCK_SIZE)
69 BlockSize = $(BLOCK_SIZE)
OvmfPkgIa32X64.fdf 41 BlockSize = $(BLOCK_SIZE)
60 BlockSize = $(BLOCK_SIZE)
69 BlockSize = $(BLOCK_SIZE)
OvmfPkgX64.fdf 41 BlockSize = $(BLOCK_SIZE)
60 BlockSize = $(BLOCK_SIZE)
69 BlockSize = $(BLOCK_SIZE)
  /external/libvpx/libvpx/vpx_dsp/x86/
variance_sse2.c 150 getNxMvar_fn_t var_fn, int block_size) {
156 for (i = 0; i < h; i += block_size) {
157 for (j = 0; j < w; j += block_size) {
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 67 const std::vector<size_t> &block_size) {
83 pad_vector<uint>(q, block_size, 1).data(),
123 _cl_kernel::block_size() const { function in class:_cl_kernel
  /external/squashfs-tools/kernel/fs/squashfs/
file.c 409 (i_size_read(inode) & (msblk->block_size - 1)) :
410 msblk->block_size;
442 bytes = i_size_read(inode) & (msblk->block_size - 1);

Completed in 1359 milliseconds

<<21222324252627282930>>