Home
last modified time | relevance | path

Searched refs:DATA_LENGTH (Results 1 – 8 of 8) sorted by relevance

/third_party/libsnd/tests/
Dwrite_read_test.tpl41 #define DATA_LENGTH (1 << 12)
52 { double d [DATA_LENGTH] ;
53 float f [DATA_LENGTH] ;
54 int i [DATA_LENGTH] ;
55 short s [DATA_LENGTH] ;
56 char c [DATA_LENGTH] ;
458 gen_windowed_sine_double (orig_data.d, DATA_LENGTH, [+ (get "max_val") +]) ;
463 CONVERT_DATA (k, DATA_LENGTH, orig, orig_data.d) ;
529 items = DATA_LENGTH ;
699 gen_windowed_sine_double (orig_data.d, DATA_LENGTH, [+ (get "max_val") +]) ;
[all …]
Dmulti_file_test.c43 #define DATA_LENGTH (512) macro
49 static short data [DATA_LENGTH] ;
213 for (k = 0 ; k < DATA_LENGTH ; k++) in write_file_at_end()
216 frames = DATA_LENGTH / channels ; in write_file_at_end()
Dogg_test.c37 #define DATA_LENGTH (SAMPLE_RATE / 8) macro
40 { double d [DATA_LENGTH] ;
41 float f [DATA_LENGTH] ;
42 int i [DATA_LENGTH] ;
43 short s [DATA_LENGTH] ;
Dogg_opus_test.c37 #define DATA_LENGTH (SAMPLE_RATE / 8) macro
40 { double d [DATA_LENGTH] ;
41 float f [DATA_LENGTH] ;
42 int i [DATA_LENGTH] ;
43 short s [DATA_LENGTH] ;
Dcompression_size_test.c38 #define DATA_LENGTH (SAMPLE_RATE) macro
40 static float data_out [DATA_LENGTH] ;
/third_party/glib/gio/tests/
Dconverter-stream.c727 #define DATA_LENGTH 1000000 macro
753 data0 = g_malloc (DATA_LENGTH * sizeof (guint32)); in test_roundtrip()
754 for (i = 0; i < DATA_LENGTH; i++) in test_roundtrip()
758 DATA_LENGTH * sizeof (guint32), NULL); in test_roundtrip()
796 g_assert_cmpmem (data0, DATA_LENGTH * sizeof (guint32), in test_roundtrip()
1120 data0 = g_malloc (DATA_LENGTH * sizeof (guint32)); in test_truncation()
1121 for (i = 0; i < DATA_LENGTH; i++) in test_truncation()
1125 DATA_LENGTH * sizeof (guint32), NULL); in test_truncation()
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
Des2gears-a320.log146 VSC_PIPE[0].DATA_LENGTH: 0x3ffe0
151 VSC_PIPE[0x1].DATA_LENGTH: 0
156 VSC_PIPE[0x2].DATA_LENGTH: 0
161 VSC_PIPE[0x3].DATA_LENGTH: 0
166 VSC_PIPE[0x4].DATA_LENGTH: 0
171 VSC_PIPE[0x5].DATA_LENGTH: 0
176 VSC_PIPE[0x6].DATA_LENGTH: 0
181 VSC_PIPE[0x7].DATA_LENGTH: 0
441 !+ 0003ffe0 VSC_PIPE[0].DATA_LENGTH: 0x3ffe0
444 + 00000000 VSC_PIPE[0x1].DATA_LENGTH: 0
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dusettest.cpp1502 const int32_t DATA_LENGTH = UPRV_LENGTHOF(DATA); in TestInvalidCodePoint() local
1507 for (i=0; i<DATA_LENGTH; i+=4) { in TestInvalidCodePoint()