/external/wpa_supplicant_8/src/tls/ |
tlsv1_common.h | 230 size_t block_size; /* also iv_size */ member in struct:tls_cipher_data
|
/system/extras/ext4_utils/ |
ext4_utils.h | 120 u32 block_size; member in struct:fs_info
|
make_ext4fs_main.c | 52 fprintf(stderr, "%s [ -l <len> ] [ -j <journal size> ] [ -b <block_size> ]\n", basename(path)); 88 info.block_size = parse_num(optarg);
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_error_sse2.asm | 15 ; int64_t vp9_block_error(int16_t *coeff, int16_t *dqcoeff, intptr_t block_size,
|
/external/qemu/elff/ |
dwarf_utils.cc | 302 printf("BLOCK) = [%u]:", attr_value->block.block_size); 303 for (Elf_Xword i = 0; i < attr_value->block.block_size; i++) {
|
/ndk/sources/host-tools/ndk-stack/elff/ |
dwarf_utils.cc | 302 printf("BLOCK) = [%u]:", attr_value->block.block_size); 303 for (Elf_Xword i = 0; i < attr_value->block.block_size; i++) {
|
/external/libnfc-nci/src/nfa/rw/ |
nfa_rw_act.c | [all...] |
/external/chromium_org/chrome/browser/thumbnails/ |
content_analysis_unittest.cc | 669 const int block_size = header_rect.height() - margin_vertical; local 671 x < header_rect.right() - block_size; 672 x += block_size + margin_horizontal) { 673 const int half_block = block_size / 2 - 5; 678 canvas.FillRect(gfx::Rect(x, y, half_block, block_size), block_color);
|
/external/openssh/ |
kex.c | 299 enc->block_size = cipher_blocksize(enc->cipher); 458 if (need < newkeys->enc.block_size) 459 need = newkeys->enc.block_size;
|
monitor_wrap.c | 494 enc->block_size = buffer_get_int(&b); 497 if (len != enc->block_size) 499 enc->block_size, len); 554 buffer_put_int(&b, enc->block_size); 556 packet_get_keyiv(mode, enc->iv, enc->block_size); 557 buffer_put_string(&b, enc->iv, enc->block_size); [all...] |
/external/opencv/cv/include/ |
cv.h | 469 CvSize block_size, CvSize shift_size, [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_api.h | 303 UINT8 block_size; /* block size in byte if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon22298 392 UINT8 block_size; /* block size in byte if I93_INFO_FLAG_MEM_SIZE */ member in struct:__anon22309 [all...] |
/external/libvpx/libvpx/nestegg/src/ |
nestegg.c | 1181 ne_read_block(nestegg * ctx, uint64_t block_id, uint64_t block_size, nestegg_packet ** data) 1196 if (block_size > LIMIT_BLOCK) 1245 frame_sizes[0] = block_size - consumed; 1250 r = ne_read_xiph_lacing(ctx->io, block_size, &consumed, frames, frame_sizes); 1255 if ((block_size - consumed) % frames) 1258 frame_sizes[i] = (block_size - consumed) / frames; 1263 r = ne_read_ebml_lacing(ctx->io, block_size, &consumed, frames, frame_sizes); 1273 if (total > block_size) [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rdopt.c | 384 static void model_rd_for_sb(VP9_COMP *cpi, BLOCK_SIZE bsize, 395 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd); 413 static void model_rd_for_sb_y_tx(VP9_COMP *cpi, BLOCK_SIZE bsize, 419 BLOCK_SIZE bs; 462 intptr_t block_size, int64_t *ssz) { 466 for (i = 0; i < block_size; i++) { 581 static void rate_block(int plane, int block, BLOCK_SIZE plane_bsize, 593 static void block_yrd_txfm(int plane, int block, BLOCK_SIZE plane_bsize, 680 BLOCK_SIZE bsize, TX_SIZE tx_size) { 683 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd) 2375 const BLOCK_SIZE block_size = get_plane_block_size(bsize, &xd->plane[0]); local 2511 const BLOCK_SIZE block_size = get_plane_block_size(bsize, &xd->plane[0]); local 3150 const BLOCK_SIZE block_size = get_plane_block_size(bsize, &xd->plane[0]); local 3852 const BLOCK_SIZE block_size = get_plane_block_size(bsize, &xd->plane[0]); local [all...] |
/external/chromium_org/third_party/leveldatabase/src/table/ |
table_builder.cc | 118 if (estimated_block_size >= r->options.block_size) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_s3tc.c | 248 unsigned block_size) 261 src += block_size; 316 unsigned block_size) 333 src += block_size;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_pipe.c | 630 uint64_t * block_size = ret; local 631 block_size[0] = 256; 632 block_size[1] = 256; 633 block_size[2] = 256;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_s3tc.c | 248 unsigned block_size) 261 src += block_size; 316 unsigned block_size) 333 src += block_size;
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_pipe.c | 630 uint64_t * block_size = ret; local 631 block_size[0] = 256; 632 block_size[1] = 256; 633 block_size[2] = 256;
|
/external/wpa_supplicant_8/src/eap_common/ |
ikev2_common.h | 271 size_t block_size; member in struct:ikev2_encr_alg
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_hmac.py | 205 """Ain't no block_size attribute here.""" 218 self.fail('Expected warning about missing block_size') 220 MockCrazyHash.block_size = 1 223 self.fail('Expected warning about small block_size')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_hmac.py | 205 """Ain't no block_size attribute here.""" 218 self.fail('Expected warning about missing block_size') 220 MockCrazyHash.block_size = 1 223 self.fail('Expected warning about small block_size')
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_texture.c | 124 unsigned alignment, nblocksx, nblocksy, block_size; local 138 block_size = util_format_get_blocksize(pt->format); 140 lpr->row_stride[level] = align(nblocksx * block_size, 16); 803 const unsigned block_size = util_format_get_blocksize(format); local 808 const unsigned buffer_size = block_size * nblocksy * nblocksx; [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_texture.c | 124 unsigned alignment, nblocksx, nblocksy, block_size; local 138 block_size = util_format_get_blocksize(pt->format); 140 lpr->row_stride[level] = align(nblocksx * block_size, 16); 803 const unsigned block_size = util_format_get_blocksize(format); local 808 const unsigned buffer_size = block_size * nblocksy * nblocksx; [all...] |
/external/opencv/cxcore/src/ |
cxconvert.cpp | 664 int block_size = MIN( remaining, block_size0 ); \ 672 for( i = 0; i <= block_size - 2; i += 2, \ 678 if( i < block_size ) \ 684 for( i=0; i <= block_size-2; i+=2, d+=dd*2 )\ 686 if( i < block_size ) \ 691 remaining -= block_size; \ [all...] |