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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Headers/
tgmath.c 16 _Static_assert(sizeof(creal(f)) == sizeof(f), ""); variable
17 _Static_assert(sizeof(creal(d)) == sizeof(d), ""); variable
18 _Static_assert(sizeof(creal(l)) == sizeof(l), ""); variable
20 _Static_assert(sizeof(creal(fc)) == sizeof(f), ""); variable
21 _Static_assert(sizeof(creal(dc)) == sizeof(d), "") variable
22 _Static_assert(sizeof(creal(lc)) == sizeof(l), ""); variable
26 _Static_assert(sizeof(fabs(f)) == sizeof(f), ""); variable
27 _Static_assert(sizeof(fabs(d)) == sizeof(d), ""); variable
28 _Static_assert(sizeof(fabs(l)) == sizeof(l), ""); variable
30 _Static_assert(sizeof(fabs(fc)) == sizeof(f), ""); variable
31 _Static_assert(sizeof(fabs(dc)) == sizeof(d), ""); variable
32 _Static_assert(sizeof(fabs(lc)) == sizeof(l), ""); variable
36 _Static_assert(sizeof(logb(f)) == sizeof(f), ""); variable
37 _Static_assert(sizeof(logb(d)) == sizeof(d), ""); variable
38 _Static_assert(sizeof(logb(l)) == sizeof(l), ""); variable
    [all...]
  /external/chromium_org/net/base/registry_controlled_domains/
effective_tld_names.cc 234 char stringpool_str0[sizeof("io")];
235 char stringpool_str1[sizeof("gov")];
236 char stringpool_str2[sizeof("gd")];
237 char stringpool_str3[sizeof("id")];
238 char stringpool_str4[sizeof("edu")];
239 char stringpool_str5[sizeof("co")];
240 char stringpool_str6[sizeof("gop")];
241 char stringpool_str7[sizeof("cd")];
242 char stringpool_str8[sizeof("cz")];
243 char stringpool_str9[sizeof("gov.do")]
    [all...]
  /external/e2fsprogs/lib/blkid/
tst_types.c 20 if (sizeof(__u8) != 1) {
21 printf("Sizeof(__u8) is %d should be 1\n",
22 (int)sizeof(__u8));
25 if (sizeof(__s8) != 1) {
26 printf("Sizeof(_s8) is %d should be 1\n",
27 (int)sizeof(__s8));
30 if (sizeof(__u16) != 2) {
31 printf("Sizeof(__u16) is %d should be 2\n",
32 (int)sizeof(__u16));
35 if (sizeof(__s16) != 2)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tst_types.c 20 if (sizeof(__u8) != 1) {
21 printf("Sizeof(__u8) is %d should be 1\n",
22 (int)sizeof(__u8));
25 if (sizeof(__s8) != 1) {
26 printf("Sizeof(_s8) is %d should be 1\n",
27 (int)sizeof(__s8));
30 if (sizeof(__u16) != 2) {
31 printf("Sizeof(__u16) is %d should be 2\n",
32 (int)sizeof(__u16));
35 if (sizeof(__s16) != 2)
    [all...]
  /ndk/tests/device/emm/jni/
emm.c 8 p = _mm_malloc(7*sizeof(*p),sizeof(*p));
9 q = _mm_malloc(5*sizeof(*q),sizeof(*q));
10 p_isaligned = ((int)p % sizeof(*p)) == 0;
11 q_isaligned = ((int)q % sizeof(*q)) == 0;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gtype-desc.h 686 #define ggc_alloc_lazy_hex_fp_value_struct() ((struct lazy_hex_fp_value_struct *)(ggc_internal_alloc_stat (sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
687 #define ggc_alloc_cleared_lazy_hex_fp_value_struct() ((struct lazy_hex_fp_value_struct *)(ggc_internal_cleared_alloc_stat (sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
688 #define ggc_alloc_vec_lazy_hex_fp_value_struct(n) ((struct lazy_hex_fp_value_struct *)(ggc_internal_vec_alloc_stat (sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
689 #define ggc_alloc_cleared_vec_lazy_hex_fp_value_struct(n) ((struct lazy_hex_fp_value_struct *)(ggc_internal_cleared_vec_alloc_stat (sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
690 #define ggc_alloc_zone_lazy_hex_fp_value_struct(z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
691 #define ggc_alloc_zone_cleared_lazy_hex_fp_value_struct(z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_cleared_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
692 #define ggc_alloc_zone_vec_lazy_hex_fp_value_struct(n, z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_vec_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
693 #define ggc_alloc_zone_cleared_vec_lazy_hex_fp_value_struct(n, z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_cleared_vec_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
694 #define ggc_alloc_VEC_c_saved_builtin_gc() ((struct VEC_c_saved_builtin_gc *)(ggc_internal_alloc_stat (sizeof (struct VEC_c_saved_builtin_gc) MEM_STAT_INFO)))
695 #define ggc_alloc_cleared_VEC_c_saved_builtin_gc() ((struct VEC_c_saved_builtin_gc *)(ggc_internal_cleared_alloc_stat (sizeof (struct VEC_c_saved_builtin_gc) MEM_STAT_INFO))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gtype-desc.h 686 #define ggc_alloc_lazy_hex_fp_value_struct() ((struct lazy_hex_fp_value_struct *)(ggc_internal_alloc_stat (sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
687 #define ggc_alloc_cleared_lazy_hex_fp_value_struct() ((struct lazy_hex_fp_value_struct *)(ggc_internal_cleared_alloc_stat (sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
688 #define ggc_alloc_vec_lazy_hex_fp_value_struct(n) ((struct lazy_hex_fp_value_struct *)(ggc_internal_vec_alloc_stat (sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
689 #define ggc_alloc_cleared_vec_lazy_hex_fp_value_struct(n) ((struct lazy_hex_fp_value_struct *)(ggc_internal_cleared_vec_alloc_stat (sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
690 #define ggc_alloc_zone_lazy_hex_fp_value_struct(z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
691 #define ggc_alloc_zone_cleared_lazy_hex_fp_value_struct(z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_cleared_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
692 #define ggc_alloc_zone_vec_lazy_hex_fp_value_struct(n, z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_vec_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
693 #define ggc_alloc_zone_cleared_vec_lazy_hex_fp_value_struct(n, z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_cleared_vec_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
694 #define ggc_alloc_VEC_c_saved_builtin_gc() ((struct VEC_c_saved_builtin_gc *)(ggc_internal_alloc_stat (sizeof (struct VEC_c_saved_builtin_gc) MEM_STAT_INFO)))
695 #define ggc_alloc_cleared_VEC_c_saved_builtin_gc() ((struct VEC_c_saved_builtin_gc *)(ggc_internal_cleared_alloc_stat (sizeof (struct VEC_c_saved_builtin_gc) MEM_STAT_INFO))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gtype-desc.h 686 #define ggc_alloc_lazy_hex_fp_value_struct() ((struct lazy_hex_fp_value_struct *)(ggc_internal_alloc_stat (sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
687 #define ggc_alloc_cleared_lazy_hex_fp_value_struct() ((struct lazy_hex_fp_value_struct *)(ggc_internal_cleared_alloc_stat (sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
688 #define ggc_alloc_vec_lazy_hex_fp_value_struct(n) ((struct lazy_hex_fp_value_struct *)(ggc_internal_vec_alloc_stat (sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
689 #define ggc_alloc_cleared_vec_lazy_hex_fp_value_struct(n) ((struct lazy_hex_fp_value_struct *)(ggc_internal_cleared_vec_alloc_stat (sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
690 #define ggc_alloc_zone_lazy_hex_fp_value_struct(z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
691 #define ggc_alloc_zone_cleared_lazy_hex_fp_value_struct(z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_cleared_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
692 #define ggc_alloc_zone_vec_lazy_hex_fp_value_struct(n, z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_vec_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
693 #define ggc_alloc_zone_cleared_vec_lazy_hex_fp_value_struct(n, z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_cleared_vec_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
694 #define ggc_alloc_VEC_c_saved_builtin_gc() ((struct VEC_c_saved_builtin_gc *)(ggc_internal_alloc_stat (sizeof (struct VEC_c_saved_builtin_gc) MEM_STAT_INFO)))
695 #define ggc_alloc_cleared_VEC_c_saved_builtin_gc() ((struct VEC_c_saved_builtin_gc *)(ggc_internal_cleared_alloc_stat (sizeof (struct VEC_c_saved_builtin_gc) MEM_STAT_INFO))
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gtype-desc.h 686 #define ggc_alloc_lazy_hex_fp_value_struct() ((struct lazy_hex_fp_value_struct *)(ggc_internal_alloc_stat (sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
687 #define ggc_alloc_cleared_lazy_hex_fp_value_struct() ((struct lazy_hex_fp_value_struct *)(ggc_internal_cleared_alloc_stat (sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
688 #define ggc_alloc_vec_lazy_hex_fp_value_struct(n) ((struct lazy_hex_fp_value_struct *)(ggc_internal_vec_alloc_stat (sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
689 #define ggc_alloc_cleared_vec_lazy_hex_fp_value_struct(n) ((struct lazy_hex_fp_value_struct *)(ggc_internal_cleared_vec_alloc_stat (sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
690 #define ggc_alloc_zone_lazy_hex_fp_value_struct(z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
691 #define ggc_alloc_zone_cleared_lazy_hex_fp_value_struct(z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_cleared_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct) MEM_STAT_INFO)))
692 #define ggc_alloc_zone_vec_lazy_hex_fp_value_struct(n, z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_vec_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
693 #define ggc_alloc_zone_cleared_vec_lazy_hex_fp_value_struct(n, z) ((struct lazy_hex_fp_value_struct *)(ggc_internal_zone_cleared_vec_alloc_stat (z, sizeof (struct lazy_hex_fp_value_struct), n MEM_STAT_INFO)))
694 #define ggc_alloc_VEC_c_saved_builtin_gc() ((struct VEC_c_saved_builtin_gc *)(ggc_internal_alloc_stat (sizeof (struct VEC_c_saved_builtin_gc) MEM_STAT_INFO)))
695 #define ggc_alloc_cleared_VEC_c_saved_builtin_gc() ((struct VEC_c_saved_builtin_gc *)(ggc_internal_cleared_alloc_stat (sizeof (struct VEC_c_saved_builtin_gc) MEM_STAT_INFO))
    [all...]
  /external/clang/test/Driver/
x86_64-nacl-types.cpp 9 static_assert(alignof(short) == 2, "sizeof short is wrong");
12 static_assert(alignof(int) == 4, "sizeof int is wrong");
15 static_assert(sizeof(long) == 4, "sizeof long is wrong");
16 static_assert(sizeof(long) == 4, "alignof long is wrong");
18 static_assert(sizeof(long long) == 8, "sizeof long long is wrong wrong");
21 static_assert(sizeof(void*) == 4, "sizeof void * is wrong");
24 static_assert(sizeof(float) == 4, "sizeof float is wrong")
    [all...]
  /external/clang/test/Parser/
function-decls.c 6 X = sizeof(void (*(*)())());
7 X = sizeof(int(*)(int, float, ...));
8 X = sizeof(void (*(int arga, void (*argb)(double Y)))(void* Z));
  /external/clang/test/Sema/
warn-sizeof-array-decay.c 8 (void)sizeof(bar + 10); // expected-warning{{sizeof on pointer operation will return size of 'int *' instead of 'int [20]'}}
9 (void)sizeof(foo - 20); // expected-warning{{sizeof on pointer operation will return size of 'char *' instead of 'char [10]'}}
10 (void)sizeof(bar - x); // expected-warning{{sizeof on pointer operation will return size of 'int *' instead of 'int [20]'}}
11 (void)sizeof(foo + x); // expected-warning{{sizeof on pointer operation will return size of 'char *' instead of 'char [10]'}}
14 (void)sizeof(foo - qux); // no-warning
16 (void)sizeof(foo, x); // no-warnin
    [all...]
warn-sizeof-arrayarg.c 14 (void)sizeof(a); // \
15 // expected-warning{{sizeof on array function parameter will return size of 'int *' instead of 'int [10]'}}
16 (void)sizeof((((a)))); // \
17 // expected-warning{{sizeof on array function parameter will return size of 'int *' instead of 'int [10]'}}
18 (void)sizeof a; // \
19 // expected-warning{{sizeof on array function parameter will return size of 'int *' instead of 'int [10]'}}
20 (void)sizeof arr; // \
21 // expected-warning{{sizeof on array function parameter will return size of 'int *' instead of 'Arr' (aka 'int [10]')}}
25 (void)sizeof b;
27 (void)sizeof brr
    [all...]
expr-comma-c99.c 1 // RUN: %clang_cc1 %s -fsyntax-only -verify -std=c99 -Wno-sizeof-array-decay
10 int A[sizeof((foo().c)) == 17 ? 1 : -1];
11 int B[sizeof((a.c)) == 17 ? 1 : -1];
15 int X[sizeof(0, (foo().c)) == sizeof(char*) ? 1 : -1];
16 int Y[sizeof(0, (a,b).c) == sizeof(char*) ? 1 : -1];
17 int Z[sizeof(0, (a=b).c) == sizeof(char*) ? 1 : -1];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_sizes.py 11 self.assertEqual(1, sizeof(c_int8))
12 self.assertEqual(1, sizeof(c_uint8))
15 self.assertEqual(2, sizeof(c_int16))
16 self.assertEqual(2, sizeof(c_uint16))
19 self.assertEqual(4, sizeof(c_int32))
20 self.assertEqual(4, sizeof(c_uint32))
23 self.assertEqual(8, sizeof(c_int64))
24 self.assertEqual(8, sizeof(c_uint64))
27 self.assertEqual(sizeof(c_void_p), sizeof(c_size_t)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_sizes.py 11 self.assertEqual(1, sizeof(c_int8))
12 self.assertEqual(1, sizeof(c_uint8))
15 self.assertEqual(2, sizeof(c_int16))
16 self.assertEqual(2, sizeof(c_uint16))
19 self.assertEqual(4, sizeof(c_int32))
20 self.assertEqual(4, sizeof(c_uint32))
23 self.assertEqual(8, sizeof(c_int64))
24 self.assertEqual(8, sizeof(c_uint64))
27 self.assertEqual(sizeof(c_void_p), sizeof(c_size_t)
    [all...]
  /external/clang/test/Analysis/
malloc-sizeof.c 14 int *ip1 = malloc(sizeof(1));
15 int *ip2 = malloc(4 * sizeof(int));
17 long *lp1 = malloc(sizeof(short)); // expected-warning {{Result of 'malloc' is converted to a pointer of type 'long', which is incompatible with sizeof operand type 'short'}}
18 long *lp2 = malloc(5 * sizeof(double)); // expected-warning {{Result of 'malloc' is converted to a pointer of type 'long', which is incompatible with sizeof operand type 'double'}}
19 char *cp3 = malloc(5 * sizeof(char) + 2); // no warning
20 unsigned char *buf = malloc(readSize + sizeof(unsignedInt)); // no warning
22 struct A *ap1 = calloc(1, sizeof(struct A));
23 struct A *ap2 = calloc(2, sizeof(*ap1))
    [all...]
  /external/icu4c/samples/layout/
arraymem.h 12 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
14 #define ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
16 #define NEW_ARRAY(type,count) (type *) malloc((count) * sizeof(type))
20 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0])
  /external/chromium_org/third_party/libjingle/source/talk/base/
buffer_unittest.cc 52 Buffer buf(kTestData, sizeof(kTestData));
53 EXPECT_EQ(sizeof(kTestData), buf.length());
54 EXPECT_EQ(sizeof(kTestData), buf.capacity());
55 EXPECT_EQ(0, memcmp(buf.data(), kTestData, sizeof(kTestData)));
56 EXPECT_EQ(Buffer(kTestData, sizeof(kTestData)), buf);
60 Buffer buf(kTestData, sizeof(kTestData), 256U);
61 EXPECT_EQ(sizeof(kTestData), buf.length());
63 EXPECT_EQ(0, memcmp(buf.data(), kTestData, sizeof(kTestData)));
64 EXPECT_EQ(Buffer(kTestData, sizeof(kTestData)), buf);
68 Buffer buf1(kTestData, sizeof(kTestData), 256), buf2(buf1)
    [all...]
  /external/clang/test/CodeGen/
aarch64-type-sizes.c 6 return sizeof(short);
11 return sizeof(int);
17 return sizeof(long);
22 return sizeof(long long);
27 return sizeof(__int128);
32 return sizeof(__fp16);
37 return sizeof(float);
42 return sizeof(double);
47 return sizeof(long double);
52 return sizeof(float _Complex)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/
is_sorted.pass.cpp 28 unsigned sa = sizeof(a) / sizeof(a[0]);
35 unsigned sa = sizeof(a) / sizeof(a[0]);
40 unsigned sa = sizeof(a) / sizeof(a[0]);
45 unsigned sa = sizeof(a) / sizeof(a[0]);
50 unsigned sa = sizeof(a) / sizeof(a[0])
    [all...]
  /external/compiler-rt/lib/msan/lit_tests/Linux/
syscalls.cc 19 memset(buf, 0, sizeof(buf));
20 __msan_unpoison(buf, sizeof(buf));
26 __msan_unpoison(buf, sizeof(buf));
31 assert(__msan_test_shadow(buf, sizeof(buf)) == -1);
33 __msan_unpoison(buf, sizeof(buf));
40 assert(__msan_test_shadow(buf, sizeof(buf)) == kTen);
44 assert(__msan_test_shadow(buf, sizeof(buf)) == kTen);
48 assert(__msan_test_shadow(buf, sizeof(buf)) == kTen);
50 __msan_poison(buf, sizeof(buf));
52 assert(__msan_test_shadow(buf, sizeof(buf)) == sizeof(long) * 2)
    [all...]
  /external/e2fsprogs/config/
parse-types.sh 32 if (sizeof(__U8_TYPEDEF) != 1) {
33 printf("Sizeof(__U8__TYPEDEF) is %d should be 1\n",
34 sizeof(__U8_TYPEDEF));
41 if (sizeof(__S8_TYPEDEF) != 1) {
42 printf("Sizeof(_S8__TYPEDEF) is %d should be 1\n",
43 sizeof(__S8_TYPEDEF));
50 if (sizeof(__U16_TYPEDEF) != 2) {
51 printf("Sizeof(__U16__TYPEDEF) is %d should be 2\n",
52 sizeof(__U16_TYPEDEF));
59 if (sizeof(__S16_TYPEDEF) != 2)
    [all...]
  /external/clang/test/CXX/expr/expr.unary/expr.sizeof/
p1.cpp 13 x = sizeof(a->bitX); // expected-error {{invalid application of 'sizeof' to bit-field}}
14 x = sizeof((unsigned) a->bitX);
15 x = sizeof(a->foo(), a->bitX); // expected-error {{invalid application of 'sizeof' to bit-field}}
16 x = sizeof(a->var ? a->bitX : a->bitY); // expected-error {{invalid application of 'sizeof' to bit-field}}
17 x = sizeof(a->var ? a->bitX : a->bitX); // expected-error {{invalid application of 'sizeof' to bit-field}}
18 x = sizeof(a->bitX = 3); // expected-error {{invalid application of 'sizeof' to bit-field}
    [all...]
  /bionic/tests/
libc_logging_test.cpp 28 __libc_format_buffer(buf, sizeof(buf), "a");
31 __libc_format_buffer(buf, sizeof(buf), "%%");
34 __libc_format_buffer(buf, sizeof(buf), "01234");
37 __libc_format_buffer(buf, sizeof(buf), "a%sb", "01234");
41 __libc_format_buffer(buf, sizeof(buf), "a%sb", s);
44 __libc_format_buffer(buf, sizeof(buf), "aa%scc", "bb");
47 __libc_format_buffer(buf, sizeof(buf), "a%cc", 'b');
50 __libc_format_buffer(buf, sizeof(buf), "a%db", 1234);
53 __libc_format_buffer(buf, sizeof(buf), "a%db", -8123);
56 __libc_format_buffer(buf, sizeof(buf), "a%hdb", 0x7fff0010)
    [all...]

Completed in 1729 milliseconds

1 2 3 4 5 6 7 8 91011>>