Searched refs:rpathx_value (Results 1 – 5 of 5) sorted by relevance
1 extern int rpathx_value (void);2 int rpathy_value () { return 10 * rpathx_value () + 7; } in rpathy_value()
1 extern int rpathx_value (void);2 int main () { return !(rpathx_value () == 5); } in main()
1 extern int rpathx_value (void);3 int rpathz_value () { return 1000 * rpathx_value () + 3 * rpathy_value (); } in rpathz_value()
1 int rpathx_value () { return 5; } in rpathx_value() function
27 * rpathlx/usex.c (rpathx_value): Likewise.32 * rpathy/rpathy.c (rpathx_value): Likewise.33 * rpathz/rpathz.c (rpathx_value, rpathy_value): Likewise.