Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/glibc-2.36/elf/
Dtestobj6.c6 obj6func1 (int a __attribute__ ((unused))) in obj6func1()
12 obj6func2 (int a) in obj6func2()
18 preload (int a) in preload()
Dnextmod3.c2 foo_v1 (int a) in foo_v1()
9 foo_v2 (int a) in foo_v2()
16 foo (int a) in foo()
Dtestobj1.c7 obj1func1 (int a __attribute__ ((unused))) in obj1func1()
13 obj1func2 (int a) in obj1func2()
19 preload (int a) in preload()
Dtestobj3.c8 obj3func1 (int a __attribute__ ((unused))) in obj3func1()
14 obj3func2 (int a) in obj3func2()
20 preload (int a) in preload()
Dtestobj4.c7 obj4func1 (int a __attribute__ ((unused))) in obj4func1()
13 obj4func2 (int a) in obj4func2()
19 preload (int a) in preload()
Dtestobj5.c8 obj5func1 (int a __attribute__ ((unused))) in obj5func1()
14 obj5func2 (int a) in obj5func2()
20 preload (int a) in preload()
Dtestobj2.c8 obj2func1 (int a __attribute__ ((unused))) in obj2func1()
14 obj2func2 (int a) in obj2func2()
20 preload (int a) in preload()
Dnodlopenmod.c1 int a = 42; variable
/glibc-2.36/include/
Dintprops.h169 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument
176 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ argument
183 #define INT_NEGATE_RANGE_OVERFLOW(a, min, max) \ argument
192 #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ argument
207 #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ argument
215 #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) \ argument
225 #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \ argument
269 # define _GL_ADD_OVERFLOW(a, b, min, max) \ argument
271 # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ argument
273 # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ argument
[all …]
/glibc-2.36/sysdeps/sparc/sparc64/fpu/multiarch/
Ds_finite-generic.S3 #define hidden_def(a) argument
5 #define weak_alias(a,b) argument
Ds_finitef-generic.S3 #define hidden_def(a) argument
5 #define weak_alias(a,b) argument
Ds_isinf-generic.S3 #define hidden_def(a) argument
5 #define weak_alias(a,b) argument
Ds_signbit-generic.S3 #define strong_alias(a, b) argument
5 #define hidden_def(a) argument
Ds_isinff-generic.S3 #define hidden_def(a) argument
5 #define weak_alias(a,b) argument
Ds_isnan-generic.S3 #define hidden_def(a) argument
5 #define weak_alias(a,b) argument
Ds_isnanf-generic.S3 #define hidden_def(a) argument
5 #define weak_alias(a,b) argument
Ds_lrint-generic.S3 #define weak_alias(a,b) argument
5 #define strong_alias(a,b) argument
Ds_lrintf-generic.S3 #define weak_alias(a,b) argument
5 #define strong_alias(a,b) argument
/glibc-2.36/sysdeps/ieee754/ldbl-64-128/
Ds_fpclassifyl.c4 #define weak_alias(n,a) argument
7 #define libm_hidden_def(a) argument
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n64/
Dposix_fadvise64.c19 #define weak_alias(a, b) argument
21 #define strong_alias(a, b) argument
/glibc-2.36/nptl/
Dtst-tls5moda.c4 static __thread char a [32] __attribute__ ((aligned (64))); variable
/glibc-2.36/stdio-common/
Dtst-scanf-round.c31 double a = strtod ("-0.1", NULL); in do_test() local
41 double a = strtod ("-0.1", NULL); in do_test() local
/glibc-2.36/soft-fp/
Dtestit.c20 double __negdf3(double a, double dummy) { return __negdf2(a); } in __negdf3()
21 double __sqrtdf3(double a, double dummy) { return __sqrtdf2(a); } in __sqrtdf3()
29 float __negsf3(float a, float dummy) { return __negsf2(a); } in __negsf3()
30 float __sqrtsf3(float a, float dummy) { return __sqrtsf2(a); } in __sqrtsf3()
56 double r_adddf3(double a, double b) { return a + b; } in r_adddf3()
57 double r_subdf3(double a, double b) { return a - b; } in r_subdf3()
58 double r_muldf3(double a, double b) { return a * b; } in r_muldf3()
59 double r_divdf3(double a, double b) { return a / b; } in r_divdf3()
60 double r_negdf3(double a, double b) { return -a; } in r_negdf3()
62 double r_sqrtdf3(double a, double b) { return sqrt(a); } in r_sqrtdf3()
[all …]
/glibc-2.36/locale/
Dxlocale.c22 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument
37 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument
45 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument
Dglobal-locale.c22 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument
43 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument
51 #define DEFINE_CATEGORY(category, category_name, items, a) \ argument

12345678910>>...24