Searched defs:moans (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-generic.c3500 static Int moans = sizeof(unknown_ioctl) / sizeof(unknown_ioctl[0]); local
3502 if (moans > 0 && !VG_(clo_xml)) {
3510 moans--;
/external/valgrind/exp-sgcheck/
H A Dsg_main.c337 static Int moans = 3; local
344 if (moans > 0 && !VG_(clo_xml)) {
345 moans--;
350 if (moans == 0)
691 static Int moans = 3; local
739 if (already_present && moans > 0 && !VG_(clo_xml)) {
740 moans--;
750 if (moans == 0)

Completed in 730 milliseconds