Home
last modified time | relevance | path

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

/external/libopus/tests/
Dtest_opus_api.c59 #define VG_UNDEF(x,y) VALGRIND_MAKE_MEM_UNDEFINED((x),(y)) macro
62 #define VG_UNDEF(x,y) macro
126 VG_UNDEF(&err,sizeof(err)); in test_dec_api()
142 VG_UNDEF(&err,sizeof(err)); in test_dec_api()
153 VG_UNDEF(&dec_final_range,sizeof(dec_final_range)); in test_dec_api()
167 VG_UNDEF(&i,sizeof(i)); in test_dec_api()
175 VG_UNDEF(&i,sizeof(i)); in test_dec_api()
185 VG_UNDEF(&i,sizeof(i)); in test_dec_api()
189 VG_UNDEF(packet,sizeof(packet)); in test_dec_api()
193 VG_UNDEF(&i,sizeof(i)); in test_dec_api()
[all …]