Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 224) sorted by relevance

123456789

/glibc-2.36/benchtests/scripts/
Dbenchout.schema.json3 "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 …]
Dbenchout_strings.schema.json3 "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/
Dflexmember.h30 # 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/
Dsysconf.c26 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/
Daccess.c27 __access_noerrno (const char *file, int type) in __access_noerrno()
34 __access (const char *file, int type) in __access()
Deuidaccess.c23 __euidaccess (const char *file, int type) in __euidaccess()
/glibc-2.36/io/
Daccess.c24 __access_noerrno (const char *file, int type) in __access_noerrno()
31 __access (const char *file, int type) in __access()
Deuidaccess.c24 __euidaccess (const char *file, int type) in __euidaccess()
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dsysconf.c26 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/
Dtst-resolv-qtypes.c56 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/
Dmath-narrow-eval.h32 # define excess_precision(type) __builtin_types_compatible_p (type, float) argument
34 # define excess_precision(type) (__builtin_types_compatible_p (type, float) \ argument
Dstdio_ext.h8 #define __fsetlocking(fp, type) \ argument
/glibc-2.36/setjmp/
Dtst-setjmp-check.c26 #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/
Dhurdports.c32 #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/
Ddb-symbols.h24 #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/
Ddifftime.c25 #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/
Daccess.c24 __access (const char *file, int type) in __access()
/glibc-2.36/sysdeps/mach/hurd/htl/
Dpt-mutexattr-settype.c27 __pthread_mutexattr_settype (pthread_mutexattr_t *attrp, int type) in __pthread_mutexattr_settype()
/glibc-2.36/sunrpc/
Dtst-xdrmem.c144 #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.c23 __fsetlocking (FILE *fp, int type) in __fsetlocking()
/glibc-2.36/elf/
Dtst-auxvalmod.c23 getauxval_wrapper (unsigned long type, int *errnop) in getauxval_wrapper()
/glibc-2.36/htl/
Dpt-setcanceltype.c24 __pthread_setcanceltype (int type, int *oldtype) in __pthread_setcanceltype()
/glibc-2.36/socket/
Dopensock.c28 int type = SOCK_DGRAM | SOCK_CLOEXEC; in __opensock() local
Dsocket.c25 __socket (int domain, int type, int protocol) in __socket()
/glibc-2.36/sysdeps/ieee754/
Dk_standardf.c29 __kernel_standard_f (float x, float y, int type) in __kernel_standard_f()

123456789