Searched refs:block_size (Results 251 - 275 of 320) sorted by relevance

<<111213

/external/openssl/crypto/evp/
H A Dopenbsd_hw.c170 assert((inl&(ctx->cipher->block_size-1)) == 0);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_record.c60 rl->iv_size = data->block_size;
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_record.c60 rl->iv_size = data->block_size;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_record.c60 rl->iv_size = data->block_size;
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_test.cc449 options_.block_size = 256;
812 options.block_size = 1024;
852 options.block_size = 1024;
/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c101 void VP8LBackwardRefsInit(VP8LBackwardRefs* const refs, int block_size) { argument
106 (block_size < MIN_BLOCK_SIZE) ? MIN_BLOCK_SIZE : block_size;
/external/chromium_org/third_party/tlslite/tlslite/
H A Dtlsrecordlayer.py601 blockLength = self._writeState.encContext.block_size
966 blockLength = self._readState.encContext.block_size
974 b = b[self._readState.encContext.block_size : ]
/external/webp/src/enc/
H A Dbackward_references.c101 void VP8LBackwardRefsInit(VP8LBackwardRefs* const refs, int block_size) { argument
106 (block_size < MIN_BLOCK_SIZE) ? MIN_BLOCK_SIZE : block_size;
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dcorruption_test.cc248 options_.block_size = 2 * kValueSize; // Limit scope of corruption
H A Ddb_bench.cc645 Slice input = gen.Generate(Options().block_size);
670 Slice input = gen.Generate(Options().block_size);
H A Dc.cc442 opt->rep.block_size = s;
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
H A Dvp8_rtcd.h302 void vp8_temporal_filter_apply_c(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/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp8_rtcd.h302 void vp8_temporal_filter_apply_c(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/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp1499 uint32_t &block_size
1502 block_size = 0;
1517 block_size = (end_addr_offset - attr_offset) - form_value.Unsigned();
1518 location_data.SetData(debug_info, block_offset, block_size);
/external/opencv/cvaux/src/
H A Dcvbgfg_codebook.cpp134 nblocks = (int)((model->storage->block_size - sizeof(CvMemBlock))/sizeof(*freeList));
/external/ceres-solver/include/ceres/
H A Dcost_function_to_functor.h735 const int32 block_size = parameter_block_sizes[j]; local
738 jacobian_blocks[j][i * block_size + k] * inputs[j][k].v;
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_locl.h1130 unsigned block_size,
1134 unsigned block_size,
/external/libvpx/x86/
H A Dvp8_rtcd.h404 void vp8_temporal_filter_apply_c(unsigned char *frame1, unsigned int stride, unsigned char *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, unsigned short *count);
405 void vp8_temporal_filter_apply_sse2(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/openssl/ssl/
H A Dssl_locl.h1170 unsigned block_size,
1174 unsigned block_size,
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c327 unsigned int block_size; member in struct:PDB_DS_HEADER
984 blocksize = pdb->u.ds.header->block_size;
1046 + reader->u.ds.header->block_size - 1)
1048 reader->u.ds.header->block_size;
1090 (unsigned*)(reader->u.ds.header->block_size
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp609 const int block_size = block_lin_size * block_lin_size; local
1142 dk0_1 = block_size / dm0;
1143 dk0_2 = block_size / dn0;
1146 if( dk0*dm0 > block_size )
1147 dm0 = block_size / dk0;
1148 if( dk0*dn0 > block_size )
1149 dn0 = block_size / dk0;
/external/chromium_org/third_party/gtk+/gtk/
H A Dcompose-parse.py206 def download_hook(blocks_transferred, block_size, file_size):
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.hpp161 long long block_size, // size of block's payload
/external/kernel-headers/original/uapi/linux/
H A Dcdrom.h797 __u32 block_size; member in struct:rwrt_feature_desc
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h534 UINT8 block_size; /* block size of tag, in bytes */ member in struct:__anon24378

Completed in 1939 milliseconds

<<111213