HomeSort by relevance Sort by last modified time
    Searched refs:total_size (Results 226 - 250 of 397) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/u-boot/arch/x86/cpu/broadwell/
sdram.c 25 ulong board_get_usable_ram_top(ulong total_size)
27 return mrc_common_board_get_usable_ram_top(total_size);
  /frameworks/av/media/libstagefright/foundation/
OpusHeader.cpp 141 const size_t total_size = kOpusHeaderStreamMapOffset + header.channels; local
142 if (output_size < total_size) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 983 size_t total_size = 0; local
1061 size_t total_size = 0; local
    [all...]
  /external/libchrome/mojo/public/cpp/bindings/lib/
message.cc 88 size_t total_size = internal::ComputeSerializedMessageSize( local
90 DCHECK(base::IsValueInRangeForNumericType<uint32_t>(total_size));
94 handle->value(), static_cast<uint32_t>(total_size),
105 internal::Buffer payload_buffer(handle.get(), total_size, buffer,
109 memset(payload_buffer.data(), 0, total_size);
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_valtable.cpp 309 unsigned offset = total_size % block_size;
312 if (total_size + sz > capacity) {
313 total_size = capacity;
319 total_size += sz;
346 if (toffset >= total_size)
  /external/minigbm/
i915.c 333 bo->total_size = offset;
376 gem_create.size = bo->total_size;
477 gem_map.size = bo->total_size;
498 addr = mmap(0, bo->total_size, drv_get_prot(map_flags), MAP_SHARED, bo->drv->fd,
507 vma->length = bo->total_size;
  /external/v8/src/compiler/
js-inlining-heuristic.cc 108 candidate.total_size = 0;
135 candidate.total_size += shared->GetBytecodeArray()->length();
202 candidate.total_size * FLAG_reserve_inline_budget_scale_factor;
203 int total_size = cumulative_count_ + static_cast<int>(size_of_candidate); local
204 if (total_size > FLAG_max_inlined_bytecode_size_cumulative) {
  /external/webp/src/enc/
histogram_enc.c 64 const size_t total_size = sizeof(VP8LHistogram) + sizeof(int) * literal_size; local
65 assert(total_size <= (size_t)0x7fffffff);
66 return (int)total_size;
113 const int total_size = VP8LGetHistogramSize(cache_bits); local
114 uint8_t* const memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory));
149 const size_t total_size = HistogramSetTotalSize(size, cache_bits); local
150 uint8_t* memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory));
169 const size_t total_size = HistogramSetTotalSize(size, cache_bits); local
172 memset(memory, 0, total_size);
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_bl1_setup.c 79 bl2_mem_layout->total_size = BL32_SRAM_LIMIT - BL2_BASE;
95 bl1_tzram_layout.total_size = BL1_RW_SIZE;
119 bl1_tzram_layout.total_size,
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_sdp_socket.py 438 total_size = self._unpack_int(data, int_size)
441 scanned += int_size + total_size
445 while cur_size < total_size:
  /external/e2fsprogs/lib/ext2fs/
imager.c 332 __u64 itr, cnt, size, total_size; local
356 total_size = size * fs->group_desc_count;
378 size = total_size % fs->blocksize;
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_texture.c 244 uint32_t *total_size)
275 *total_size = buffer_size;
277 *total_size = 0;
  /external/tensorflow/tensorflow/compiler/xla/service/
instruction_fusion.cc 271 auto total_size = [](const Shape& shape) {
284 operands_size += total_size(op->shape());
286 if (operands_size <= total_size(producer->shape())) {
  /external/tensorflow/tensorflow/core/framework/
tensor_util.cc 120 int64 total_size = 0; local
122 total_size += size;
124 if (total_size != tensor.dim_size(0)) {
  /external/tensorflow/tensorflow/python/kernel_tests/
depthtospace_op_test.py 274 total_size = np.prod(nhwc_input_shape)
278 x = [((f + 128) % 255) - 127 for f in range(total_size)]
288 x = [f * 1.0 for f in range(total_size)]
pooling_ops_test.py 124 total_size = 1
126 total_size *= s
139 input_sizes, total_size, pool_func, ksize, strides,
143 x = [((f + 128) % 255) - 127 for f in range(total_size)]
    [all...]
spacetodepth_op_test.py 264 total_size = np.prod(nhwc_input_shape)
268 x = [((f + 128) % 255) - 127 for f in range(total_size)]
278 x = [f * 1.0 for f in range(total_size)]
  /external/vboot_reference/firmware/2lib/
2sha256.c 126 ctx->total_size = 0;
278 ctx->total_size += (block_nb + 1) << 6;
293 size_b = (ctx->total_size + ctx->size) << 3;
2sha512.c 169 ctx->total_size = 0;
308 ctx->total_size += (block_nb + 1) << 7;
324 size_b = (ctx->total_size + ctx->size) << 3;
  /external/vboot_reference/tests/
vb21_host_key_tests.c 118 pkey->key_size += pkey->c.total_size;
228 TEST_SUCC(vb2_unpack_key(&k2, (uint8_t *)pkey, pkey->c.total_size),
274 TEST_SUCC(vb2_unpack_key(&k2, (uint8_t *)pkey, pkey->c.total_size),
  /external/webp/src/dec/
buffer_dec.c 99 uint64_t uv_size = 0, a_size = 0, total_size; local
118 total_size = size + 2 * uv_size + a_size;
121 output = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*output));
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
bl_common.h 101 size_t total_size; member in struct:meminfo
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
plat_arm.h 32 size_t total_size,
  /external/autotest/server/
site_utils.py 867 total_size = file_utils.get_directory_size_kibibytes(path);
869 client_result_collected_KB=total_size,
870 original_result_total_KB=total_size,
871 result_uploaded_KB=total_size,
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDimensions.h 95 static const std::ptrdiff_t total_size = internal::arg_prod(Indices...); member in struct:Eigen::Sizes
139 return Sizes<Indices...>::total_size;
157 static const std::size_t total_size = internal::arg_prod<Base>::value;
226 return Sizes<V1, V2, V3, V4, V5>::total_size;

Completed in 1717 milliseconds

1 2 3 4 5 6 7 8 91011>>