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

  /external/valgrind/main/coregrind/
m_debuglog.c 567 #define VG_MSG_SIGNED 1 /* The value is signed. */
682 if ((flags & VG_MSG_SIGNED) && (Long)p < 0) {
832 flags |= VG_MSG_SIGNED;
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c 1023 #define VG_MSG_SIGNED 1 /* The value is signed. */
1093 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
1203 flags |= VG_MSG_SIGNED;
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 1016 #define VG_MSG_SIGNED 1 /* The value is signed. */
1086 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
1196 flags |= VG_MSG_SIGNED;
    [all...]
varinfo6.c 1054 #define VG_MSG_SIGNED 1 /* The value is signed. */
1124 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
1234 flags |= VG_MSG_SIGNED;
    [all...]
  /external/valgrind/main/perf/
bz2.c 1016 #define VG_MSG_SIGNED 1 /* The value is signed. */
1086 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
1196 flags |= VG_MSG_SIGNED;
    [all...]

Completed in 98 milliseconds