Searched refs:total_size (Results 101 - 125 of 196) sorted by relevance

12345678

/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Ddxbc.h84 uint32_t total_size; member in struct:dxbc_container_header
/external/vboot_reference/firmware/lib21/include/
H A Dvb2_struct.h78 * in a contiguous region of <total_size> bytes starting at the first
81 uint32_t total_size; member in struct:vb2_struct_common
/external/vboot_reference/tests/
H A Dvb21_common2_tests.c29 uint32_t size = key->c.total_size;
122 size = sig->c.total_size;
133 sig2->c.total_size += 4;
186 size = sig->c.total_size;
H A Dvb21_api_tests.c108 memcpy((uint8_t *)pre + sig_offset, sig, sig->c.total_size);
109 sig_offset += sig->c.total_size;
110 mock_sig_size = sig->c.total_size;
/external/opencv3/3rdparty/libwebp/dec/
H A Dbuffer.c89 uint64_t uv_size = 0, a_size = 0, total_size; local
103 total_size = size + 2 * uv_size + a_size;
106 output = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*output));
/external/webp/src/enc/
H A Dpicture.c98 uint64_t y_size, uv_size, a_size, total_size; local
117 total_size = y_size + a_size + 2 * uv_size;
125 mem = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*mem));
H A Dhistogram.c61 const size_t total_size = sizeof(VP8LHistogram) + sizeof(int) * literal_size; local
62 assert(total_size <= (size_t)0x7fffffff);
63 return (int)total_size;
100 const int total_size = VP8LGetHistogramSize(cache_bits); local
101 uint8_t* const memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory));
114 const size_t total_size = local
117 uint8_t* memory = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*memory));
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
H A Dhttp.py67 def __init__(self, resumable_progress, total_size):
72 total_size: int, total bytes in complete upload, or None if the total
76 self.total_size = total_size
85 if self.total_size is not None:
86 return float(self.resumable_progress) / float(self.total_size)
94 def __init__(self, resumable_progress, total_size):
99 total_size: int, total bytes in complete download.
102 self.total_size = total_size
[all...]
/external/opencv3/modules/imgproc/test/
H A Dtest_histograms.cpp70 int total_size; member in class:CV_BaseHistTest
147 total_size = 1;
156 total_size *= dims[i];
377 iters = (cvtest::randInt(rng) % MAX(total_size/10,100)) + 1;
378 iters = MIN( iters, total_size*9/10 + 1 );
385 //printf( "total_size = %d, cdims = %d, iters = %d\n", total_size, cdims, iters );
387 bit_mask = cvCreateMat( 1, (total_size + 7)/8, CV_8U );
614 if( !eq || total_size == 1 )
621 if( total_size
[all...]
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc512 leaks_[i].total_size += leaked_size;
530 return leak1.total_size > leak2.total_size;
565 leaks_[index].total_size, leaks_[index].hit_count);
591 bytes += leaks_[i].total_size;
604 s->weight += leaks_[i].total_size;
H A Dlsan_common.h64 uptr total_size; member in struct:__lsan::Leak
/external/skia/src/ports/
H A DSkFontHost_win.cpp1320 GDIGlyphbufferPointIter(const uint8_t* glyphbuf, DWORD total_size) argument
1321 : fHeaderIter(glyphbuf, total_size), fCurveIter(), fPointIter()
1362 GDIPolygonHeaderIter(const uint8_t* glyphbuf, DWORD total_size) argument
1364 , fEndPolygon(SkTAddOffset<const TTPOLYGONHEADER>(glyphbuf, total_size))
1460 static void sk_path_from_gdi_path(SkPath* path, const uint8_t* glyphbuf, DWORD total_size) { argument
1462 const uint8_t* end_glyph = glyphbuf + total_size;
1517 static bool sk_path_from_gdi_paths(SkPath* path, const uint8_t* glyphbuf, DWORD total_size, argument
1520 const uint8_t* end_glyph = glyphbuf + total_size;
1590 DWORD total_size = GetGlyphOutlineW(fDDC, glyph.getGlyphID(), flags, &gm, BUFFERSIZE, glyphbuf->get(), &fMat22); local
1593 if (GDI_ERROR == total_size || total_siz
1643 DWORD total_size = getGDIGlyphPath(glyph, format, &glyphbuf); local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dimager.c289 int c, total_size; local
313 total_size = size * fs->group_desc_count;
335 size = total_size % fs->blocksize;
/external/fio/
H A Dfilesetup.c756 unsigned long long total_size, extend_size; local
789 total_size = 0;
792 total_size = -1ULL;
794 total_size += f->real_file_size;
803 if ((!total_size || total_size == -1ULL) && !o->size &&
830 extend_size = total_size = 0;
869 total_size = -1ULL;
873 total_size += f->io_size;
888 if (!o->size || (total_size
[all...]
/external/webp/src/dec/
H A Dbuffer.c98 uint64_t uv_size = 0, a_size = 0, total_size; local
112 total_size = size + 2 * uv_size + a_size;
115 output = (uint8_t*)WebPSafeMalloc(total_size, sizeof(*output));
/external/webrtc/webrtc/base/
H A Dfilerotatingstream.cc188 size_t total_size = 0; local
193 total_size += file_size;
196 *size = total_size;
/external/fio/t/
H A Ddedupe.c76 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/gallium/drivers/nv50/
H A Dnv50_resource.h49 uint32_t total_size; member in struct:nv50_miptree
/external/vboot_reference/host/lib21/
H A Dhost_key.c260 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);
/external/libmicrohttpd/src/microhttpd/
H A Dconnection.c340 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...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dgcs_json_api.py651 outer_total_size = json.loads(serialization_data)['total_size']
664 bytes_downloaded_container, total_size=outer_total_size,
678 download_stream, auto_transfer=False, total_size=object_size,
826 total_size=0):
832 total_size: Total size of the upload; None if it is unknown (streaming).
849 total_size = size
853 bytes_uploaded_container, total_size=total_size,
891 upload_stream, content_type, total_size=size, auto_transfer=True,
929 upload_stream, content_type, total_size
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/
H A Duploads_test.py111 self.__upload.total_size = size
126 self.__upload.total_size = size
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
H A Dresumable_download_handler.py67 def call(self, total_bytes_uploaded, total_size):
69 total_size)
/external/autotest/client/common_lib/cros/bluetooth/
H A Dbluetooth_sdp_socket.py438 total_size = self._unpack_int(data, int_size)
441 scanned += int_size + total_size
445 while cur_size < total_size:
/external/opencv3/3rdparty/libpng/
H A Dpngmem.c188 png_uint_32 total_size; local
220 total_size = ((png_uint_32)65536L) * (png_uint_32)num_blocks+16;
222 table = farmalloc(total_size);

Completed in 1211 milliseconds

12345678