OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VG_MSG_ZJUSTIFY
(Results
1 - 9
of
9
) sorted by null
/external/valgrind/main/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/main/coregrind/
m_debuglog.c
480
#define
VG_MSG_ZJUSTIFY
2 /* Must justify with '0'. */
624
buf[ind] = (flags &
VG_MSG_ZJUSTIFY
) ? '0': ' ';
701
flags |=
VG_MSG_ZJUSTIFY
;
/external/valgrind/main/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/main/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/main/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 1354 milliseconds