Home
last modified time | relevance | path

Searched defs:attrs (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/include/
Dlibc-symbols.h517 # define __hidden_proto_hiddenattr(attrs...) \ argument
519 # define hidden_proto(name, attrs...) \ argument
521 # define hidden_proto_alias(name, alias, attrs...) \ argument
523 # define hidden_tls_proto(name, attrs...) \ argument
525 # define __hidden_proto(name, thread, internal, attrs...) \ argument
528 # define __hidden_proto_alias(name, thread, internal, attrs...) \ argument
588 # define __hidden_proto_hiddenattr(attrs...) \ argument
590 # define hidden_proto(name, attrs...) \ argument
592 # define hidden_proto_alias(name, alias, attrs...) \ argument
594 # define hidden_tls_proto(name, attrs...) \ argument
[all …]
/glibc-2.36/sysdeps/m68k/m680x0/fpu/
Dmathimpl.h37 #define __m81_defun(rettype, func, args, attrs) \ argument
46 # define __inline_mathop(func, op, attrs) \ argument
51 #define __inline_mathop1(float_type,func, op, attrs) \ argument
231 #define __inline_mathop(func, op, attrs) \ argument
236 #define __inline_mathop1(float_type,func, op, attrs) \ argument
/glibc-2.36/include/sys/
Dcdefs.h33 # define libc_hidden_ldbl_proto(func, attrs...) \ argument
/glibc-2.36/benchtests/scripts/
Dcompare_strings.py86 def process_results(results, attrs, funcs, base_func, graph, no_diff, no_header): argument