Searched refs:ext_type (Results 1 - 25 of 32) sorted by relevance

12

/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp69 enum ext_type { enum in struct:clover::module::argument
84 enum ext_type ext_type,
88 ext_type(ext_type), semantic(semantic) { }
93 ext_type(zero_ext), semantic(general) { }
97 ext_type(zero_ext), semantic(general) { }
103 ext_type ext_type; member in struct:clover::module::argument
82 argument(enum type type, size_t size, size_t target_size, size_t target_align, enum ext_type ext_type, enum semantic semantic = general) argument
H A Dkernel.cpp294 extend(T &v, enum module::argument::ext_type ext, size_t n) {
392 extend(w, marg.ext_type, marg.target_size);
425 extend(v, marg.ext_type, marg.target_size);
H A Dmodule.cpp181 _proc(s, x.ext_type);
/external/vulkan-validation-layers/layers/
H A Dunique_objects.h128 template <typename T> bool ContainsExtStruct(const T *target, VkStructureType ext_type) { argument
134 if (ext_struct->sType == ext_type) {
/external/boringssl/src/crypto/x509v3/
H A Dv3_conf.c91 int ext_type; local
94 if ((ext_type = v3_check_generic(&value)))
95 return v3_generic_extension(name, value, crit, ext_type, ctx);
110 int ext_type; local
112 if ((ext_type = v3_check_generic(&value)))
114 value, crit, ext_type, ctx);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client.h37 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
H A Dtlsv1_server_read.c129 u16 ext_type, ext_len; local
313 ext_type = WPA_GET_BE16(pos);
330 ext_type);
334 if (ext_type == TLS_EXT_SESSION_TICKET) {
342 } else if (ext_type == TLS_EXT_STATUS_REQUEST) {
344 } else if (ext_type == TLS_EXT_STATUS_REQUEST_V2) {
H A Dtlsv1_client.c677 * @ext_type: Extension type
682 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, argument
699 WPA_PUT_BE16(pos, ext_type);
706 if (ext_type == TLS_EXT_PAC_OPAQUE) {
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client.h37 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
H A Dtlsv1_server_read.c129 u16 ext_type, ext_len; local
313 ext_type = WPA_GET_BE16(pos);
330 ext_type);
334 if (ext_type == TLS_EXT_SESSION_TICKET) {
342 } else if (ext_type == TLS_EXT_STATUS_REQUEST) {
344 } else if (ext_type == TLS_EXT_STATUS_REQUEST_V2) {
H A Dtlsv1_client.c677 * @ext_type: Extension type
682 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, argument
699 WPA_PUT_BE16(pos, ext_type);
706 if (ext_type == TLS_EXT_PAC_OPAQUE) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client.h37 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
H A Dtlsv1_server_read.c129 u16 ext_type, ext_len; local
313 ext_type = WPA_GET_BE16(pos);
330 ext_type);
334 if (ext_type == TLS_EXT_SESSION_TICKET) {
342 } else if (ext_type == TLS_EXT_STATUS_REQUEST) {
344 } else if (ext_type == TLS_EXT_STATUS_REQUEST_V2) {
H A Dtlsv1_client.c677 * @ext_type: Extension type
682 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, argument
699 WPA_PUT_BE16(pos, ext_type);
706 if (ext_type == TLS_EXT_PAC_OPAQUE) {
/external/e2fsprogs/misc/
H A Dmke2fs.c1237 const char *ext_type = 0; local
1250 ext_type = fs_type;
1252 ext_type = "ext2";
1254 ext_type = "ext3";
1256 ext_type = "ext4";
1258 ext_type = strrchr(progname, '/');
1259 if (ext_type)
1260 ext_type++;
1262 ext_type = progname;
1264 if (!strncmp(ext_type, "mkf
[all...]
/external/boringssl/src/ssl/
H A Ds3_both.cc803 const SSL_EXTENSION_TYPE *ext_type = NULL; local
806 ext_type = &ext_types[i];
811 if (ext_type == NULL) {
821 if (*ext_type->out_present) {
827 *ext_type->out_present = 1;
828 *ext_type->out_data = data;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_none.c172 int ext_type, const u8 *data,
171 tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument
H A Dtls.h530 * @ext_type: Extension type
537 int ext_type, const u8 *data,
H A Dtls_internal.c700 int ext_type, const u8 *data,
705 return tlsv1_client_hello_ext(conn->client, ext_type,
699 tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument
/external/wpa_supplicant_8/src/crypto/
H A Dtls_none.c172 int ext_type, const u8 *data,
171 tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument
H A Dtls.h530 * @ext_type: Extension type
537 int ext_type, const u8 *data,
H A Dtls_internal.c700 int ext_type, const u8 *data,
705 return tlsv1_client_hello_ext(conn->client, ext_type,
699 tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_none.c172 int ext_type, const u8 *data,
171 tls_connection_client_hello_ext(void *tls_ctx, struct tls_connection *conn, int ext_type, const u8 *data, size_t data_len) argument
H A Dtls.h530 * @ext_type: Extension type
537 int ext_type, const u8 *data,
/external/nanopb-c/generator/
H A 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]

Completed in 405 milliseconds

12