/glibc-2.36/sysdeps/sparc/sparc32/ |
D | sub_n.S | 27 #define SIZE %o3 macro 45 add SIZE,-1,SIZE 51 cmp SIZE,2 ! if SIZE < 2 ... 56 addcc SIZE,-10,SIZE 88 addcc SIZE,-8,SIZE 96 addcc SIZE,8-2,SIZE 108 addcc SIZE,-2,SIZE 120 andcc SIZE,1,%g0 146 add SIZE,-1,SIZE 152 cmp SIZE,2 ! if SIZE < 2 ... [all …]
|
D | add_n.S | 27 #define SIZE %o3 macro 45 add SIZE,-1,SIZE 51 cmp SIZE,2 ! if SIZE < 2 ... 56 addcc SIZE,-10,SIZE 88 addcc SIZE,-8,SIZE 96 addcc SIZE,8-2,SIZE 108 addcc SIZE,-2,SIZE 120 andcc SIZE,1,%g0 149 LOC(2): cmp SIZE,1 160 add SIZE,-1,SIZE [all …]
|
/glibc-2.36/misc/ |
D | tst-tsearch.c | 36 #define SIZE 1000 macro 38 #define SIZE 100 macro 60 static int x[SIZE]; 64 static int y[SIZE]; 67 static int z[SIZE]; 71 static int depths[SIZE]; 107 for (i = 0; i < SIZE; ++i) in memfry() 112 j = random () % SIZE; in memfry() 252 for (i = 0; i < SIZE; ++i) in mangle_tree() 257 for (i = 0; i < SIZE + lag; ++i) in mangle_tree() [all …]
|
/glibc-2.36/stdio-common/ |
D | tst-sprintf.c | 21 #define SIZE (1024*70000) in do_test() macro 24 char *dst = malloc (SIZE + 1); in do_test() 33 sprintf (dst, "%*s", SIZE, ""); in do_test() 34 if (strnlen (dst, SIZE + 1) != SIZE) in do_test() 36 puts ("sprintf (dst, \"%*s\", " STR(SIZE) ", \"\") did not produce enough output"); in do_test()
|
D | tst-sscanf.c | 243 #define SIZE 131072 in do_test() macro 244 CHAR *s = malloc ((SIZE + 1) * sizeof (*s)); in do_test() 247 for (size_t i = 0; i < SIZE; i++) in do_test() 249 s[SIZE] = L('\0'); in do_test() 265 #undef SIZE in do_test()
|
/glibc-2.36/string/ |
D | tst-strcoll-overflow.c | 31 #define SIZE 0x40000000ul macro 38 char *p = malloc (SIZE); in do_test() 45 memset (p, 'x', SIZE - 1); in do_test() 46 p[SIZE - 1] = 0; in do_test()
|
/glibc-2.36/time/ |
D | test_time.c | 87 #define SIZE 256 in main() macro 88 char buffer[SIZE]; in main() 98 strftime (buffer, SIZE, "Today is %A, %B %d.\n", loctime); in main() 100 strftime (buffer, SIZE, "The time is %I:%M %p.\n", loctime); in main() 110 strftime (buffer, SIZE, "%D %T was %w the %jth.\n", loctime); in main()
|
/glibc-2.36/malloc/ |
D | tst-malloc-backtrace.c | 25 #define SIZE 4096 macro 47 void *ptr1 = malloc (SIZE); in do_test() 48 void *ptr2 = malloc (SIZE); in do_test() 54 ptr1 = malloc (SIZE); in do_test()
|
D | tst-alloc_buffer.c | 372 enum { SIZE = 23 }; in test_misaligned() enumerator 373 char *backing = xmalloc (SIZE + 2); in test_misaligned() 375 backing[SIZE + 1] = pad; in test_misaligned() 376 struct alloc_buffer refbuf = alloc_buffer_create (backing + 1, SIZE); in test_misaligned() 380 short *ptr = alloc_buffer_alloc_array (&buf, short, SIZE / sizeof (short)); in test_misaligned() 384 for (int i = 0; i < SIZE / sizeof (short); ++i) in test_misaligned() 394 (&buf, uint32_t, SIZE / sizeof (uint32_t)); in test_misaligned() 398 for (int i = 0; i < SIZE / sizeof (uint32_t); ++i) in test_misaligned() 433 TEST_VERIFY (backing[SIZE + 1] == pad); in test_misaligned()
|
/glibc-2.36/manual/examples/ |
D | strftim.c | 21 #define SIZE 256 macro 26 char buffer[SIZE]; in main() 41 strftime (buffer, SIZE, "Today is %A, %B %d.\n", loctime); in main() 43 strftime (buffer, SIZE, "The time is %I:%M %p.\n", loctime); in main()
|
/glibc-2.36/elf/ |
D | tst-tls-ie-mod.h | 32 __thread char VAR[SIZE]; 37 printf (STR (VAR) "[%d]:\t %p .. %p " MODEL "\n", SIZE, VAR, VAR + SIZE); in CONCAT() 39 memset (VAR, 1, SIZE); in CONCAT()
|
/glibc-2.36/libio/ |
D | tst-widetext.c | 30 #define SIZE 210000 macro 37 char mbbuf[SIZE]; in do_test() 38 char mb2buf[SIZE]; in do_test() 39 wchar_t wcbuf[SIZE]; in do_test() 40 wchar_t wc2buf[SIZE]; in do_test() 54 mbsize = fread (mbbuf, 1, SIZE, stdin); in do_test() 113 assert (wcsize + 1 <= SIZE); in do_test()
|
/glibc-2.36/benchtests/ |
D | bench-math-inlines.c | 19 #define SIZE 1024 macro 239 static volatile double arr1[SIZE]; 240 static volatile double arr2[SIZE]; 257 for (i = 0; i < SIZE; i++) in test_main() 269 do_one_test (&json_ctx, test_list[i].fn, arr2, SIZE, "inf/nan"); in test_main() 276 do_one_test (&json_ctx, test_list[i].fn, arr1, SIZE, "normal"); in test_main()
|
/glibc-2.36/stdlib/ |
D | tst-strtod-overflow.c | 26 #define SIZE 214748364 macro 32 ("0", 1, 1 + SIZE + sizeof (EXPONENT)); in do_test() 40 memcpy (p + 1 + SIZE, EXPONENT, sizeof (EXPONENT)); in do_test()
|
/glibc-2.36/sysdeps/i386/ |
D | addmul_1.S | 26 #define SIZE S1+4 macro 27 #define S2LIMB SIZE+4 50 movl SIZE(%esp), %sizeP
|
D | mul_1.S | 26 #define SIZE S1+4 macro 27 #define S2LIMB SIZE+4 50 movl SIZE(%esp), %size
|
D | submul_1.S | 26 #define SIZE S1+4 macro 27 #define S2LIMB SIZE+4 52 movl SIZE(%esp), %sizeP
|
D | lshift.S | 25 #define SIZE S+4 macro 26 #define CNT SIZE+4 42 movl SIZE(%esp),%edx
|
D | rshift.S | 25 #define SIZE S+4 macro 26 #define CNT SIZE+4 42 movl SIZE(%esp),%edx
|
/glibc-2.36/sysdeps/i386/i586/ |
D | mul_1.S | 26 #define SIZE S1+4 macro 27 #define S2LIMB SIZE+4 50 movl SIZE(%esp), %size
|
D | addmul_1.S | 26 #define SIZE S1+4 macro 27 #define S2LIMB SIZE+4 50 movl SIZE(%esp), %size
|
D | submul_1.S | 26 #define SIZE S1+4 macro 27 #define S2LIMB SIZE+4 50 movl SIZE(%esp), %size
|
/glibc-2.36/sysdeps/unix/sysv/linux/i386/ |
D | clone3.S | 44 #define SIZE 8 macro 75 movl (SIZE + 8)(%esp), %ecx
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | htm.h | 72 #define _TEXASRU_EXTRACT_BITS(TEXASR,BITNUM,SIZE) \ argument 73 (((TEXASR) >> (31-(BITNUM))) & ((1<<(SIZE))-1))
|
/glibc-2.36/iconv/ |
D | tst-iconv5.c | 24 #define SIZE 256 /* enough room for conversion */ macro 30 char str2[SIZE];
|