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

<<21222324252627282930>>

  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/
bcache.h 86 __u16 block_size; member in struct:cache_sb::__anon96814::__anon96815
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/
bcache.h 86 __u16 block_size; member in struct:cache_sb::__anon97581::__anon97582
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
bcache.h 86 __u16 block_size; member in struct:cache_sb::__anon98360::__anon98361
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
bcache.h 86 __u16 block_size; member in struct:cache_sb::__anon99138::__anon99139
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
bcache.h 86 __u16 block_size; member in struct:cache_sb::__anon99914::__anon99915
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
bcache.h 86 __u16 block_size; member in struct:cache_sb::__anon100691::__anon100692
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /external/autotest/client/cros/
cros_disks.py 515 def __init__(self, block_size, block_count, filesystem_type,
520 block_size: The number of bytes of each block in the image.
530 self._block_size = block_size
  /external/boringssl/src/include/openssl/
cipher.h 490 /* block_mask contains |cipher->block_size| minus one. (The block size
506 /* block_size contains the block size, in bytes, of the cipher, or 1 for a
508 unsigned block_size; member in struct:evp_cipher_st
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.py 131 if shift + width < format.block_size():
218 dst_native_type = 'uint%u_t' % format.block_size()
308 and format.block_size() <= 32 \
  /frameworks/base/core/java/android/nfc/tech/
MifareClassic.java 36 * blocks. Block size is always 16 bytes ({@link #BLOCK_SIZE}. Sector size varies.
116 public static final int BLOCK_SIZE = 16;
263 return mSize / BLOCK_SIZE;
  /external/boringssl/src/ssl/
ssl_cipher.c 1861 size_t block_size; local
    [all...]
  /system/core/toolbox/
newfs_msdos.c 802 u_long block_size; local
811 if (ioctl(fd, BLKGETSIZE, &block_size)) {
816 if (block_size > UINT32_MAX) {
817 fprintf(stderr, "Error blocksize too large: %lu\n", block_size);
821 bpb->bsec = (u_int)block_size;
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionCuda.h     [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 442 "DCL SV[1], BLOCK_SIZE[0]\n"
558 "DCL SV[1], BLOCK_SIZE[0]\n"
664 "DCL SV[1], BLOCK_SIZE[0]\n"
725 "DCL SV[1], BLOCK_SIZE[0]\n"
    [all...]
  /system/update_engine/common/
utils.cc 1045 size_t block_size) {
1054 ssize_t bytes = extent.num_blocks() * block_size;
    [all...]
  /system/update_engine/payload_consumer/
delta_performer_unittest.cc 592 const uint64_t block_size = 4096; local
593 const uint64_t file_length = 4 * block_size - 13;
603 block_size,
    [all...]
  /bionic/libc/kernel/uapi/linux/
fs.h 30 #define BLOCK_SIZE (1 << BLOCK_SIZE_BITS)
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Mbr.S 20 .equ BLOCK_SIZE, 0x0200
  /external/boringssl/src/decrepit/xts/
xts.c 251 NID_aes_256_xts, 1 /* block_size */, 64 /* key_size (2 AES keys) */,

Completed in 1465 milliseconds

<<21222324252627282930>>