/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
D | testlib.c | 59 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/ |
D | dismod.c | 118 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/ |
D | eap_tls_common.h | 128 size_t *num_types); 129 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types,
|
D | eap_tls_common.c | 1010 size_t *num_types) in eap_peer_select_phase2_methods() argument 1079 *num_types = num_methods; in eap_peer_select_phase2_methods() 1093 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, in eap_peer_tls_phase2_nak() argument 1102 (u8 *) types, num_types * sizeof(struct eap_method_type)); in eap_peer_tls_phase2_nak() 1103 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types, in eap_peer_tls_phase2_nak() 1108 for (i = 0; i < num_types; i++) { in eap_peer_tls_phase2_nak()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_conv.c | 383 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()
|
D | lp_test_blend.c | 738 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/webrtc/webrtc/base/ |
D | macsocketserver.cc | 252 UInt32 num_types = 0; in Wait() local 255 num_types = GetEventTypeCount(kEventWakeUpSpec); in Wait() 267 OSStatus result = ReceiveNextEvent(num_types, events, timeout, true, in Wait()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | context.c | 55 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/mesa3d/src/glsl/ |
D | glsl_types.cpp | 105 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/libvncserver/webclients/novnc/include/ |
D | rfb.js | 653 var num_types = this._sock.rQshift8(); 654 if (this._sock.rQwait("security type", num_types, 1)) { return false; } 656 if (num_types === 0) { 663 var types = this._sock.rQshiftBytes(num_types);
|
/external/selinux/libsepol/cil/src/ |
D | cil_post.c | 354 type->value = db->num_types; in __cil_post_db_count_helper() 355 db->num_types++; in __cil_post_db_count_helper() 447 db->val_to_type = cil_malloc(sizeof(*db->val_to_type) * db->num_types); in __cil_post_db_array_helper() 613 rc = __cil_expr_list_to_bitmap(attr->expr_list, attr->types, db->num_types, db); in __evaluate_type_expression()
|
D | cil_internal.h | 295 int num_types; member
|
D | cil.c | 271 (*db)->num_types = 0; in cil_db_init()
|
D | cil_binary.c | 4556 for (i = 0; i < db->num_types; i++) { in cil_check_type_bounds()
|
/external/selinux/libsepol/src/ |
D | module_to_cil.c | 2007 uint32_t num_types = 0; in role_to_cil() local 2063 rc = process_typeset(indent, pdb, ts, NULL, &types, &num_types); in role_to_cil() 2068 for (i = 0; i < num_types; i++) { in role_to_cil() 2097 rc = process_typeset(indent, pdb, ts, NULL, &types, &num_types); in role_to_cil() 2103 for (i = 0; i < num_types; i++) { in role_to_cil() 2119 names_destroy(&types, &num_types); in role_to_cil()
|