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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/gpu/command_buffer/common/
mailbox.cc 14 memset(name, 0, sizeof(name));
26 memset(name, 0, sizeof(name));
30 DCHECK(IsZero() || !memcmp(name, n, sizeof(name)));
31 memcpy(name, n, sizeof(name));
  /external/chromium_org/third_party/icu/source/test/cintltst/
colutil.c 15 return (U_COL_SAFECLONE_BUFFERSIZE < sizeof(UCollator));
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p7.cpp 6 extern void h2(int x = sizeof(i)); // expected-error {{default argument references local variable 'i' of enclosing function}}
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p4.cpp 20 int array0[sizeof(X2<int>)];
21 int array1[sizeof(X2<float>)]; // expected-note{{instantiation of}}
37 int array2[sizeof(X3<int>)];
38 int array3[sizeof(X3<float>)];
  /external/clang/test/CodeGen/
long-double-x86.c 4 int checksize[sizeof(x) == 16 ? 1 : -1];
sizeof-vla.c 12 g(sizeof(begin_set));
  /external/clang/test/CodeGenCXX/
2009-08-05-ZeroInitWidth.cpp 4 unsigned long long : (sizeof(unsigned long long) * 8) - 16;
  /external/clang/test/Parser/
if-scope-c90.c 6 if (z > (int) sizeof (enum {a, b}))
if-scope-c99.c 5 if (z > (int) sizeof (enum {a, b}))
  /external/clang/test/Sema/
arg-scope.c 3 void aa(int b, int x[sizeof b]) {}
  /external/clang/test/SemaCXX/
invalid-instantiated-field-decl.cpp 18 MinUs = (static_cast<unsigned int>(sizeof(T))*N + // expected-error {{invalid application of 'sizeof' to an incomplete type 'CallSite'}}
19 static_cast<unsigned int>(sizeof(U)) - 1) /
20 static_cast<unsigned int>(sizeof(U)),
no-implicit-builtin-decls.cpp 4 void *p = malloc(sizeof(int) * 10); // expected-error{{use of undeclared identifier 'malloc'}}
  /external/clang/test/SemaTemplate/
canonical-expr-type-0x.cpp 15 // PR12438: Test sizeof...() canonicalization
19 N<sizeof...(T)> f1() {} // expected-note{{previous}}
22 N<sizeof...(T)> f1() {}
25 N<sizeof...(U)> f1() {} // expected-error{{redefinition}}
instantiate-attr.cpp 12 int a[sizeof(A<int>) == 16 ? 1 : -1];
13 int a2[sizeof(A<int>::B) == 16 ? 1 : -1];
24 int test0[sizeof(type) == 4 ? 1 : -1];
35 int test0[sizeof(fastscriptmember<int>) == 5 ? 1 : -1];
  /external/icu4c/test/cintltst/
colutil.c 15 return (U_COL_SAFECLONE_BUFFERSIZE < sizeof(UCollator));
  /external/valgrind/main/drd/
drd_cond_initializer.c 8 int DRD_(pthread_cond_initializer_size) = sizeof(pthread_cond_initializer);
  /external/valgrind/main/memcheck/tests/
match-overrun.c 8 VALGRIND_MAKE_MEM_NOACCESS(&x, sizeof(x));
  /external/valgrind/main/none/tests/
timestamp.c 7 int* x = calloc(1,sizeof(int));
  /external/wpa_supplicant_8/src/crypto/
crypto_internal.c 39 ctx = os_zalloc(sizeof(*ctx));
58 if (key_len > sizeof(k_pad)) {
69 if (key_len < sizeof(k_pad))
70 os_memset(k_pad + key_len, 0, sizeof(k_pad) - key_len);
71 for (i = 0; i < sizeof(k_pad); i++)
74 MD5Update(&ctx->u.md5, k_pad, sizeof(k_pad));
77 if (key_len > sizeof(k_pad)) {
88 if (key_len < sizeof(k_pad))
89 os_memset(k_pad + key_len, 0, sizeof(k_pad) - key_len);
90 for (i = 0; i < sizeof(k_pad); i++
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 34 res = sendto(drv->priv_socket, &cmd, sizeof(cmd), 0,
36 sizeof(drv->priv_addr));
51 io[0].iov_len = sizeof(cmd);
55 os_memset(&msg, 0, sizeof(msg));
59 msg.msg_namelen = sizeof(drv->priv_addr);
133 if (reply_len < sizeof(int)) {
142 os_memcpy(&num, pos, sizeof(int));
147 pos += sizeof(int);
149 results = os_zalloc(sizeof(*results));
155 results->res = os_calloc(num, sizeof(struct wpa_scan_res *))
    [all...]
  /frameworks/wilhelm/tools/hashgen/
part8.c 6 if (!memcmp(iid, trial, sizeof(struct SLInterfaceID_)))
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 23 static_assert(sizeof(std::int8_t)*CHAR_BIT == 8,
24 "sizeof(std::int8_t)*CHAR_BIT == 8");
28 static_assert(sizeof(std::int16_t)*CHAR_BIT == 16,
29 "sizeof(std::int16_t)*CHAR_BIT == 16");
33 static_assert(sizeof(std::int32_t)*CHAR_BIT == 32,
34 "sizeof(std::int32_t)*CHAR_BIT == 32");
38 static_assert(sizeof(std::int64_t)*CHAR_BIT == 64,
39 "sizeof(std::int64_t)*CHAR_BIT == 64");
44 static_assert(sizeof(std::uint8_t)*CHAR_BIT == 8,
45 "sizeof(std::uint8_t)*CHAR_BIT == 8")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
get_monthname.pass.cpp 46 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
56 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
57 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
66 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
    [all...]
get_monthname_wide.pass.cpp 55 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
56 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
65 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
66 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
75 I i = f.get_monthname(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
    [all...]
get_weekday.pass.cpp 46 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
47 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
56 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t);
57 assert(i.base() == in+sizeof(in)/sizeof(in[0])-1);
68 I i = f.get_weekday(I(in), I(in+sizeof(in)/sizeof(in[0])-1), ios, err, &t)
    [all...]

Completed in 2184 milliseconds

1 2 3 4 5 6 7 891011>>