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

/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c169 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */ macro
313 buf[ind] = (flags & VG_MSG_ZJUSTIFY) ? '0': ' ';
391 flags |= VG_MSG_ZJUSTIFY;
H A Dhackedbz2.c1024 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */ macro
1119 buf[ind] = ((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
1188 flags |= VG_MSG_ZJUSTIFY;
/external/valgrind/main/coregrind/
H A Dm_debuglog.c451 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */ macro
595 buf[ind] = (flags & VG_MSG_ZJUSTIFY) ? '0': ' ';
672 flags |= VG_MSG_ZJUSTIFY;
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c133 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */ macro
228 buf[ind] = toHChar((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
297 flags |= VG_MSG_ZJUSTIFY;
H A Dtest_ppc_jm1.c351 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */ macro
446 buf[ind] = ((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
515 flags |= VG_MSG_ZJUSTIFY;
H A Dtest_bzip2.c1002 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */ macro
1097 buf[ind] = ((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
1166 flags |= VG_MSG_ZJUSTIFY;
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c1017 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */ macro
1112 buf[ind] = ((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
1181 flags |= VG_MSG_ZJUSTIFY;
H A Dvarinfo6.c1055 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */ macro
1150 buf[ind] = ((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
1219 flags |= VG_MSG_ZJUSTIFY;
/external/valgrind/main/perf/
H A Dbz2.c1017 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */ macro
1112 buf[ind] = ((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
1181 flags |= VG_MSG_ZJUSTIFY;

Completed in 150 milliseconds