| /external/libmicrohttpd/src/microspdy/ |
| applicationlayer.c | 486 uint32_t block_size) 495 if(block_size > SPDY_MAX_SUPPORTED_FRAME_SIZE) 497 SPDYF_DEBUG("block_size is wrong"); 501 if(0 == block_size) 502 block_size = SPDY_MAX_SUPPORTED_FRAME_SIZE; 518 response->rcb_block_size = block_size;
|
| /external/ltp/testcases/kernel/sched/sched_stress/ |
| sched_tc4.c | 62 * BLOCK_SIZE: block size (in bytes) for raw I/O 69 #define BLOCK_SIZE 512 179 | o reads block of size BLOCK_SIZE n times | 186 char readbuf[BLOCK_SIZE + 1]; /* buffer to store bytes read */ 213 if (read(fd, readbuf, BLOCK_SIZE) != BLOCK_SIZE)
|
| /device/linaro/bootloader/edk2/DuetPkg/FSVariable/ |
| FileStorage.c | 91 #define BLOCK_SIZE 0x200
96 UINT8 BootSector[BLOCK_SIZE];
123 BLOCK_SIZE,
|
| /external/boringssl/src/crypto/hmac/ |
| hmac.c | 124 size_t block_size = EVP_MD_block_size(md); local 125 assert(block_size <= sizeof(key_block)); 126 if (block_size < key_len) {
|
| /external/libdrm/tests/kms/ |
| kms-universal-planes.c | 61 const unsigned int block_size = 16; local 107 unsigned int color = (j / block_size) ^ 108 (i / block_size);
|
| /external/libvpx/libvpx/vp9/common/ |
| vp9_common_data.c | 71 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = { 95 const BLOCK_SIZE txsize_to_bsize[TX_SIZES] = { 110 const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2] = {
|
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_segmentation.c | 124 const BLOCK_SIZE bsize = xd->mi[0]->sb_type; 146 BLOCK_SIZE bsize) { 172 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize];
|
| vp9_skin_detection.c | 164 int block_size = BLOCK_8X8; local 178 if (y_bsize == 16) block_size = BLOCK_16X16; 181 src_uvstride, block_size, consec_zeromv, 0);
|
| vp9_denoiser.c | 30 static int absdiff_thresh(BLOCK_SIZE bs, int increase_denoising) { 35 static int delta_thresh(BLOCK_SIZE bs, int increase_denoising) { 41 static int noise_motion_thresh(BLOCK_SIZE bs, int increase_denoising) { 47 static unsigned int sse_thresh(BLOCK_SIZE bs, int increase_denoising) { 51 static int sse_diff_thresh(BLOCK_SIZE bs, int increase_denoising, 63 static int total_adj_weak_thresh(BLOCK_SIZE bs, int increase_denoising) { 73 BLOCK_SIZE bs, int motion_magnitude) { 190 VP9_COMMON *const cm, VP9_DENOISER *denoiser, MACROBLOCK *mb, BLOCK_SIZE bs, 310 BLOCK_SIZE bs, PICK_MODE_CONTEXT *ctx,
|
| /external/webrtc/webrtc/modules/video_processing/util/ |
| denoiser_filter_sse2.cc | 66 int block_size) { 70 for (int i = 0; i < h; i += block_size) { 71 for (int j = 0; j < w; j += block_size) {
|
| /frameworks/base/tools/obbtool/ |
| mkobb.sh | 28 BLOCK_SIZE=512 29 SLOP=512 # Amount of filesystem slop in ${BLOCK_SIZE} blocks 221 ${DDBIN} if=/dev/zero of=${tempfile} bs=${BLOCK_SIZE} count=$((${block_count} + ${SLOP})) > /dev/null 2>&1
|
| /system/update_engine/payload_generator/ |
| payload_generation_config.h | 187 // TODO(deymo): Remove the block_size member and maybe replace it with a 189 // pick the block_size they want, but for now only 4 KiB is supported. 192 size_t block_size = 4096; member in struct:chromeos_update_engine::PayloadGenerationConfig
|
| /art/runtime/mirror/ |
| string-inl.h | 214 const size_t block_size = (compressible) ? sizeof(uint8_t) : sizeof(uint16_t); local 218 size_t data_size = block_size * length; 228 const size_t overflow_length = (-header_size) / block_size; // Unsigned arithmetic. 232 const size_t max_length = RoundDown(max_alloc_length, kObjectAlignment / block_size);
|
| /bionic/libc/kernel/uapi/linux/ |
| romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
| /build/make/tools/releasetools/ |
| build_image.py | 37 BLOCK_SIZE = 4096 95 blocks = pad_size // BLOCK_SIZE 160 if hi % BLOCK_SIZE != 0: 161 hi = (hi // BLOCK_SIZE) * BLOCK_SIZE 171 i = ((lo + hi) // (2 * BLOCK_SIZE)) * BLOCK_SIZE 177 lo = i + BLOCK_SIZE 538 headroom_blocks = int(prop_dict.get('partition_headroom')) / BLOCK_SIZE
|
| /development/ndk/platforms/android-21/include/linux/ |
| romfs_fs.h | 24 #define ROMBSIZE BLOCK_SIZE
|
| /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Flash/ |
| Flash.h | 39 #define BLOCK_SIZE(x) (((x) >> 4) & 0x01)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| _hashopenssl.c | 266 long block_size;
local 267 block_size = EVP_MD_CTX_block_size(&self->ctx);
268 return PyLong_FromLong(block_size);
289 {"block_size",
|
| /device/linaro/bootloader/edk2/Omap35xxPkg/Flash/ |
| Flash.h | 39 #define BLOCK_SIZE(x) (((x) >> 4) & 0x01)
|
| /external/autotest/client/site_tests/audio_CrasOutputStress/ |
| audio_CrasOutputStress.py | 37 '--block_size', self._block_sizes[random.randint(0, 1)]]
|
| /external/autotest/client/site_tests/platform_CrosDisksFormat/ |
| platform_CrosDisksFormat.py | 29 block_size=1024,
|
| /external/e2fsprogs/e2fsck/ |
| CHANGES | 38 Fixed dependency on BLOCK_SIZE in pass2. e2fsck will now handle 4k
|
| /external/mesa3d/src/gallium/auxiliary/tgsi/ |
| tgsi_strings.c | 80 "BLOCK_SIZE",
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| u_format_pack.py | 50 if format.block_size() in (8, 16, 32, 64): 51 print ' uint%u_t value;' % (format.block_size(),) 105 if format.is_bitmask() and not format.is_array() and format.block_size() > 8: 107 print ' pixel.value = util_bswap%u(pixel.value);' % format.block_size() 161 return 'uint%u_t' % format.block_size() 415 depth = format.block_size() 525 depth = format.block_size() 604 print ' src += %u;' % (format.block_size() / 8,) 634 print ' dst += %u;' % (format.block_size() / 8,)
|
| u_format_parse.py | 130 def block_size(self): member in class:Format 169 return is_pot(self.block_size()) 190 if self.block_size() not in (8, 16, 32): 208 return self.block_size()/8
|