Searched refs:test_limit (Results 1 – 2 of 2) sorted by relevance
9 static int test_limit(void) in test_limit() function42 ret += test_limit(); in main()
1092 #define F_MIDI_OPT(name, test_limit, limit) \ argument1122 if (test_limit && num > limit) { \1136 #define F_MIDI_OPT_SIGNED(name, test_limit, limit) \ argument1166 if (test_limit && num > limit) { \