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

  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 168 #define VG_MSG_SIGNED 1 /* The value is signed. */
283 if ((flags & VG_MSG_SIGNED) && (Long)p < 0) {
434 flags |= VG_MSG_SIGNED;
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/coregrind/
m_debuglog.c 555 #define VG_MSG_SIGNED 1 /* The value is signed. */
670 if ((flags & VG_MSG_SIGNED) && (Long)p < 0) {
820 flags |= VG_MSG_SIGNED;
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 132 #define VG_MSG_SIGNED 1 /* The value is signed. */
202 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
312 flags |= VG_MSG_SIGNED;
    [all...]
test_ppc_jm1.c 350 #define VG_MSG_SIGNED 1 /* The value is signed. */
420 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
530 flags |= VG_MSG_SIGNED;
    [all...]
test_bzip2.c 1001 #define VG_MSG_SIGNED 1 /* The value is signed. */
1071 if ((flags & VG_MSG_SIGNED) && (Int)p < 0) {
1181 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 123 milliseconds