Searched refs:VG_UNDEF (Results 1 – 1 of 1) sorted by relevance
/external/libopus/tests/ |
D | test_opus_api.c | 59 #define VG_UNDEF(x,y) VALGRIND_MAKE_MEM_UNDEFINED((x),(y)) macro 62 #define VG_UNDEF(x,y) macro 125 VG_UNDEF(&err,sizeof(err)); in test_dec_api() 141 VG_UNDEF(&err,sizeof(err)); in test_dec_api() 152 VG_UNDEF(&dec_final_range,sizeof(dec_final_range)); in test_dec_api() 166 VG_UNDEF(&i,sizeof(i)); in test_dec_api() 174 VG_UNDEF(&i,sizeof(i)); in test_dec_api() 184 VG_UNDEF(&i,sizeof(i)); in test_dec_api() 188 VG_UNDEF(packet,sizeof(packet)); in test_dec_api() 192 VG_UNDEF(&i,sizeof(i)); in test_dec_api() [all …]
|