/glibc-2.36/benchtests/scripts/ |
D | benchout.schema.json | 3 "type": "object", string 6 "type": "string" string 10 "type": "object", string 14 "type": "object", string 18 "type": "object", string 20 "duration": {"type": "number"}, string 21 "iterations": {"type": "number"}, string 22 "throughput": {"type": "number"}, string 23 "max": {"type": "number"}, string 24 "min": {"type": "number"}, string [all …]
|
D | benchout_strings.schema.json | 3 "type": "object", string 6 "type": "string" string 10 "type": "object", string 14 "type": "object", string 16 "bench-variant": {"type": "string"}, string 18 "type": "array", string 19 "items": {"type": "string"} string 22 "type": "array", string 24 "type": "object", string 27 "type": "array", string [all …]
|
/glibc-2.36/posix/ |
D | flexmember.h | 30 # define FLEXALIGNOF(type) (sizeof (type) & ~ (sizeof (type) - 1)) argument 32 # define FLEXALIGNOF(type) _Alignof (type) argument 57 #define FLEXSIZEOF(type, member, n) \ argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/ |
D | sysconf.c | 26 getauxval2_einval (unsigned long int type, unsigned long int *result) in getauxval2_einval() 37 sysconf_get_cache_associativity (unsigned long type) in sysconf_get_cache_associativity() 48 sysconf_get_cache_linesize (unsigned long type) in sysconf_get_cache_linesize() 59 sysconf_get_cache_size (unsigned long type) in sysconf_get_cache_size()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | access.c | 27 __access_noerrno (const char *file, int type) in __access_noerrno() 34 __access (const char *file, int type) in __access()
|
D | euidaccess.c | 23 __euidaccess (const char *file, int type) in __euidaccess()
|
/glibc-2.36/io/ |
D | access.c | 24 __access_noerrno (const char *file, int type) in __access_noerrno() 31 __access (const char *file, int type) in __access()
|
D | euidaccess.c | 24 __euidaccess (const char *file, int type) in __euidaccess()
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | sysconf.c | 26 auxv2sysconf_cache_associativity (unsigned long type) in auxv2sysconf_cache_associativity() 32 auxv2sysconf_cache_linesize (unsigned long type) in auxv2sysconf_cache_linesize()
|
/glibc-2.36/resolv/ |
D | tst-resolv-qtypes.c | 56 wrap_res_query (int type, unsigned char *answer, int answer_length) in wrap_res_query() 62 wrap_res_search (int type, unsigned char *answer, int answer_length) in wrap_res_search() 68 wrap_res_querydomain (int type, unsigned char *answer, int answer_length) in wrap_res_querydomain() 75 wrap_res_send (int type, unsigned char *answer, int answer_length) in wrap_res_send() 92 wrap_res_nquery (int type, unsigned char *answer, int answer_length) in wrap_res_nquery() 98 wrap_res_nsearch (int type, unsigned char *answer, int answer_length) in wrap_res_nsearch() 104 wrap_res_nquerydomain (int type, unsigned char *answer, int answer_length) in wrap_res_nquerydomain() 111 wrap_res_nsend (int type, unsigned char *answer, int answer_length) in wrap_res_nsend() 128 test_function (const char *fname, in test_function() 136 for (unsigned int type = 1; type <= 65535; ++type) in test_function() local
|
/glibc-2.36/include/ |
D | math-narrow-eval.h | 32 # define excess_precision(type) __builtin_types_compatible_p (type, float) argument 34 # define excess_precision(type) (__builtin_types_compatible_p (type, float) \ argument
|
D | stdio_ext.h | 8 #define __fsetlocking(fp, type) \ argument
|
/glibc-2.36/setjmp/ |
D | tst-setjmp-check.c | 26 #define TEST_SIZE(type, size) \ argument 30 #define TEST_ALIGN(type, align) \ argument 34 #define TEST_OFFSET(type, member, offset) \ argument
|
/glibc-2.36/hurd/ |
D | hurdports.c | 32 #define GET(type, what, idx) \ argument 41 #define SET(type, what, idx) \ argument 44 #define GETSET(type, what, idx) \ argument
|
/glibc-2.36/nptl_db/ |
D | db-symbols.h | 24 #define DB_STRUCT(type) \ argument 26 #define DB_STRUCT_FIELD(type, field) \ argument 28 #define DB_STRUCT_FLEXIBLE_ARRAY(type, field) DB_STRUCT_FIELD (type, field) argument
|
/glibc-2.36/time/ |
D | difftime.c | 25 #define TYPE_BITS(type) (sizeof (type) * CHAR_BIT) argument 26 #define TYPE_FLOATING(type) ((type) 0.5 == 0.5) argument 27 #define TYPE_SIGNED(type) ((type) -1 < 0) argument
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | access.c | 24 __access (const char *file, int type) in __access()
|
/glibc-2.36/sysdeps/mach/hurd/htl/ |
D | pt-mutexattr-settype.c | 27 __pthread_mutexattr_settype (pthread_mutexattr_t *attrp, int type) in __pthread_mutexattr_settype()
|
/glibc-2.36/sunrpc/ |
D | tst-xdrmem.c | 144 #define T(type, val) \ in do_test() argument 152 #define S(type, val) T(type, val) in do_test() argument 162 #define T(type, val) \ in do_test() argument 176 #define S(type, val) \ in do_test() argument
|
/glibc-2.36/libio/ |
D | __fsetlocking.c | 23 __fsetlocking (FILE *fp, int type) in __fsetlocking()
|
/glibc-2.36/elf/ |
D | tst-auxvalmod.c | 23 getauxval_wrapper (unsigned long type, int *errnop) in getauxval_wrapper()
|
/glibc-2.36/htl/ |
D | pt-setcanceltype.c | 24 __pthread_setcanceltype (int type, int *oldtype) in __pthread_setcanceltype()
|
/glibc-2.36/socket/ |
D | opensock.c | 28 int type = SOCK_DGRAM | SOCK_CLOEXEC; in __opensock() local
|
D | socket.c | 25 __socket (int domain, int type, int protocol) in __socket()
|
/glibc-2.36/sysdeps/ieee754/ |
D | k_standardf.c | 29 __kernel_standard_f (float x, float y, int type) in __kernel_standard_f()
|