Searched defs:num_types (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/glsl/
H A Dglsl_types.cpp105 unsigned num_types, bool warn)
109 for (unsigned i = 0; i < num_types; i++) {
103 add_types_to_symbol_table(glsl_symbol_table *symtab, const struct glsl_type *types, unsigned num_types, bool warn) argument
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c951 * @num_types: Buffer for returning number of allocated EAP methods
960 size_t *num_types)
1026 *num_types = num_methods;
1035 * @num_types: Buffer for returning number of allocated EAP methods
1040 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, argument
1049 (u8 *) types, num_types * sizeof(struct eap_method_type));
1050 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1055 for (i = 0; i < num_types; i++) {
957 eap_peer_select_phase2_methods(struct eap_peer_config *config, const char *prefix, struct eap_method_type **types, size_t *num_types) argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_tls_common.c942 * @num_types: Buffer for returning number of allocated EAP methods
951 size_t *num_types)
1017 *num_types = num_methods;
1026 * @num_types: Buffer for returning number of allocated EAP methods
1031 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, argument
1040 (u8 *) types, num_types * sizeof(struct eap_method_type));
1041 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1046 for (i = 0; i < num_types; i++) {
948 eap_peer_select_phase2_methods(struct eap_peer_config *config, const char *prefix, struct eap_method_type **types, size_t *num_types) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_tls_common.c942 * @num_types: Buffer for returning number of allocated EAP methods
951 size_t *num_types)
1017 *num_types = num_methods;
1026 * @num_types: Buffer for returning number of allocated EAP methods
1031 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, argument
1040 (u8 *) types, num_types * sizeof(struct eap_method_type));
1041 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1046 for (i = 0; i < num_types; i++) {
948 eap_peer_select_phase2_methods(struct eap_peer_config *config, const char *prefix, struct eap_method_type **types, size_t *num_types) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_tls_common.c942 * @num_types: Buffer for returning number of allocated EAP methods
951 size_t *num_types)
1017 *num_types = num_methods;
1026 * @num_types: Buffer for returning number of allocated EAP methods
1031 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, argument
1040 (u8 *) types, num_types * sizeof(struct eap_method_type));
1041 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1046 for (i = 0; i < num_types; i++) {
948 eap_peer_select_phase2_methods(struct eap_peer_config *config, const char *prefix, struct eap_method_type **types, size_t *num_types) argument
/external/checkpolicy/test/
H A Ddismod.c118 unsigned int i, num_types; local
127 num_types = 0;
129 num_types++;
136 num_types++;
137 if (num_types > 1)
141 if (num_types <= 1) {
146 num_types++;
147 if (num_types > 1)
152 if (num_types > 1)
173 if (num_types >
[all...]
/external/chromium/net/socket/
H A Dtransport_client_socket_pool_unittest.cc323 void set_client_socket_types(ClientSocketType* type_list, int num_types) { argument
324 DCHECK_GT(num_types, 0);
327 client_socket_index_max_ = num_types;

Completed in 488 milliseconds