Searched refs:NUM_FUNCTIONS (Results 1 – 4 of 4) sorted by relevance
28 #define NUM_FUNCTIONS 4 macro33 void *addresses[NUM_FUNCTIONS]; in fn()47 if (n < NUM_FUNCTIONS) in fn()
32 #define NUM_FUNCTIONS 6 macro39 void *addresses[NUM_FUNCTIONS]; in handle_signal()49 n, NUM_FUNCTIONS); in handle_signal()51 if (n < NUM_FUNCTIONS) in handle_signal()
28 #define NUM_FUNCTIONS 4 macro33 void *addresses[NUM_FUNCTIONS]; in fn1()42 if (n < NUM_FUNCTIONS) in fn1()
37 #define NUM_FUNCTIONS 7 macro42 void *addresses[NUM_FUNCTIONS]; in handle_signal()51 if (n < NUM_FUNCTIONS) in handle_signal()95 for (int j = 0; j < NUM_FUNCTIONS; j++) in handle_signal()
Completed in 10 milliseconds