HomeSort by relevance Sort by last modified time
    Searched defs:max_version (Results 1 - 9 of 9) sorted by null

  /bionic/libc/bionic/
icu.cpp 62 int max_version = -1; local
66 if (version != 0 && version > max_version) max_version = version;
71 if (max_version < ICUDATA_VERSION_MIN) {
76 snprintf(g_icudata_version, sizeof(g_icudata_version), "_%d", max_version);
  /external/boringssl/src/ssl/
ssl_versions.cc 218 uint16_t max_version = ssl->conf_max_version; local
236 if (max_version < kProtocolVersions[i].version) {
252 max_version = kProtocolVersions[i-1].version;
263 *out_max_version = max_version;
293 protocol_version > hs->max_version) {
ssl_test.cc 810 static void ExpectDefaultVersion(uint16_t min_version, uint16_t max_version,
815 EXPECT_EQ(max_version, ctx->conf_max_version);
1956 uint16_t max_version; member in struct:bssl::__anon14384::__anon14387
    [all...]
internal.h 1309 uint16_t max_version = 0; member in struct:bssl::SSL_HANDSHAKE
    [all...]
  /external/boringssl/src/tool/
client.cc 392 uint16_t max_version = TLS1_3_VERSION; local
394 !VersionFromString(&max_version, args_map["-max-version"])) {
400 if (!SSL_CTX_set_max_proto_version(ctx.get(), max_version)) {
server.cc 276 uint16_t max_version = TLS1_3_VERSION; local
278 !VersionFromString(&max_version, args_map["-max-version"])) {
284 if (!SSL_CTX_set_max_proto_version(ctx.get(), max_version)) {
  /external/mesa3d/src/mesa/drivers/dri/common/
dri_util.c 254 unsigned max_version = 0; local
258 max_version = screen->max_gl_compat_version;
261 max_version = screen->max_gl_core_version;
264 max_version = screen->max_gl_es1_version;
267 max_version = screen->max_gl_es2_version;
270 max_version = 0;
274 if (max_version == 0) {
277 } else if (req_version > max_version) {
  /external/boringssl/src/ssl/test/
test_config.h 74 int max_version = 0; member in struct:TestConfig
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_hw.h 243 uint32_t max_version; member in struct:virgl_caps_v1
263 uint32_t max_version; member in union:virgl_caps

Completed in 212 milliseconds