Home
last modified time | relevance | path

Searched refs:ext_type (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmodule.hpp69 enum ext_type { enum
84 enum ext_type ext_type, in argument()
88 ext_type(ext_type), semantic(semantic) { } in argument()
93 ext_type(zero_ext), semantic(general) { } in argument()
97 ext_type(zero_ext), semantic(general) { } in argument()
103 ext_type ext_type; member
Dkernel.cpp294 extend(T &v, enum module::argument::ext_type ext, size_t n) { in extend()
392 extend(w, marg.ext_type, marg.target_size); in bind()
425 extend(v, marg.ext_type, marg.target_size); in bind()
Dmodule.cpp181 _proc(s, x.ext_type); in proc()
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c91 int ext_type; in X509V3_EXT_nconf() local
94 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf()
95 return v3_generic_extension(name, value, crit, ext_type, ctx); in X509V3_EXT_nconf()
110 int ext_type; in X509V3_EXT_nconf_nid() local
112 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf_nid()
114 value, crit, ext_type, ctx); in X509V3_EXT_nconf_nid()
/external/e2fsprogs/misc/
Dmke2fs.c1237 const char *ext_type = 0; in parse_fs_type() local
1250 ext_type = fs_type; in parse_fs_type()
1252 ext_type = "ext2"; in parse_fs_type()
1254 ext_type = "ext3"; in parse_fs_type()
1256 ext_type = "ext4"; in parse_fs_type()
1258 ext_type = strrchr(progname, '/'); in parse_fs_type()
1259 if (ext_type) in parse_fs_type()
1260 ext_type++; in parse_fs_type()
1262 ext_type = progname; in parse_fs_type()
1264 if (!strncmp(ext_type, "mkfs.", 5)) { in parse_fs_type()
[all …]
/external/vulkan-validation-layers/layers/
Dunique_objects.h128 template <typename T> bool ContainsExtStruct(const T *target, VkStructureType ext_type) { in ContainsExtStruct() argument
134 if (ext_struct->sType == ext_type) { in ContainsExtStruct()
/external/boringssl/src/ssl/
Ds3_both.cc803 const SSL_EXTENSION_TYPE *ext_type = NULL; in ssl_parse_extensions() local
806 ext_type = &ext_types[i]; in ssl_parse_extensions()
811 if (ext_type == NULL) { in ssl_parse_extensions()
821 if (*ext_type->out_present) { in ssl_parse_extensions()
827 *ext_type->out_present = 1; in ssl_parse_extensions()
828 *ext_type->out_data = data; in ssl_parse_extensions()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server_read.c129 u16 ext_type, ext_len; in tls_process_client_hello() local
313 ext_type = WPA_GET_BE16(pos); in tls_process_client_hello()
330 ext_type); in tls_process_client_hello()
334 if (ext_type == TLS_EXT_SESSION_TICKET) { in tls_process_client_hello()
342 } else if (ext_type == TLS_EXT_STATUS_REQUEST) { in tls_process_client_hello()
344 } else if (ext_type == TLS_EXT_STATUS_REQUEST_V2) { in tls_process_client_hello()
Dtlsv1_client.h37 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
Dtlsv1_client.c682 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, in tlsv1_client_hello_ext() argument
699 WPA_PUT_BE16(pos, ext_type); in tlsv1_client_hello_ext()
706 if (ext_type == TLS_EXT_PAC_OPAQUE) { in tlsv1_client_hello_ext()
/external/nanopb-c/generator/
Dnanopb_generator.py927 ext_type = nanopb_pb2.nanopb
929 ext_type = nanopb_pb2.nanopb_fileopt
931 ext_type = nanopb_pb2.nanopb_msgopt
933 ext_type = nanopb_pb2.nanopb_enumopt
937 if subdesc.options.HasExtension(ext_type):
938 ext = subdesc.options.Extensions[ext_type]
/external/wpa_supplicant_8/src/crypto/
Dtls_none.c172 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
Dtls_internal.c700 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
705 return tlsv1_client_hello_ext(conn->client, ext_type, in tls_connection_client_hello_ext()
Dtls.h537 int ext_type, const u8 *data,
Dtls_gnutls.c1527 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
Dtls_openssl.c3653 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
3656 if (conn == NULL || conn->ssl == NULL || ext_type != 35) in tls_connection_client_hello_ext()