Home
last modified time | relevance | path

Searched refs:x (Results 1 – 17 of 17) sorted by relevance

/elf/
A Dunload3mod4.c3 extern int foo (int x);
6 bar (int x) in bar() argument
10 x = foo (x - 4); in bar()
12 return x; in bar()
A Dtst-tls-ie-mod.h24 #define CONCATX(x, y) x ## y argument
25 #define CONCAT(x, y) CONCATX (x, y) argument
26 #define STRX(x) #x argument
27 #define STR(x) STRX (x) argument
A Dunload4mod3.c5 mod3fn1 (int x) in mod3fn1() argument
8 return x + 6; in mod3fn1()
12 mod3fn2 (int x) in mod3fn2() argument
15 return mod3fn1 (x / 2) * 2; in mod3fn2()
A Dunload4mod4.c6 baz (int x) in baz() argument
12 bar (int x) in bar() argument
15 return baz (x + 1) + 2; in bar()
A Dunload3mod3.c4 foo (int x) in foo() argument
7 return x * 2; in foo()
A Dunload4mod2.c4 baz (int x) in baz() argument
7 return x * 4; in baz()
A Dunload4mod1.c6 foo (int x) in foo() argument
9 return bar (x / 2) + 2; in foo()
A Dunload7mod2.c1 int x; variable
A Dnodel2mod3.c1 int x; variable
A Dreldep8mod3.c1 int x; variable
A Dreldep9mod3.c1 int x; variable
A Dtst-tls21mod.c1 int __thread x; variable
A Dtst-dlopen-tlsmodid.h37 __thread int x; variable
A Dtst-ldconfig-ld_so_conf-update.c40 run_ldconfig (void *x __attribute__((unused))) in run_ldconfig() argument
A DMakefile280 one-hundred = $(foreach x,0 1 2 3 4 5 6 7 8 9, \
281 0$x 1$x 2$x 3$x 4$x 5$x 6$x 7$x 8$x 9$x)
A Dcache.c919 static size_t nextprime (size_t x) in nextprime() argument
922 if (primes[i] >= x) in nextprime()
924 return x; in nextprime()
A Ddl-load.c89 #define STRING(x) __STRING (x) argument

Completed in 25 milliseconds