Searched refs:test_limit (Results 1 – 2 of 2) sorted by relevance
10 static void test_limit(void) in test_limit() function39 test_limit(); in main()
1097 #define F_MIDI_OPT(name, test_limit, limit) \ argument1127 if (test_limit && num > limit) { \1141 #define F_MIDI_OPT_SIGNED(name, test_limit, limit) \ argument1171 if (test_limit && num > limit) { \