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()
1083 #define F_MIDI_OPT(name, test_limit, limit) \ argument1113 if (test_limit && num > limit) { \1127 #define F_MIDI_OPT_SIGNED(name, test_limit, limit) \ argument1157 if (test_limit && num > limit) { \