Searched refs:BUFFER_LENGTH (Results 1 – 5 of 5) sorted by relevance
38 #define BUFFER_LENGTH 10000 macro47 static short short_data [BUFFER_LENGTH] ;48 static int int_data [BUFFER_LENGTH] ;49 static float float_data [BUFFER_LENGTH] ;50 static double double_data [BUFFER_LENGTH] ;94 short input [BUFFER_LENGTH] ; in short_lrw_test()98 exit_if_true (BUFFER_LENGTH > out_len, "\n\nLine %d: Bad array length.\n", __LINE__) ; in short_lrw_test()140 int input [BUFFER_LENGTH] ; in int_lrw_test()144 exit_if_true (BUFFER_LENGTH > out_len, "\n\nLine %d: Bad array length.\n", __LINE__) ; in int_lrw_test()186 float input [BUFFER_LENGTH] ; in float_lrw_test()[all …]
34 #define BUFFER_LENGTH 100 macro