/external/chromium_org/third_party/mesa/src/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 \
|
lp_rast.c | 220 const unsigned block_size = scene->zsbuf.blocksize; local 240 switch (block_size) {
|
/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 \
|
lp_rast.c | 220 const unsigned block_size = scene->zsbuf.blocksize; local 240 switch (block_size) {
|
/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/libvpx/libvpx/vp9/encoder/ |
vp9_bitstream.c | 190 TX_SIZE tx_size, BLOCK_SIZE bsize, 387 const BLOCK_SIZE bsize = mi->sb_type; 578 PARTITION_TYPE p, BLOCK_SIZE bsize, vp9_writer *w) { 602 int mi_row, int mi_col, BLOCK_SIZE bsize) { 607 BLOCK_SIZE subsize; [all...] |
/external/chromium_org/third_party/mesa/src/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...] |
/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...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
AESEngine.java | 337 private static final int BLOCK_SIZE = 16; 375 return BLOCK_SIZE; 412 return BLOCK_SIZE;
|
/bionic/libc/kernel/common/linux/ |
fs.h | 31 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
corruption_test.cc | 248 options_.block_size = 2 * kValueSize; // Limit scope of corruption
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
openbsd_hw.c | 170 assert((inl&(ctx->cipher->block_size-1)) == 0);
|
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/ |
OGGLoader.java | 58 // private static int BLOCK_SIZE = 4096*64;
|
/external/kernel-headers/original/linux/nfsd/ |
nfsfh.h | 276 fhp->fh_post_blksize = BLOCK_SIZE;
|
/external/libvpx/libvpx/vp9/common/ |
vp9_mvref_common.c | 121 // on whether the block_size < 8x8 and we have check_sub_blocks set.
|
/external/openssl/crypto/evp/ |
openbsd_hw.c | 170 assert((inl&(ctx->cipher->block_size-1)) == 0);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fs.h | 28 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fs.h | 28 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fs.h | 28 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
|
/external/ceres-solver/include/ceres/ |
cost_function_to_functor.h | 735 const int16 block_size = parameter_block_sizes[j]; local 738 jacobian_blocks[j][i * block_size + k] * inputs[j][k].v;
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/ |
BlowFish.java | 169 private static final int BLOCK_SIZE = 8; // bytes = 64 bits 234 return BLOCK_SIZE;
|
/external/grub/stage2/ |
fsys_ext2fs.c | 31 #define BLOCK_SIZE 1024 /* initial block size for superblock read */ 35 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */
|
/external/kernel-headers/original/linux/ |
blkdev.h | 590 unsigned block_size; member in struct:sec_size 806 static inline unsigned int block_size(struct block_device *bdev) function
|
/external/wpa_supplicant_8/src/eap_common/ |
ikev2_common.c | 515 iv_len = encr_alg->block_size; 614 iv_len = encr_alg->block_size;
|
/external/opencv/cxcore/src/ |
cxmatmul.cpp | 609 const int block_size = block_lin_size * block_lin_size; local [all...] |