Searched refs:VG_MSG_SIGNED (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c168 #define VG_MSG_SIGNED 1 /* The value is signed. */ macro
283 if ((flags & VG_MSG_SIGNED) && (Long)p < 0) {
434 flags |= VG_MSG_SIGNED;
H A Dhackedbz2.c1023 #define VG_MSG_SIGNED 1 /* The value is signed. */ macro
1093 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
1203 flags |= VG_MSG_SIGNED;
/external/valgrind/main/coregrind/
H A Dm_debuglog.c555 #define VG_MSG_SIGNED 1 /* The value is signed. */ macro
670 if ((flags & VG_MSG_SIGNED) && (Long)p < 0) {
820 flags |= VG_MSG_SIGNED;
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c132 #define VG_MSG_SIGNED 1 /* The value is signed. */ macro
202 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
312 flags |= VG_MSG_SIGNED;
H A Dtest_ppc_jm1.c350 #define VG_MSG_SIGNED 1 /* The value is signed. */ macro
420 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
530 flags |= VG_MSG_SIGNED;
H A Dtest_bzip2.c1001 #define VG_MSG_SIGNED 1 /* The value is signed. */ macro
1071 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
1181 flags |= VG_MSG_SIGNED;
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c1016 #define VG_MSG_SIGNED 1 /* The value is signed. */ macro
1086 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
1196 flags |= VG_MSG_SIGNED;
H A Dvarinfo6.c1054 #define VG_MSG_SIGNED 1 /* The value is signed. */ macro
1124 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
1234 flags |= VG_MSG_SIGNED;
/external/valgrind/main/perf/
H A Dbz2.c1016 #define VG_MSG_SIGNED 1 /* The value is signed. */ macro
1086 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
1196 flags |= VG_MSG_SIGNED;

Completed in 214 milliseconds