HomeSort by relevance Sort by last modified time
    Searched full:sizeof (Results 926 - 950 of 23619) sorted by null

<<31323334353637383940>>

  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
Xvlibint.h 58 if ((dpy->bufptr + SIZEOF(xv##name##Req)) > dpy->bufmax)\
63 req->length = (SIZEOF(xv##name##Req))>>2;\
64 dpy->bufptr += SIZEOF(xv##name##Req);\
70 if ((dpy->bufptr + SIZEOF(xv/**/name/**/Req)) > dpy->bufmax)\
75 req->length = (SIZEOF(xv/**/name/**/Req))>>2;\
76 dpy->bufptr += SIZEOF(xv/**/name/**/Req);\
  /external/skia/gm/
coloremoji.cpp 59 SkASSERT(sizeof(textSize) == sizeof(textYOffset));
60 for (size_t y = 0; y < sizeof(textSize) / sizeof(int); ++y) {
91 for (size_t x = 0; x < sizeof(clipRects) / sizeof(SkRect); ++x) {
  /external/skia/src/core/
SkColorTable.cpp 23 sk_malloc_throw(count * sizeof(SkPMColor)));
24 memcpy(fColors, src.fColors, count * sizeof(SkPMColor));
43 sk_malloc_throw(count * sizeof(SkPMColor)));
45 memcpy(fColors, colors, count * sizeof(SkPMColor));
76 f16BitCache = (uint16_t*)sk_malloc_throw(fCount * sizeof(uint16_t));
93 fColors = (SkPMColor*)sk_malloc_throw(fCount * sizeof(SkPMColor));
  /external/stlport/stlport/stl/
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
51 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
77 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
  /external/valgrind/main/helgrind/tests/
bar_bad.c 38 bar1 = malloc(sizeof(pthread_barrier_t));
43 bar2 = malloc(sizeof(pthread_barrier_t));
50 bar3 = malloc(sizeof(pthread_barrier_t));
62 bar4 = malloc(sizeof(pthread_barrier_t));
77 bar5 = malloc(sizeof(pthread_barrier_t));
79 memset(bar5, 0, sizeof(*bar5));
  /external/valgrind/main/memcheck/tests/
leak-pool.c 35 struct pool *p = malloc(sizeof(struct pool));
110 memset(cells_static, 0, sizeof(cells_static));
111 memset(cells_local, 0, sizeof(cells_local));
114 cells[i] = allocate_from_pool(p, sizeof(struct cell));
119 p->buf+(10 * sizeof(struct cell)),
120 20 * sizeof(struct cell) + 2);
  /external/wpa_supplicant_8/src/drivers/
priv_netlink.h 50 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
51 #define NLMSG_LENGTH(len) ((len) + NLMSG_ALIGN(sizeof(struct nlmsghdr)))
57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \
58 (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && \
65 ((len) > 0 && (rta)->rta_len >= sizeof(struct rtattr) && \
70 #define RTA_LENGTH(len) (RTA_ALIGN(sizeof(struct rtattr)) + (len))
  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 53 while ((byteCount = TEMP_FAILURE_RETRY(read(fd, bytes, sizeof(bytes)))) > 0) {
67 memset(&header, 0, sizeof(header));
80 jbyteArray array = env->NewByteArray(sizeof(Header) + header.mapSize + header.allocSize);
83 sizeof(header), reinterpret_cast<jbyte*>(&header));
84 env->SetByteArrayRegion(array, sizeof(header),
86 env->SetByteArrayRegion(array, sizeof(header) + maps.size(),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.any_of/
any_of.pass.cpp 33 const unsigned sa = sizeof(ia)/sizeof(ia[0]);
41 const unsigned sa = sizeof(ia)/sizeof(ia[0]);
49 const unsigned sa = sizeof(ia)/sizeof(ia[0]);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.none_of/
none_of.pass.cpp 33 const unsigned sa = sizeof(ia)/sizeof(ia[0]);
41 const unsigned sa = sizeof(ia)/sizeof(ia[0]);
49 const unsigned sa = sizeof(ia)/sizeof(ia[0]);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
copy_alloc.pass.cpp 33 int* an = ab + sizeof(ab)/sizeof(ab[0]);
39 int* an = ab + sizeof(ab)/sizeof(ab[0]);
46 int* an = ab + sizeof(ab)/sizeof(ab[0]);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
write.pass.cpp 57 os.write(s, sizeof(s)/sizeof(s[0])-1);
64 os.write(s, sizeof(s)/sizeof(s[0])-1);
72 os.write(s, sizeof(s)/sizeof(s[0])-1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
copy_assign.pass.cpp 24 const unsigned N = sizeof(a)/sizeof(a[0]);
35 const unsigned N = sizeof(a)/sizeof(a[0]);
46 const unsigned N = sizeof(a)/sizeof(a[0]);
initializer_list_assign.pass.cpp 25 const unsigned N = sizeof(a)/sizeof(a[0]);
35 const unsigned N = sizeof(a)/sizeof(a[0]);
45 const unsigned N = sizeof(a)/sizeof(a[0]);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.cons/
copy.pass.cpp 24 const unsigned N = sizeof(a)/sizeof(a[0]);
34 const unsigned N = sizeof(a)/sizeof(a[0]);
44 const unsigned N = sizeof(a)/sizeof(a[0]);
pointer_size.pass.cpp 24 const unsigned N = sizeof(a)/sizeof(a[0]);
33 const unsigned N = sizeof(a)/sizeof(a[0]);
42 const unsigned N = sizeof(a)/sizeof(a[0]);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.unary/
bit_not.pass.cpp 24 const unsigned N = sizeof(a)/sizeof(a[0]);
34 const unsigned N = sizeof(a)/sizeof(a[0]);
48 const unsigned N = sizeof(a)/sizeof(a[0]);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/template.bitset/bitset.members/
to_ullong.pass.cpp 20 const std::size_t M = sizeof(unsigned long long) * CHAR_BIT < N ? sizeof(unsigned long long) * CHAR_BIT : N;
21 const std::size_t X = M == 0 ? sizeof(unsigned long long) * CHAR_BIT - 1 : sizeof(unsigned long long) * CHAR_BIT - M;
31 for (std::size_t i = 0; i < sizeof(tests)/sizeof(tests[0]); ++i)
to_ulong.pass.cpp 21 const std::size_t M = sizeof(unsigned long) * CHAR_BIT < N ? sizeof(unsigned long) * CHAR_BIT : N;
22 const std::size_t X = M == 0 ? sizeof(unsigned long) * CHAR_BIT - 1 : sizeof(unsigned long) * CHAR_BIT - M;
32 for (std::size_t i = 0; i < sizeof(tests)/sizeof(tests[0]); ++i)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
51 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
77 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
mm_malloc.h 49 /* Assume malloc'd pointer is aligned at least to sizeof (void*).
50 If necessary, add another sizeof (void*) to store the value
52 of sizeof double. */
53 if (align < 2 * sizeof (void *))
54 align = 2 * sizeof (void *);
60 /* Align We have at least sizeof (void *) space below malloc'd ptr. */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
mm_malloc.h 49 /* Assume malloc'd pointer is aligned at least to sizeof (void*).
50 If necessary, add another sizeof (void*) to store the value
52 of sizeof double. */
53 if (align < 2 * sizeof (void *))
54 align = 2 * sizeof (void *);
60 /* Align We have at least sizeof (void *) space below malloc'd ptr. */
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
51 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
77 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
51 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
77 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.c 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
28 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
51 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);
71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
77 *(__REINTERPRET_CAST(size_t*, &_M_static_name[0])) = __size * sizeof(char);

Completed in 474 milliseconds

<<31323334353637383940>>