Home
last modified time | relevance | path

Searched refs:num_types (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtestlib.c59 int num_types; in GetPort() local
72 …XvMCSurfaceInfo *surface_info = XvMCListSurfaceTypes(display, adaptor_info[i].base_id, &num_types); in GetPort()
76 for (j = 0; j < num_types && !found_port; ++j) in GetPort()
/external/selinux/checkpolicy/test/
Ddismod.c118 unsigned int i, num_types; in display_type_set() local
127 num_types = 0; in display_type_set()
129 num_types++; in display_type_set()
136 num_types++; in display_type_set()
137 if (num_types > 1) in display_type_set()
141 if (num_types <= 1) { in display_type_set()
146 num_types++; in display_type_set()
147 if (num_types > 1) in display_type_set()
152 if (num_types > 1) in display_type_set()
173 if (num_types > 1) in display_type_set()
/external/wpa_supplicant_8/src/eap_peer/
Deap_tls_common.h128 size_t *num_types);
129 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
Deap_tls_common.c990 size_t *num_types) in eap_peer_select_phase2_methods() argument
1056 *num_types = num_methods; in eap_peer_select_phase2_methods()
1070 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, in eap_peer_tls_phase2_nak() argument
1079 (u8 *) types, num_types * sizeof(struct eap_method_type)); in eap_peer_tls_phase2_nak()
1080 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, in eap_peer_tls_phase2_nak()
1085 for (i = 0; i < num_types; i++) { in eap_peer_tls_phase2_nak()
/external/mesa3d/src/gallium/drivers/llvmpipe/
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) { in test_all()
395 for(dst_type = conv_types; dst_type < &conv_types[num_types]; ++dst_type) { in test_all()
423 src_type = &conv_types[rand() % num_types]; in test_some()
426 dst_type = &conv_types[rand() % num_types]; in test_some()
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) { in test_all()
826 type = &blend_types[rand() % num_types]; in test_some()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dcontext.c55 int num_types; in Validate() local
84 surface_info = XvMCListSurfaceTypes(dpy, adaptor_info[j].base_id, &num_types); in Validate()
90 for (unsigned int l = 0; l < num_types && !found_surface; ++l) { in Validate()
/external/lldb/source/Target/
DObjCLanguageRuntime.cpp121 const uint32_t num_types = module_sp->FindTypes (null_sc, in LookupInCompleteClassCache() local
127 if (num_types) in LookupInCompleteClassCache()
130 for (i = 0; i < num_types; ++i) in LookupInCompleteClassCache()
/external/libvncserver/webclients/novnc/include/
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/
Dglsl_types.cpp105 unsigned num_types, bool warn) in add_types_to_symbol_table() argument
109 for (unsigned i = 0; i < num_types; i++) { in add_types_to_symbol_table()
/external/selinux/libsepol/cil/src/
Dcil_post.c348 type->value = db->num_types; in __cil_post_db_count_helper()
349 db->num_types++; in __cil_post_db_count_helper()
422 db->val_to_type = cil_malloc(sizeof(*db->val_to_type) * db->num_types); in __cil_post_db_array_helper()
580 rc = __cil_expr_list_to_bitmap(attr->expr_list, attr->types, db->num_types, db); in __evaluate_type_expression()
Dcil_internal.h283 int num_types; member
Dcil.c261 (*db)->num_types = 0; in cil_db_init()
/external/selinux/libsepol/src/
Dmodule_to_cil.c2007 uint32_t num_types = 0; in role_to_cil() local
2053 rc = process_typeset(indent, pdb, ts, NULL, &types, &num_types); in role_to_cil()
2058 for (i = 0; i < num_types; i++) { in role_to_cil()
2087 rc = process_typeset(indent, pdb, ts, NULL, &types, &num_types); in role_to_cil()
2093 for (i = 0; i < num_types; i++) { in role_to_cil()
2107 names_destroy(&types, &num_types); in role_to_cil()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp1732 const uint32_t num_types = type_list.GetSize(); in LookupTypeInModule() local
1733 for (uint32_t i=0; i<num_types; ++i) in LookupTypeInModule()