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

  /bionic/libc/bionic/
icu.cpp 61 int max_version = -1; local
65 if (version != 0 && version > max_version) max_version = version;
70 if (max_version == -1 || max_version < ICUDATA_VERSION_MIN) {
75 snprintf(g_icudata_version, sizeof(g_icudata_version), "_%d", max_version);
  /external/boringssl/src/tool/
server.cc 205 uint16_t max_version = TLS1_3_VERSION; local
207 !VersionFromString(&max_version, args_map["-max-version"])) {
213 if (!SSL_CTX_set_max_proto_version(ctx.get(), max_version)) {
client.cc 336 uint16_t max_version = TLS1_3_VERSION; local
338 !VersionFromString(&max_version, args_map["-max-version"])) {
344 if (!SSL_CTX_set_max_proto_version(ctx.get(), max_version)) {
  /external/boringssl/src/ssl/
ssl_versions.cc 184 uint16_t max_version = ssl->conf_max_version; local
202 if (max_version < kProtocolVersions[i].version) {
218 max_version = kProtocolVersions[i-1].version;
229 *out_max_version = max_version;
328 protocol_version <= hs->max_version;
internal.h 1041 uint16_t max_version; member in struct:ssl_handshake_st
    [all...]
  /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 71 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 702 milliseconds