Home | History | Annotate | Download | only in tests

Lines Matching refs:VG_MSG_ZJUSTIFY

1017 #define VG_MSG_ZJUSTIFY  2 /* Must justify with '0'. */
1112 buf[ind] = ((flags & VG_MSG_ZJUSTIFY) ? '0': ' ');
1181 flags |= VG_MSG_ZJUSTIFY;