HomeSort by relevance Sort by last modified time
    Searched refs:a_size (Results 1 - 25 of 26) sorted by null

1 2

  /external/qemu-pc-bios/vgabios/
vbetables-gen.c 95 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/
buffer.c 52 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;
idec.c 649 uint8_t* a, size_t a_size, int a_stride) {
655 luma_size = u_size = v_size = a_size = 0;
664 if (a_size == 0 || a_stride == 0) return NULL;
685 idec->output_.u.YUVA.a_size = a_size;
  /external/webp/src/dec/
buffer.c 52 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;
idec.c 653 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;
  /external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor_unittest.cc 268 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/
pixman-utils.c 132 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/chromium_org/third_party/libwebp/webp/
decode.h 190 size_t a_size; // alpha-plane size member in struct:WebPYUVABuffer
305 uint8_t* a, size_t a_size, int a_stride);
  /external/chromium_org/v8/src/
profile-generator.h 252 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size)
253 : entry(an_entry), size(a_size) { }
  /external/webp/include/webp/
decode.h 190 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/
gtest-internal.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/aac/libSYS/src/
genericStds.cpp 271 int a_size; local
276 a_size = ((dim*size+3)&0xfffffffc); /* force 4 byte alignment (1111 .... 1111 1100) */
  /external/opencv/cxcore/src/
cxmatmul.cpp 131 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
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
picture.c 55 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;
    [all...]
  /external/webp/src/enc/
picture.c 55 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;
    [all...]
  /external/v8/src/
profile-generator.h 254 CodeEntryInfo(CodeEntry* an_entry, unsigned a_size)
255 : entry(an_entry), size(a_size) { }
    [all...]
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 2120 size_t a_size = a->size; local
3047 size_t a_size = a->bits & ~pagesize_mask; local
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 2109 size_t a_size = a->size; local
3036 size_t a_size = a->bits & ~pagesize_mask; local
    [all...]
  /external/bluetooth/bluedroid/stack/include/
obx_api.h     [all...]

Completed in 1094 milliseconds

1 2