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

  /external/valgrind/exp-sgcheck/tests/
bad_percentify.c 169 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */
313 buf[ind] = (flags & VG_MSG_ZJUSTIFY) ? '0': ' ';
391 flags |= VG_MSG_ZJUSTIFY;
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/coregrind/
m_debuglog.c 655 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */
797 buf[ind] = (flags & VG_MSG_ZJUSTIFY) ? '0': ' ';
875 flags |= VG_MSG_ZJUSTIFY;
1103 ret += myvprintf_int64(send, send_arg2, VG_MSG_ZJUSTIFY, 10
    [all...]
  /external/valgrind/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/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 503 milliseconds