/glibc-2.36/stdlib/ |
D | tst-bsearch.c | 26 } arr[] = variable 40 #define narr (sizeof (arr) / sizeof (arr[0])) 68 key.val = arr[cnt].val; in do_test() 70 res = (struct item *) bsearch (&key, arr, narr, sizeof (arr[0]), comp); in do_test() 76 else if (res != &arr[cnt]) in do_test() 85 res = (struct item *) bsearch (&key, arr, narr, sizeof (arr[0]), comp); in do_test() 93 res = (struct item *) bsearch (&key, arr, narr, sizeof (arr[0]), comp); in do_test() 101 res = (struct item *) bsearch (&key, arr, 0, sizeof (arr[0]), comp); in do_test() 111 key.val = arr[cnt].val; in do_test() 113 res = (struct item *) bsearch (&key, &arr[5], 1, sizeof (arr[0]), comp); in do_test() [all …]
|
/glibc-2.36/debug/ |
D | backtrace-tst.c | 33 uint32_t arr[20]; in main() local 36 for (cnt = 0; cnt < sizeof (arr) / sizeof (arr[0]); ++cnt) in main() 37 arr[cnt] = random (); in main() 39 qsort (arr, sizeof (arr) / sizeof (arr[0]), sizeof (arr[0]), compare); in main() 41 for (cnt = 0; cnt < sizeof (arr) / sizeof (arr[0]); ++cnt) in main() 42 printf ("%" PRIx32 "\n", arr[cnt]); in main()
|
/glibc-2.36/benchtests/ |
D | bench-malloc-simple.c | 46 do_benchmark (malloc_args *args, int **arr) in do_benchmark() argument 58 arr[i] = malloc (size); in do_benchmark() 61 free (arr[i]); in do_benchmark() 75 int **arr = (int**)p; in thread_test() local 79 do_benchmark (&tests[2][i], arr); in thread_test() 88 int **arr = (int**) malloc (MAX_ALLOCS * sizeof (void*)); in bench() local 99 do_benchmark (&tests[0][i], arr); in bench() 104 do_benchmark (&tests[0][i], arr); in bench() 108 pthread_create (&t, NULL, thread_test, (void*)arr); in bench() 113 do_benchmark (&tests[1][i], arr); in bench() [all …]
|
D | bench-math-inlines.c | 220 do_one_test (json_ctx_t *json_ctx, proto_t test_fn, volatile double *arr, in do_one_test() argument 229 test_fn (arr, len, iters); in do_one_test()
|
/glibc-2.36/elf/ |
D | tst-relr-mod2.c | 28 void *arr[] = { ELEMS }; variable 40 for (int i = 0; i < array_length (arr); i++) in foo() 41 if (!((arr[i] == 0 && val[i] == 0) in foo() 42 || (arr[i] == &o && val[i] == 1) in foo() 43 || (arr[i] == &x && val[i] == 2))) in foo()
|
D | tst-relr-mod3a.c | 28 void *arr[] = { ELEMS }; variable 42 for (int i = 0; i < array_length (arr); i++) in foo() 43 if (!((arr[i] == 0 && val[i] == 0) in foo() 44 || (arr[i] == &o && val[i] == 1) in foo() 45 || (arr[i] == &x && val[i] == 2))) in foo()
|
D | tst-relr.c | 31 void *arr[] = { ELEMS }; variable 57 for (int i = 0; i < array_length (arr); i++) in do_test() 58 TEST_VERIFY ((arr[i] == 0 && val[i] == 0) in do_test() 59 || (arr[i] == &o && val[i] == 1) in do_test() 60 || (arr[i] == &x && val[i] == 2)); in do_test()
|
/glibc-2.36/malloc/ |
D | tst-trim1.c | 8 static void *arr[N]; variable 17 if ((arr[i] = malloc (size)) == NULL) in do_test() 24 memset (arr[i], size, size); in do_test() 36 free (arr[i]); in do_test()
|
/glibc-2.36/rt/ |
D | tst-aio6.c | 30 struct aiocb *arr[1]; in do_test() local 45 arr[0] = &cb; in do_test() 56 if (aio_read (arr[0]) < 0) in do_test() 74 if (aio_suspend ((const struct aiocb *const*) arr, 1, &timeout) != -1) in do_test()
|
D | tst-aio3.c | 47 struct aiocb *arr[1]; in do_test() local 66 arr[0] = &cb; in do_test() 79 if (lio_listio (LIO_NOWAIT, arr, 1, NULL) < 0) in do_test() 90 if (aio_suspend ((const struct aiocb *const *) arr, 1, NULL) < 0) in do_test()
|
D | tst-aio5.c | 61 struct aiocb *arr[1]; in do_test() local 75 arr[0] = &cb; in do_test() 94 if (aio_write (arr[0]) < 0) in do_test() 112 if (lio_listio (LIO_NOWAIT, arr, 1, &ev) < 0) in do_test()
|
D | tst-aio4.c | 65 struct aiocb *arr[1]; in do_test() local 93 arr[0] = &cb; in do_test() 124 if (aio_write (arr[0]) < 0) in do_test() 142 if (lio_listio (LIO_NOWAIT, arr, 1, &ev) < 0) in do_test()
|
D | tst-aio2.c | 48 struct aiocb *arr[1]; in do_test() local 67 arr[0] = &cb; in do_test() 80 if (lio_listio (LIO_WAIT, arr, 1, NULL) < 0) in do_test()
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_sincosf.h | 77 const uint32_t *arr = &__inv_pio4[(xi >> 26) & 15]; in reduce_large() local 84 res0 = xi * arr[0]; in reduce_large() 85 res1 = (uint64_t)xi * arr[4]; in reduce_large() 86 res2 = (uint64_t)xi * arr[8]; in reduce_large()
|
/glibc-2.36/setjmp/ |
D | jmpbug.c | 18 int arr[100]; in test() local 20 arr[77] = x; in test() 23 printf ("made it ok; %d\n", arr[77]); in test()
|
/glibc-2.36/iconvdata/ |
D | jisx0213.h | 30 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) argument
|
D | tcvn5712-1.c | 23 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) argument
|
D | cp1258.c | 24 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) argument
|
D | cp1255.c | 23 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) argument
|
/glibc-2.36/scripts/ |
D | gen-tunables.awk | 102 split($0, arr, ":") 103 attr = gensub(/^[ \t]+|[ \t]+$/, "", "g", arr[1]) 104 val = gensub(/^[ \t]+|[ \t]+$/, "", "g", arr[2])
|
/glibc-2.36/io/ |
D | tst-close_range.c | 209 is_in_array (int *arr, size_t len, int fd) in is_in_array() argument 213 if (arr[i] == fd) in is_in_array()
|
/glibc-2.36/locale/programs/ |
D | locale.c | 131 #define NELEMS(arr) ((sizeof (arr)) / (sizeof (arr[0]))) argument
|
/glibc-2.36/po/ |
D | fr.po | 4046 msgstr "le répertoire parent surveillé `%s` était %s, arrêt surveillance sur `%s`" 5031 msgstr "Point d'arrêt du process" 5055 msgstr "Le processus fils s'est arrêté" 5430 msgstr "Trappe pour point d'arrêt et de trace" 5442 msgstr "Processus arrêté" 5479 msgstr "Signal d'arrêt" 5971 msgstr "L'hôte cible est arrêté ou en panne"
|