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

/external/openssl/ssl/
H A Dssltest.c2014 char my_format[256]; local
2017 BIO_snprintf(my_format, sizeof(my_format), "%*.*s %s",
2021 vfprintf(stderr, my_format, args);
/external/lldb/source/Core/
H A DValueObject.cpp1392 lldb::Format my_format = GetFormat(); local
1393 if (my_format == lldb::eFormatDefault)
1396 my_format = m_type_format_sp->GetFormat();
1400 my_format = eFormatUnsigned;
1407 my_format = reg_info->format;
1411 my_format = GetClangType().GetFormat();
1416 if (my_format != m_last_format || m_value_str.empty())
1418 m_last_format = my_format;
1419 if (GetValueAsCString(my_format, m_value_str))

Completed in 101 milliseconds