HomeSort by relevance Sort by last modified time
    Searched defs:total_size (Results 101 - 125 of 163) sorted by null

1 2 3 45 6 7

  /external/fio/
filesetup.c 761 unsigned long long total_size, extend_size; local
794 total_size = 0;
797 total_size = -1ULL;
799 total_size += f->real_file_size;
808 if ((!total_size || total_size == -1ULL) && !o->size &&
835 extend_size = total_size = 0;
874 total_size = -1ULL;
878 total_size += f->io_size;
893 if (!o->size || o->size > total_size)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 115 size_t total_size = 0; local
172 total_size += lpr->num_slices_faces[level] * lpr->img_stride[level];
173 if (total_size > LP_MAX_TEXTURE_SIZE) {
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftmac.c 584 FT_ULong total_size = 0; local
609 total_size += 2; /* just the end code */
611 total_size += 6; /* code + 4 bytes chunk length */
614 total_size += GetHandleSize( post_data ) - 2;
618 if ( total_size < old_total_size )
624 old_total_size = total_size;
627 if ( FT_ALLOC( buffer, (FT_Long)total_size ) )
683 *size = total_size;
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set.cc 1021 int total_size = 0; local
1032 int total_size = 0; local
    [all...]
generated_message_reflection.cc 212 int total_size = object_size_; local
214 total_size += GetUnknownFields(message).SpaceUsedExcludingSelf();
217 total_size += GetExtensionSet(message).SpaceUsedExcludingSelf();
227 total_size += GetRaw<RepeatedField<LOWERCASE> >(message, field) \
245 total_size += GetRaw<RepeatedPtrField<string> >(message, field)
254 total_size +=
286 total_size += sizeof(*ptr) + StringSpaceUsedExcludingSelf(*ptr);
301 total_size += sub_message->SpaceUsed();
309 return total_size;
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 55 const uint32 total_size; member in struct:google::protobuf::internal::__anon12696
  /external/qemu/block/
raw-posix.c 698 int64_t total_size = 0; local
703 total_size = options->value.n / BDRV_SECTOR_SIZE;
713 if (ftruncate(fd, total_size * BDRV_SECTOR_SIZE) != 0) {
971 int64_t total_size = 0; local
976 total_size = options->value.n / BDRV_SECTOR_SIZE;
989 else if (lseek(fd, 0, SEEK_END) < total_size * BDRV_SECTOR_SIZE)
    [all...]
  /external/qemu/hw/android/goldfish/
nand.c 242 const uint64_t total_size = lseek_ret; local
243 qemu_put_be64(f, total_size);
265 /* TODO Maybe check that we've written total_size bytes */
292 uint64_t total_size = qemu_get_be64(f); local
293 if (total_size > dev->max_size) {
295 __FUNCTION__, total_size, dev->max_size);
306 while (next_offset < total_size) {
309 if (total_size - next_offset < buf_size) {
310 buf_size = total_size - next_offset;
328 ret = do_ftruncate(dev->fd, total_size);
    [all...]
  /external/webp/src/dec/
io.c 500 size_t tmp_size1, tmp_size2, total_size; local
508 total_size = tmp_size1 * sizeof(*work) + tmp_size2 * sizeof(*tmp);
509 p->memory = WebPSafeCalloc(1ULL, total_size);
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 1622 int total_size = metadata->tuning_params.tuning_sensor_data_size; local
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 193 size_t total_size = existing_size + additional_names.size(); local
195 WebVector<WebString> names(total_size);
196 WebVector<WebString> values(total_size);
    [all...]
  /external/chromium_org/third_party/brotli/src/woff2/
woff2_dec.cc 847 uint64_t total_size = transform_length; local
852 total_size += tables[j].transform_length;
853 if (total_size > std::numeric_limits<uint32_t>::max()) {
857 uncompressed_buf.resize(total_size);
858 if (!Woff2Uncompress(&uncompressed_buf[0], total_size,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_bitstream.c 923 size_t total_size = 0; local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 133 const size_t total_size = local
135 b = (PixOrCopyBlock*)WebPSafeMalloc(1ULL, total_size);
    [all...]
histogram.c 52 const size_t total_size = sizeof(VP8LHistogram) + sizeof(int) * literal_size; local
53 assert(total_size <= (size_t)0x7fffffff);
54 return (int)total_size;
91 const int total_size = VP8LGetHistogramSize(cache_bits); local
92 uint8_t* const memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory));
104 const size_t total_size = sizeof(*set) local
107 uint8_t* memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory));
  /external/chromium_org/third_party/ots/src/
woff2.cc 990 uint64_t total_size = transform_length; local
995 total_size += tables.at(j).transform_length;
996 if (total_size > std::numeric_limits<uint32_t>::max()) {
1001 if (total_size > 30 * 1024 * 1024) {
1004 uncompressed_buf.resize(total_size);
1005 if (!Woff2Uncompress(&uncompressed_buf[0], total_size,
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc 1179 const size_t total_size = count * size; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 1172 const size_t total_size = count * size; local
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 1243 size_t total_size = 0; local
    [all...]
  /external/e2fsprogs/misc/
e2image.c 866 blk64_t total_size, offset; local
876 total_size = ext2fs_blocks_count(sb) << cluster_bits;
884 header->size = ext2fs_cpu_to_be64(total_size);
895 l1_size = ((total_size + (1LL << shift) - 1) >> shift);
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 790 UINT16 total_size = NFC_GetLmrtSize(); local
792 evt_data.size = total_size - nfa_ee_total_lmrt_size();
793 NFA_TRACE_DEBUG2 ("nfa_ee_api_lmrt_size total size:%d remaining size:%d", total_size, evt_data.size);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 933 size_t total_size = 0; local
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 960 size_t step, total_size; local
970 total_size = step*mat->rows + sizeof(int) + CV_MALLOC_ALIGN;
971 CV_CALL( mat->refcount = (int*)cvAlloc( (size_t)total_size ));
1008 size_t total_size = CV_ELEM_SIZE(mat->type); local
1015 total_size = (size_t)mat->dim[0].size*(mat->dim[0].step != 0 ?
1016 mat->dim[0].step : total_size);
1024 if( total_size < size )
1025 total_size = size;
1029 CV_CALL( mat->refcount = (int*)cvAlloc( total_size +
2969 int total_size = total_width * mat->rows; local
3146 int total_size = total_width * mat->rows; local
    [all...]
  /external/webp/src/enc/
backward_references.c 133 const size_t total_size = local
135 b = (PixOrCopyBlock*)WebPSafeMalloc(1ULL, total_size);
    [all...]
histogram.c 52 const size_t total_size = sizeof(VP8LHistogram) + sizeof(int) * literal_size; local
53 assert(total_size <= (size_t)0x7fffffff);
54 return (int)total_size;
91 const int total_size = VP8LGetHistogramSize(cache_bits); local
92 uint8_t* const memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory));
104 const size_t total_size = sizeof(*set) local
107 uint8_t* memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory));

Completed in 891 milliseconds

1 2 3 45 6 7