HomeSort by relevance Sort by last modified time
    Searched refs:VG_MSG_ZJUSTIFY (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/coregrind/
m_debuglog.c 568 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */
712 buf[ind] = (flags & VG_MSG_ZJUSTIFY) ? '0': ' ';
789 flags |= VG_MSG_ZJUSTIFY;
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c 1024 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */
1119 buf[ind] = ((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
1188 flags |= VG_MSG_ZJUSTIFY;
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 1017 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */
1112 buf[ind] = ((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
1181 flags |= VG_MSG_ZJUSTIFY;
    [all...]
varinfo6.c 1055 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */
1150 buf[ind] = ((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
1219 flags |= VG_MSG_ZJUSTIFY;
    [all...]
  /external/valgrind/main/perf/
bz2.c 1017 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */
1112 buf[ind] = ((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
1181 flags |= VG_MSG_ZJUSTIFY;
    [all...]

Completed in 26 milliseconds