Searched refs:num_types (Results 1 - 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtestlib.c59 int num_types; local
72 XvMCSurfaceInfo *surface_info = XvMCListSurfaceTypes(display, adaptor_info[i].base_id, &num_types);
76 for (j = 0; j < num_types && !found_port; ++j)
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_tls_common.h128 size_t *num_types);
129 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
H A Deap_tls_common.c981 * @num_types: Buffer for returning number of allocated EAP methods
990 size_t *num_types)
1056 *num_types = num_methods;
1065 * @num_types: Buffer for returning number of allocated EAP methods
1070 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, argument
1079 (u8 *) types, num_types * sizeof(struct eap_method_type));
1080 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1085 for (i = 0; i < num_types; i++) {
987 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.h128 size_t *num_types);
129 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
H A Deap_tls_common.c981 * @num_types: Buffer for returning number of allocated EAP methods
990 size_t *num_types)
1056 *num_types = num_methods;
1065 * @num_types: Buffer for returning number of allocated EAP methods
1070 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, argument
1079 (u8 *) types, num_types * sizeof(struct eap_method_type));
1080 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1085 for (i = 0; i < num_types; i++) {
987 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.h128 size_t *num_types);
129 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
H A Deap_tls_common.c981 * @num_types: Buffer for returning number of allocated EAP methods
990 size_t *num_types)
1056 *num_types = num_methods;
1065 * @num_types: Buffer for returning number of allocated EAP methods
1070 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, argument
1079 (u8 *) types, num_types * sizeof(struct eap_method_type));
1080 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1085 for (i = 0; i < num_types; i++) {
987 eap_peer_select_phase2_methods(struct eap_peer_config *config, const char *prefix, struct eap_method_type **types, size_t *num_types) argument
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dcontext.c55 int num_types; local
84 surface_info = XvMCListSurfaceTypes(dpy, adaptor_info[j].base_id, &num_types);
90 for (unsigned int l = 0; l < num_types && !found_surface; ++l) {
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c383 const unsigned num_types = sizeof(conv_types)/sizeof(conv_types[0]); variable
394 for(src_type = conv_types; src_type < &conv_types[num_types]; ++src_type) {
395 for(dst_type = conv_types; dst_type < &conv_types[num_types]; ++dst_type) {
423 src_type = &conv_types[rand() % num_types];
426 dst_type = &conv_types[rand() % num_types];
H A Dlp_test_blend.c738 const unsigned num_types = sizeof(blend_types)/sizeof(blend_types[0]); variable
762 for(type = blend_types; type < &blend_types[num_types]; ++type) {
826 type = &blend_types[rand() % num_types];
/external/selinux/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/lldb/source/Target/
H A DObjCLanguageRuntime.cpp121 const uint32_t num_types = module_sp->FindTypes (null_sc, local
127 if (num_types)
130 for (i = 0; i < num_types; ++i)
/external/libvncserver/webclients/novnc/include/
H A Drfb.js659 i, types, num_types, challenge, response, bpp, depth,
704 num_types = ws.rQshift8();
705 if (ws.rQwait("security type", num_types, 1)) { return false; }
706 if (num_types === 0) {
712 types = ws.rQshiftBytes(num_types);
/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/selinux/libsepol/cil/src/
H A Dcil_post.c348 type->value = db->num_types;
349 db->num_types++;
422 db->val_to_type = cil_malloc(sizeof(*db->val_to_type) * db->num_types);
580 rc = __cil_expr_list_to_bitmap(attr->expr_list, attr->types, db->num_types, db);
H A Dcil_internal.h283 int num_types; member in struct:cil_db
H A Dcil.c261 (*db)->num_types = 0;
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c2007 uint32_t num_types = 0; local
2053 rc = process_typeset(indent, pdb, ts, NULL, &types, &num_types);
2058 for (i = 0; i < num_types; i++) {
2087 rc = process_typeset(indent, pdb, ts, NULL, &types, &num_types);
2093 for (i = 0; i < num_types; i++) {
2107 names_destroy(&types, &num_types);
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp1732 const uint32_t num_types = type_list.GetSize(); local
1733 for (uint32_t i=0; i<num_types; ++i)

Completed in 394 milliseconds