Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 25 of 78) sorted by relevance

1234

/glibc-2.36/sysdeps/sparc/sparc32/
Dsub_n.S27 #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 …]
Dadd_n.S27 #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/
Dtst-tsearch.c36 #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/
Dtst-sprintf.c21 #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()
Dtst-sscanf.c243 #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/
Dtst-strcoll-overflow.c31 #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/
Dtest_time.c87 #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/
Dtst-malloc-backtrace.c25 #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()
Dtst-alloc_buffer.c372 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/
Dstrftim.c21 #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/
Dtst-tls-ie-mod.h32 __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/
Dtst-widetext.c30 #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/
Dbench-math-inlines.c19 #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/
Dtst-strtod-overflow.c26 #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/
Daddmul_1.S26 #define SIZE S1+4 macro
27 #define S2LIMB SIZE+4
50 movl SIZE(%esp), %sizeP
Dmul_1.S26 #define SIZE S1+4 macro
27 #define S2LIMB SIZE+4
50 movl SIZE(%esp), %size
Dsubmul_1.S26 #define SIZE S1+4 macro
27 #define S2LIMB SIZE+4
52 movl SIZE(%esp), %sizeP
Dlshift.S25 #define SIZE S+4 macro
26 #define CNT SIZE+4
42 movl SIZE(%esp),%edx
Drshift.S25 #define SIZE S+4 macro
26 #define CNT SIZE+4
42 movl SIZE(%esp),%edx
/glibc-2.36/sysdeps/i386/i586/
Dmul_1.S26 #define SIZE S1+4 macro
27 #define S2LIMB SIZE+4
50 movl SIZE(%esp), %size
Daddmul_1.S26 #define SIZE S1+4 macro
27 #define S2LIMB SIZE+4
50 movl SIZE(%esp), %size
Dsubmul_1.S26 #define SIZE S1+4 macro
27 #define S2LIMB SIZE+4
50 movl SIZE(%esp), %size
/glibc-2.36/sysdeps/unix/sysv/linux/i386/
Dclone3.S44 #define SIZE 8 macro
75 movl (SIZE + 8)(%esp), %ecx
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dhtm.h72 #define _TEXASRU_EXTRACT_BITS(TEXASR,BITNUM,SIZE) \ argument
73 (((TEXASR) >> (31-(BITNUM))) & ((1<<(SIZE))-1))
/glibc-2.36/iconv/
Dtst-iconv5.c24 #define SIZE 256 /* enough room for conversion */ macro
30 char str2[SIZE];

1234