Lines Matching refs:rc
34 int rc = 0; in do_sysconf() local
44 rc = 1; in do_sysconf()
47 return rc; in do_sysconf()
53 int rc = 0; in do_test() local
55 rc += call_str (do_sysconf, _SC_LEVEL1_ICACHE_SIZE); in do_test()
56 rc += call_str (do_sysconf, _SC_LEVEL1_ICACHE_ASSOC); in do_test()
57 rc += call_str (do_sysconf, _SC_LEVEL1_ICACHE_LINESIZE); in do_test()
58 rc += call_str (do_sysconf, _SC_LEVEL1_DCACHE_SIZE); in do_test()
59 rc += call_str (do_sysconf, _SC_LEVEL1_DCACHE_ASSOC); in do_test()
60 rc += call_str (do_sysconf, _SC_LEVEL1_DCACHE_LINESIZE); in do_test()
61 rc += call_str (do_sysconf, _SC_LEVEL2_CACHE_SIZE); in do_test()
62 rc += call_str (do_sysconf, _SC_LEVEL2_CACHE_ASSOC); in do_test()
63 rc += call_str (do_sysconf, _SC_LEVEL2_CACHE_LINESIZE); in do_test()
64 rc += call_str (do_sysconf, _SC_LEVEL3_CACHE_SIZE); in do_test()
65 rc += call_str (do_sysconf, _SC_LEVEL3_CACHE_ASSOC); in do_test()
66 rc += call_str (do_sysconf, _SC_LEVEL3_CACHE_LINESIZE); in do_test()
68 if (rc) in do_test()