Home
last modified time | relevance | path

Searched defs:arr (Results 1 – 21 of 21) sorted by relevance

/glibc-2.36/malloc/
Dtst-trim1.c8 static void *arr[N]; variable
/glibc-2.36/setjmp/
Djmpbug.c18 int arr[100]; in test() local
/glibc-2.36/iconvdata/
Djisx0213.h30 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) argument
Dcp1258.c24 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) argument
Dtcvn5712-1.c23 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) argument
Dcp1255.c23 #define NELEMS(arr) (sizeof (arr) / sizeof (arr[0])) argument
/glibc-2.36/rt/
Dtst-aio6.c30 struct aiocb *arr[1]; in do_test() local
Dtst-aio3.c47 struct aiocb *arr[1]; in do_test() local
Dtst-aio2.c48 struct aiocb *arr[1]; in do_test() local
Dtst-aio5.c61 struct aiocb *arr[1]; in do_test() local
Dtst-aio4.c65 struct aiocb *arr[1]; in do_test() local
/glibc-2.36/debug/
Dbacktrace-tst.c33 uint32_t arr[20]; in main() local
/glibc-2.36/benchtests/
Dbench-malloc-simple.c46 do_benchmark (malloc_args *args, int **arr) in do_benchmark()
75 int **arr = (int**)p; in thread_test() local
88 int **arr = (int**) malloc (MAX_ALLOCS * sizeof (void*)); in bench() local
Dbench-math-inlines.c220 do_one_test (json_ctx_t *json_ctx, proto_t test_fn, volatile double *arr, in do_one_test()
/glibc-2.36/elf/
Dtst-relr.c31 void *arr[] = { ELEMS }; variable
Dtst-relr-mod2.c28 void *arr[] = { ELEMS }; variable
Dtst-relr-mod3a.c28 void *arr[] = { ELEMS }; variable
/glibc-2.36/stdlib/
Dtst-bsearch.c26 } arr[] = variable
/glibc-2.36/sysdeps/ieee754/flt-32/
Ds_sincosf.h77 const uint32_t *arr = &__inv_pio4[(xi >> 26) & 15]; in reduce_large() local
/glibc-2.36/io/
Dtst-close_range.c209 is_in_array (int *arr, size_t len, int fd) in is_in_array()
/glibc-2.36/locale/programs/
Dlocale.c131 #define NELEMS(arr) ((sizeof (arr)) / (sizeof (arr[0]))) argument