Home | History | Annotate | Download | only in coregrind

Lines Matching refs:myvprintf_int64

547 UInt myvprintf_int64 ( void(*send)(HChar,void*), 
708 ret += myvprintf_int64(send, send_arg2, flags, 8, width, False,
711 ret += myvprintf_int64(send, send_arg2, flags, 8, width, False,
717 ret += myvprintf_int64(send, send_arg2, flags, 10, width, False,
720 ret += myvprintf_int64(send, send_arg2, flags, 10, width, False,
725 ret += myvprintf_int64(send, send_arg2, flags, 10, width, False,
728 ret += myvprintf_int64(send, send_arg2, flags, 10, width, False,
756 ret += myvprintf_int64(send, send_arg2, flags, 16, width, True,
769 ret += myvprintf_int64(send, send_arg2, flags, 16, width, caps,
772 ret += myvprintf_int64(send, send_arg2, flags, 16, width, caps,
895 (void)myvprintf_int64 ( add_to_buf, &buf, 0, 10, 1, False, (ULong)pid );
897 (void)myvprintf_int64 ( add_to_buf, &buf, 0, 10, 1, False, (ULong)level );