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

12

/external/chromium_org/third_party/mesa/src/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/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.c1018 * @num_types: Buffer for returning number of allocated EAP methods
1027 size_t *num_types)
1093 *num_types = num_methods;
1102 * @num_types: Buffer for returning number of allocated EAP methods
1107 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, argument
1116 (u8 *) types, num_types * sizeof(struct eap_method_type));
1117 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1122 for (i = 0; i < num_types; i++) {
1024 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.c1018 * @num_types: Buffer for returning number of allocated EAP methods
1027 size_t *num_types)
1093 *num_types = num_methods;
1102 * @num_types: Buffer for returning number of allocated EAP methods
1107 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, argument
1116 (u8 *) types, num_types * sizeof(struct eap_method_type));
1117 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1122 for (i = 0; i < num_types; i++) {
1024 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.c1018 * @num_types: Buffer for returning number of allocated EAP methods
1027 size_t *num_types)
1093 *num_types = num_methods;
1102 * @num_types: Buffer for returning number of allocated EAP methods
1107 int eap_peer_tls_phase2_nak(struct eap_method_type *types, size_t num_types, argument
1116 (u8 *) types, num_types * sizeof(struct eap_method_type));
1117 *resp = eap_msg_alloc(EAP_VENDOR_IETF, EAP_TYPE_NAK, num_types,
1122 for (i = 0; i < num_types; i++) {
1024 eap_peer_select_phase2_methods(struct eap_peer_config *config, const char *prefix, struct eap_method_type **types, size_t *num_types) argument
/external/chromium_org/net/socket/
H A Dtransport_client_socket_pool_test_util.h99 void set_client_socket_types(ClientSocketType* type_list, int num_types);
H A Dtransport_client_socket_pool_test_util.cc416 int num_types) {
417 DCHECK_GT(num_types, 0);
420 client_socket_index_max_ = num_types;
414 set_client_socket_types( ClientSocketType* type_list, int num_types) argument
/external/chromium_org/third_party/ots/src/
H A Dlayout.h22 size_t num_types; member in struct:ots::LookupSubtableParser
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/webrtc/base/
H A Dmacsocketserver.cc244 UInt32 num_types = 0; local
247 num_types = GetEventTypeCount(kEventWakeUpSpec);
259 OSStatus result = ReceiveNextEvent(num_types, events, timeout, true,
/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/chromium_org/third_party/mesa/src/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/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/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/chromium_org/tools/gn/
H A Dparser.h93 size_t num_types,
H A Dparser.cc159 size_t num_types,
176 for (size_t i = 0; i < num_types; ++i) {
158 Consume(Token::Type* types, size_t num_types, const char* error_message) argument
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dblock_splitter.cc238 int num_types = RemapBlockIds(block_ids, length); local
240 histograms->resize(num_types);
/external/chromium_org/third_party/mesa/src/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/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

Completed in 9001 milliseconds

12