HomeSort by relevance Sort by last modified time
    Searched refs:VG_MSG_ZJUSTIFY (Results 1 - 9 of 9) 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 702 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */
844 buf[ind] = (flags & VG_MSG_ZJUSTIFY) ? '0': ' ';
922 flags |= VG_MSG_ZJUSTIFY;
    [all...]
  /external/valgrind/VEX/switchback/
test_emfloat.c 133 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */
228 buf[ind] = toHChar((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
297 flags |= VG_MSG_ZJUSTIFY;
    [all...]
test_ppc_jm1.c 351 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */
446 buf[ind] = ((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
515 flags |= VG_MSG_ZJUSTIFY;
    [all...]
test_bzip2.c 1002 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */
1097 buf[ind] = ((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
1166 flags |= VG_MSG_ZJUSTIFY;
    [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 1505 milliseconds