HomeSort by relevance Sort by last modified time
    Searched refs:total_size (Results 251 - 275 of 478) sorted by null

<<11121314151617181920

  /system/libufdt/utils/src/
mkdtimg_core.c 176 uint32_t entry_count, uint32_t total_size,
181 header.total_size = cpu_to_fdt32(total_size);
  /external/compiler-rt/lib/lsan/
lsan_common.h 65 uptr total_size; member in struct:__lsan::Leak
  /external/fio/t/
dedupe.c 76 static uint64_t total_size; variable
107 if (cur_offset < total_size) {
109 this_chunk = min((uint64_t)chunk_size, total_size - cur_offset);
383 total_size = dev_size;
  /external/mesa3d/src/amd/vulkan/
radv_pipeline_cache.c 52 cache->total_size = 0;
204 cache->total_size += entry_size(entry);
225 cache->total_size = 0;
408 const size_t size = sizeof(*header) + cache->total_size;
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_internal.h 214 int num_variants, total_size; member in struct:ilo_shader_state
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_resource.h 51 uint32_t total_size; member in struct:nv50_miptree
  /external/syslinux/memdisk/
mstructs.h 49 uint16_t total_size; member in struct:memdisk_header
  /external/tensorflow/tensorflow/compiler/tests/
pooling_ops_test.py 87 total_size = np.prod(input_sizes)
90 x = np.array([f * 1.0 for f in range(1, total_size + 1)], dtype=np.float32)
308 total_size = np.prod(input_sizes)
309 x = np.arange(1, total_size + 1, dtype=np.float32).reshape(input_sizes)
  /external/vboot_reference/host/lib21/
host_key.c 260 pkey.c.total_size = pkey.key_offset + pkey.key_size;
263 buf = calloc(1, pkey.c.total_size);
481 key.c.total_size = key.key_offset + key.key_size;
490 buf = calloc(1, key.c.total_size);
  /hardware/libhardware/include/hardware/
nvram.h 63 * total_size - Receives the output. Cannot be NULL.
66 uint64_t* total_size);
  /system/nvram/messages/include/nvram/messages/
nvram_messages.h 54 uint64_t total_size = 0; member in struct:nvram::GetInfoResponse
  /external/libmicrohttpd/src/microhttpd/
connection.c 340 if (0 == response->total_size)
360 response->total_size -
366 response->total_size = connection->response_write_position;
446 if (0 == response->total_size)
457 response->total_size = connection->response_write_position;
463 (0 == response->total_size) )
469 response->total_size = connection->response_write_position;
735 if ( (MHD_SIZE_UNKNOWN == connection->response->total_size) &&
785 if ( (MHD_SIZE_UNKNOWN != connection->response->total_size) &&
809 (MHD_UNSIGNED_LONG_LONG) connection->response->total_size);
    [all...]
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
gralloc_vsoc_priv.h 76 int total_size; member in struct:private_handle_t
95 total_size(size),
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
bl31_plat_setup.c 74 unsigned long total_size, \
81 total_size, \
  /external/freetype/builds/mac/
ftmac.c 971 FT_ULong total_size = 0; local
996 total_size += 2; /* just the end code */
998 total_size += 6; /* code + 4 bytes chunk length */
1001 total_size += GetHandleSize( post_data ) - 2;
1005 if ( total_size < old_total_size )
1011 old_total_size = total_size;
1014 if ( FT_ALLOC( buffer, (FT_Long)total_size ) )
1070 *size = total_size;
    [all...]
  /external/python/cpython2/Lib/test/
test_urllib.py 448 def hooktester(count, block_size, total_size, count_holder=[0]):
451 self.assertIsInstance(total_size, int)
462 def hooktester(count, block_size, total_size, _report=report):
463 _report.append((count, block_size, total_size))
476 def hooktester(count, block_size, total_size, _report=report):
477 _report.append((count, block_size, total_size))
490 def hooktester(count, block_size, total_size, _report=report):
491 _report.append((count, block_size, total_size))
    [all...]
  /external/python/cpython3/Lib/test/
test_urllibnet.py 191 def recording_reporthook(blocks, block_size, total_size):
192 records.append((blocks, block_size, total_size))
  /external/tensorflow/tensorflow/contrib/periodic_resample/kernels/
periodic_resample_op.h 85 tensorflow::int64 total_size(input_tensor.NumElements()), new_sliced_size(1);
142 target_dimensions[adjustable_dimension] = total_size / new_sliced_size;
  /external/tensorflow/tensorflow/core/kernels/
conv_ops_gpu.h 145 int64 total_size = 16 * std::ceil(batch_ / 16.0) * local
149 if (total_size >= threshold) {
  /system/nvram/hal/tests/
scoped_nvram_device.cc 68 nvram_result_t ScopedNvramDevice::GetTotalSizeInBytes(uint64_t* total_size) {
72 return device_->get_total_size_in_bytes(device_, total_size);
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 968 size_t total_size = 0; local
1046 size_t total_size = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_valtable.cpp 307 unsigned offset = total_size % block_size;
310 if (total_size + sz > capacity) {
311 total_size = capacity;
317 total_size += sz;
344 if (toffset >= total_size)
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 905 int total_size; local
    [all...]
  /system/core/libmemunreachable/
MemUnreachable.cpp 183 similar_leak->total_size += it.range.size();
184 similar_leak->total_size += it.referenced_size;
193 leak->total_size = leak->size + leak->referenced_size;
201 [](const Leak& a, const Leak& b) { return a.total_size > b.total_size; });
  /build/make/tools/signapk/src/com/android/signapk/
SignApk.java 740 int total_size = temp.size() + 6; local
741 if (total_size > 0xffff) {
745 int signature_start = total_size - message.length - 1;
757 temp.write(total_size & 0xff);
758 temp.write((total_size >> 8) & 0xff);
773 outputStream.write(total_size & 0xff);
774 outputStream.write((total_size >> 8) & 0xff);
    [all...]

Completed in 625 milliseconds

<<11121314151617181920