Searched defs:a_size (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/content/common/input/
H A Dinput_param_traits_unittest.cc26 const size_t a_size = a->web_event->size; local
27 ASSERT_EQ(a_size, b->web_event->size);
28 EXPECT_EQ(0, memcmp(a->web_event.get(), b->web_event.get(), a_size));
/external/qemu-pc-bios/vgabios/
H A Dvbetables-gen.c95 int r_size, r_pos, g_size, g_pos, b_size, b_pos, a_size, a_pos; local
182 a_size = 1;
192 a_size = 0;
202 a_size = 0;
212 a_size = 8;
222 a_size = 0;
233 printf("/*Bit8u RsvdMaskSize*/ %d,\n", a_size);
259 printf("/*Bit8u LinRsvdMaskSize*/ %d,\n", a_size);
/external/chromium_org/third_party/libwebp/dec/
H A Dbuffer.c52 const uint64_t a_size = (uint64_t)buf->a_stride * height; local
64 ok &= (a_size <= buf->a_size);
89 uint64_t uv_size = 0, a_size = 0, total_size; local
100 a_size = (uint64_t)a_stride * h;
103 total_size = size + 2 * uv_size + a_size;
126 buf->a_size = (size_t)a_size;
H A Didec.c653 uint8_t* a, size_t a_size, int a_stride) {
659 luma_size = u_size = v_size = a_size = 0;
668 if (a_size == 0 || a_stride == 0) return NULL;
689 idec->output_.u.YUVA.a_size = a_size;
650 WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride, uint8_t* u, size_t u_size, int u_stride, uint8_t* v, size_t v_size, int v_stride, uint8_t* a, size_t a_size, int a_stride) argument
/external/webp/src/dec/
H A Dbuffer.c52 const uint64_t a_size = (uint64_t)buf->a_stride * height; local
64 ok &= (a_size <= buf->a_size);
89 uint64_t uv_size = 0, a_size = 0, total_size; local
100 a_size = (uint64_t)a_stride * h;
103 total_size = size + 2 * uv_size + a_size;
126 buf->a_size = (size_t)a_size;
H A Didec.c653 uint8_t* a, size_t a_size, int a_stride) {
659 luma_size = u_size = v_size = a_size = 0;
668 if (a_size == 0 || a_stride == 0) return NULL;
689 idec->output_.u.YUVA.a_size = a_size;
650 WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride, uint8_t* u, size_t u_size, int u_stride, uint8_t* v, size_t v_size, int v_stride, uint8_t* a, size_t a_size, int a_stride) argument
/external/chromium_org/webkit/browser/quota/
H A Dquota_temporary_storage_evictor_unittest.cc268 const int64 a_size = 400; local
272 const int64 initial_total_size = a_size + b_size + c_size + d_size;
278 quota_eviction_handler()->AddOrigin(GURL("http://www.a.com"), a_size);
302 const int64 a_size = 400; local
306 const int64 initial_total_size = a_size + b_size + c_size + d_size;
311 quota_eviction_handler()->AddOrigin(GURL("http://www.a.com"), a_size);
333 const int64 a_size = 400; local
337 const int64 initial_total_size = a_size + b_size + c_size + d_size;
343 quota_eviction_handler()->AddOrigin(GURL("http://www.a.com"), a_size);
356 EXPECT_EQ(initial_total_size - d_size + e_size - b_size - a_size,
[all...]
/external/pixman/pixman/
H A Dpixman-utils.c132 int a_size, r_size, g_size, b_size; local
145 a_size = PIXMAN_FORMAT_A (format);
150 a_shift = 32 - a_size;
155 a_mask = ((1 << a_size) - 1);
160 a_mul = multipliers[a_size];
/external/aac/libSYS/src/
H A DgenericStds.cpp271 int a_size; local
276 a_size = ((dim*size+3)&0xfffffffc); /* force 4 byte alignment (1111 .... 1111 1100) */
/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h190 size_t a_size; // alpha-plane size member in struct:WebPYUVABuffer
305 uint8_t* a, size_t a_size, int a_stride);
/external/webp/include/webp/
H A Ddecode.h190 size_t a_size; // alpha-plane size member in struct:WebPYUVABuffer
305 uint8_t* a, size_t a_size, int a_stride);
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h1063 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1067 Element* const copy = new Element[a_size];
1068 CopyArray(array, a_size, copy);
1071 size_ = a_size;
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h991 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
995 Element* const copy = new Element[a_size];
996 CopyArray(array, a_size, copy);
999 size_ = a_size;
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h1070 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1074 Element* const copy = new Element[a_size];
1075 CopyArray(array, a_size, copy);
1078 size_ = a_size;
/external/chromium_org/v8/src/
H A Dprofile-generator.h245 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size) argument
246 : entry(an_entry), size(a_size) { }
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h1070 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1074 Element* const copy = new Element[a_size];
1075 CopyArray(array, a_size, copy);
1078 size_ = a_size;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h1098 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1102 Element* const copy = new Element[a_size];
1103 CopyArray(array, a_size, copy);
1106 size_ = a_size;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h1070 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
1074 Element* const copy = new Element[a_size];
1075 CopyArray(array, a_size, copy);
1078 size_ = a_size;
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture.c55 uint64_t y_size, uv_size, uv0_size, a_size, total_size; local
82 a_size = (uint64_t)a_stride * height;
84 total_size = y_size + a_size + 2 * uv_size + 2 * uv0_size;
111 if (a_size) {
113 mem += a_size;
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp131 CvSize a_size, CvSize d_size, \
134 int i, j, k, n = a_size.width, m = d_size.width, drows = d_size.height; \
156 n = a_size.height; \
376 CvSize a_size, CvSize d_size, int flags ) \
378 int i, j, k, n = a_size.width, m = d_size.width; \
394 n = a_size.height; \
631 CvSize a_size, d_size; local
701 a_size.width = A->cols;
702 a_size.height = A->rows;
710 if( a_size
[all...]
/external/webp/src/enc/
H A Dpicture.c55 uint64_t y_size, uv_size, uv0_size, a_size, total_size; local
82 a_size = (uint64_t)a_stride * height;
84 total_size = y_size + a_size + 2 * uv_size + 2 * uv0_size;
111 if (a_size) {
113 mem += a_size;
/external/v8/src/
H A Dprofile-generator.h254 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size) argument
255 : entry(an_entry), size(a_size) { }
/external/chromium_org/third_party/jemalloc/chromium/
H A Djemalloc.c2120 size_t a_size = a->size; local
2123 ret = (a_size > b_size) - (a_size < b_size);
3047 size_t a_size = a->bits & ~pagesize_mask; local
3050 ret = (a_size > b_size) - (a_size < b_size);
/external/chromium_org/third_party/jemalloc/vendor/
H A Djemalloc.c2109 size_t a_size = a->size; local
2112 ret = (a_size > b_size) - (a_size < b_size);
3036 size_t a_size = a->bits & ~pagesize_mask; local
3039 ret = (a_size > b_size) - (a_size < b_size);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7962 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
7966 Element* const copy = new Element[a_size];
7967 CopyArray(array, a_size, copy);
7970 size_ = a_size;

Completed in 2629 milliseconds