Searched refs:x (Results 1 – 17 of 17) sorted by relevance
3 extern int foo (int x);6 bar (int x) in bar() argument10 x = foo (x - 4); in bar()12 return x; in bar()
24 #define CONCATX(x, y) x ## y argument25 #define CONCAT(x, y) CONCATX (x, y) argument26 #define STRX(x) #x argument27 #define STR(x) STRX (x) argument
5 mod3fn1 (int x) in mod3fn1() argument8 return x + 6; in mod3fn1()12 mod3fn2 (int x) in mod3fn2() argument15 return mod3fn1 (x / 2) * 2; in mod3fn2()
6 baz (int x) in baz() argument12 bar (int x) in bar() argument15 return baz (x + 1) + 2; in bar()
4 foo (int x) in foo() argument7 return x * 2; in foo()
4 baz (int x) in baz() argument7 return x * 4; in baz()
6 foo (int x) in foo() argument9 return bar (x / 2) + 2; in foo()
1 int x; variable
1 int __thread x; variable
37 __thread int x; variable
40 run_ldconfig (void *x __attribute__((unused))) in run_ldconfig() argument
280 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)
919 static size_t nextprime (size_t x) in nextprime() argument922 if (primes[i] >= x) in nextprime()924 return x; in nextprime()
89 #define STRING(x) __STRING (x) argument
Completed in 25 milliseconds