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

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bootsect.S 37 .equ BLOCK_SIZE, 0x0200
261 movw %ax, %es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
bootsect.asm 38 BLOCK_SIZE EQU 0200h
259 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
bs16.S 25 .equ BLOCK_SIZE, 0x0200
249 movw %ax, %es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
bs32.S 25 .equ BLOCK_SIZE, 0x0200
270 movw %ax, %es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
bs32.asm 25 BLOCK_SIZE EQU 0200h
268 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
Mbr.asm 24 BLOCK_SIZE EQU 0200h
  /external/avb/
README.md 238 [--hash_algorithm HASH_ALG] [--salt HEX] [--block_size SIZE] \
337 include `--hash_algorithm`, `--salt`, `--block_size`, and
  /external/e2fsprogs/lib/blkid/
probe.h 798 #define BLOCK_SIZE(sb) (1 << (sb)->block_bits)
799 #define CLUSTER_SIZE(sb) (BLOCK_SIZE(sb) << (sb)->bpc_bits)
  /external/libmojo/build/android/gyp/util/
md5_check.py 361 def _UpdateMd5ForFile(md5, path, block_size=2**16):
364 data = infile.read(block_size)
  /external/syslinux/core/fs/iso9660/
susp_rr.c 447 /* (There is a name collision with libisofs BLOCK_SIZE. On the other hand,
451 if (BLOCK_SIZE(fs) != 2048) {
  /external/v8/src/
gdb-jit.cc 1181 Writer::Slot<uint32_t> block_size = w->CreateSlotHere<uint32_t>(); local
1187 block_size.set(static_cast<uint32_t>(w->position() - block_start));
1229 Writer::Slot<uint32_t> block_size = w->CreateSlotHere<uint32_t>(); local
1242 Writer::Slot<uint32_t> block_size = w->CreateSlotHere<uint32_t>(); local
1253 Writer::Slot<uint32_t> block_size = w->CreateSlotHere<uint32_t>(); local
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.c 453 iv_len = encr_alg->block_size;
552 iv_len = encr_alg->block_size;
  /bionic/libc/kernel/uapi/linux/
bcache.h 94 __u16 block_size; member in struct:cache_sb::__anon429::__anon430
  /development/ndk/platforms/android-21/include/linux/
bcache.h 86 __u16 block_size; member in struct:cache_sb::__anon1718::__anon1719
fs.h 30 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
hashlib.py 181 blocksize = getattr(inner, 'block_size', 64)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
md5module.c 189 {"block_size",
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/
SDController.h 48 #define BLOCK_SIZE 0x200
  /external/boringssl/src/crypto/cipher/
internal.h 115 unsigned block_size, unsigned mac_size);
  /external/boringssl/src/crypto/digest/
digest.c 75 size_t EVP_MD_block_size(const EVP_MD *md) { return md->block_size; }
  /external/e2fsprogs/ext2ed/
disk.c 234 if (low_write (type_data.u.buffer,file_system_info.block_size,device_offset)==0)
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 226 add_proto qw/void vp8_temporal_filter_apply/, "unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count";
  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h 223 // on whether the block_size < 8x8 and we have check_sub_blocks set.
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 83 BLOCK_SIZE bsize = xd->mi[0]->sb_type;
199 const BLOCK_SIZE bsize = mi->sb_type;
357 const BLOCK_SIZE bsize = mi->sb_type;
719 const BLOCK_SIZE bsize = mi->sb_type;
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_table.py 103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())

Completed in 816 milliseconds

<<21222324252627282930>>