Home
last modified time | relevance | path

Searched refs:n_params (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Des1_conversion.c142 unsigned int n_params = 4; in _mesa_Fogxv() local
149 n_params = 1; in _mesa_Fogxv()
152 n_params = 4; in _mesa_Fogxv()
157 n_params = 1; in _mesa_Fogxv()
166 for (i = 0; i < n_params; i++) { in _mesa_Fogxv()
170 for (i = 0; i < n_params; i++) { in _mesa_Fogxv()
230 unsigned int n_params = 4; in _mesa_GetLightxv() local
243 n_params = 4; in _mesa_GetLightxv()
246 n_params = 3; in _mesa_GetLightxv()
253 n_params = 1; in _mesa_GetLightxv()
[all …]
/third_party/glib/gio/
Dgmarshal-internal.h38 int n_params,
55 int n_params,
72 int n_params,
89 int n_params,
106 int n_params,
123 int n_params,
140 int n_params,
157 int n_params,
174 int n_params,
191 int n_params,
[all …]
Dgmarshal-internal.c113 int n_params, in _g_cclosure_marshal_BOOLEAN__OBJECTv() argument
202 int n_params, in _g_cclosure_marshal_BOOLEAN__OBJECT_FLAGSv() argument
295 int n_params, in _g_cclosure_marshal_BOOLEAN__OBJECT_OBJECTv() argument
392 int n_params, in _g_cclosure_marshal_BOOLEAN__POINTER_INTv() argument
480 int n_params, in _g_cclosure_marshal_BOOLEAN__STRINGv() argument
567 int n_params, in _g_cclosure_marshal_BOOLEAN__UINTv() argument
649 int n_params, in _g_cclosure_marshal_BOOLEAN__VOIDv() argument
725 int n_params, in _g_cclosure_marshal_INT__BOXEDv() argument
812 int n_params, in _g_cclosure_marshal_INT__OBJECTv() argument
897 int n_params, in _g_cclosure_marshal_VOID__BOOLEAN_BOXEDv() argument
[all …]
/third_party/glib/gobject/
Dgmarshal.h36 int n_params,
53 int n_params,
70 int n_params,
87 int n_params,
104 int n_params,
121 int n_params,
138 int n_params,
155 int n_params,
172 int n_params,
189 int n_params,
[all …]
Dgsignal.c236 guint n_params : 8; member
1440 query->n_params = node->n_params; in g_signal_query()
1502 guint n_params, in g_signal_new() argument
1510 va_start (args, n_params); in g_signal_new()
1515 return_type, n_params, args); in g_signal_new()
1572 guint n_params, in g_signal_new_class_handler() argument
1580 va_start (args, n_params); in g_signal_new_class_handler()
1585 return_type, n_params, args); in g_signal_new_class_handler()
1699 guint n_params, in g_signal_newv() argument
1713 if (n_params) in g_signal_newv()
[all …]
Dgmarshal.c144 int n_params, in g_cclosure_marshal_VOID__VOIDv() argument
244 int n_params, in g_cclosure_marshal_VOID__BOOLEANv() argument
352 int n_params, in g_cclosure_marshal_VOID__CHARv() argument
460 int n_params, in g_cclosure_marshal_VOID__UCHARv() argument
568 int n_params, in g_cclosure_marshal_VOID__INTv() argument
676 int n_params, in g_cclosure_marshal_VOID__UINTv() argument
784 int n_params, in g_cclosure_marshal_VOID__LONGv() argument
892 int n_params, in g_cclosure_marshal_VOID__ULONGv() argument
1000 int n_params, in g_cclosure_marshal_VOID__ENUMv() argument
1108 int n_params, in g_cclosure_marshal_VOID__FLAGSv() argument
[all …]
Dgsignal.h263 guint n_params; member
278 guint n_params,
289 guint n_params,
300 guint n_params,
311 guint n_params,
Dgobject.c1791 guint n_params) in g_object_new_with_custom_constructor() argument
1836 for (j = 0; j < n_params; j++) in g_object_new_with_custom_constructor()
1899 if (newly_constructed || n_params) in g_object_new_with_custom_constructor()
1914 for (i = 0; i < n_params; i++) in g_object_new_with_custom_constructor()
1931 guint n_params) in g_object_new_internal() argument
1937 return g_object_new_with_custom_constructor (class, params, n_params); in g_object_new_internal()
1962 for (j = 0; j < n_params; j++) in g_object_new_internal()
1989 for (i = 0; i < n_params; i++) in g_object_new_internal()
2008 guint n_params) in g_object_new_is_valid_property() argument
2028 for (i = 0; i < n_params; i++) in g_object_new_is_valid_property()
[all …]
Dgclosure.c842 int n_params, in _g_closure_invoke_va() argument
877 n_params, param_types); in _g_closure_invoke_va()
1020 int n_params, in g_type_class_meta_marshalv() argument
1038 n_params, in g_type_class_meta_marshalv()
1107 int n_params, in g_type_iface_meta_marshalv() argument
1125 n_params, in g_type_iface_meta_marshalv()
1547 int n_params, in g_cclosure_marshal_generic_va() argument
1575 n_args = n_params + 2; in g_cclosure_marshal_generic_va()
1578 storage = g_alloca (sizeof (va_arg_storage) * n_params); in g_cclosure_marshal_generic_va()
1598 for (i = 0; i < n_params; i++) in g_cclosure_marshal_generic_va()
[all …]
Dgclosure.h147 int n_params,
311 int n_params,
Dgtype-private.h93 int n_params,
/third_party/libsoup/tests/
Dheader-parsing-test.c995 int i, j, n_params; in do_param_list_tests() local
1001 n_params = paramlisttests[i].strict ? 3 : 2; in do_param_list_tests()
1002 g_assert_cmpuint (g_hash_table_size (params), ==, n_params); in do_param_list_tests()
1003 for (j = 0; j < n_params; j++) { in do_param_list_tests()
1014 n_params = 3; in do_param_list_tests()
1015 g_assert_cmpuint (g_hash_table_size (params), ==, n_params); in do_param_list_tests()
1016 for (j = 0; j < n_params; j++) { in do_param_list_tests()
/third_party/gstreamer/gstreamer/gst/
Dgstelementfactory.c392 guint n_params = 0; in gst_element_factory_property_valist_to_array() local
418 if (G_UNLIKELY (n_params == n_params_alloc)) { in gst_element_factory_property_valist_to_array()
423 memset (&values_array[n_params], 0, in gst_element_factory_property_valist_to_array()
424 sizeof (GValue) * (n_params_alloc - n_params)); in gst_element_factory_property_valist_to_array()
427 names_array[n_params] = name; in gst_element_factory_property_valist_to_array()
429 G_VALUE_COLLECT_INIT (&values_array[n_params], pspec->value_type, in gst_element_factory_property_valist_to_array()
438 ++n_params; in gst_element_factory_property_valist_to_array()
442 *n = n_params; in gst_element_factory_property_valist_to_array()
/third_party/pixman/demos/
Dscale.c215 int n_params; in rescale() local
253 &n_params, in rescale()
263 pixman_image_set_filter (app->original, PIXMAN_FILTER_SEPARABLE_CONVOLUTION, params, n_params); in rescale()
/third_party/pixman/pixman/
Dpixman-image.c726 int n_params) in pixman_image_set_filter() argument
744 n_params == 4 + n_x_phases * width + n_y_phases * height, FALSE); in pixman_image_set_filter()
750 new_params = pixman_malloc_ab (n_params, sizeof (pixman_fixed_t)); in pixman_image_set_filter()
755 params, n_params * sizeof (pixman_fixed_t)); in pixman_image_set_filter()
764 common->n_filter_params = n_params; in pixman_image_set_filter()
/third_party/libsoup/libsoup/
Dsoup-xmlrpc-old.h18 int n_params);
Dsoup-xmlrpc-old.c157 GValue *params, int n_params) in soup_xmlrpc_build_method_call() argument
175 for (i = 0; i < n_params; i++) { in soup_xmlrpc_build_method_call()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspmessage.c1533 guint i, n_params = g_strv_length ((gchar **) cred->params); in gst_rtsp_auth_credential_copy() local
1535 copy->params = g_new0 (GstRTSPAuthParam *, n_params + 1); in gst_rtsp_auth_credential_copy()
1536 for (i = 0; i < n_params; ++i) in gst_rtsp_auth_credential_copy()
/third_party/glib/gobject/tests/
Dsignals.c1120 guint n_params, in hook_func() argument
1421 g_assert_cmpuint (query.n_params, ==, 0); in test_introspection()
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c255 for (j = 0; j < query.n_params; j++) { in _add_signals()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1095 for (j = 0; j < query->n_params; j++) { in print_signal_info()