Searched refs:protitcpt (Results 1 – 5 of 5) sorted by relevance
21 protitcpt (void) in protitcpt() function30 return protitcpt () + 0x10000000; in callitcpt3()36 return protitcpt; in getitcpt3()
60 protitcpt (void) in protitcpt() function69 return protitcpt () + 0x100000; in callitcpt1()75 return protitcpt; in getitcpt1()
61 protitcpt (void) in protitcpt() function70 return protitcpt () + 0x1000000; in callitcpt2()76 return protitcpt; in getitcpt2()
121 if (protitcpt != getitcpt3 ()) in do_test()124 &protitcpt, getitcpt3 ()); in do_test()127 if (protitcpt == getitcpt1 ()) in do_test()132 if (protitcpt == getitcpt2 ()) in do_test()142 val = protitcpt () + getitcpt1 () () + getitcpt2 () () + getitcpt3 () (); in do_test()149 val = protitcpt () + callitcpt1 () + callitcpt2 () + callitcpt3 (); in do_test()
25 extern int protitcpt (void);
Completed in 4 milliseconds