Home
last modified time | relevance | path

Searched refs:_tmp26_ (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/dports/devel/libgee/libgee-0.20.3/tests/
H A Dtestlist.c522 _tmp26_ = iterator; in list_tests_test_list_iterator()
722 _tmp26_ = data; in list_tests_test_get()
810 gint _tmp26_; in list_tests_test_set() local
859 _tmp26_ = _tmp25_; in list_tests_test_set()
904 gpointer _tmp26_; in list_tests_test_insert() local
1049 gint _tmp26_; in list_tests_test_remove_at() local
1148 _tmp27_ = _tmp26_; in list_tests_test_remove_at()
1668 gchar* _tmp26_; in list_tests_test_first() local
1764 gchar* _tmp26_; in list_tests_test_last() local
1876 GeeList* _tmp26_; in list_tests_test_insert_all() local
[all …]
H A Dtestqueue.c237 gint _tmp26_; in queue_tests_test_capacity_bound() local
255 _tmp26_ = _tmp25_; in queue_tests_test_capacity_bound()
256 _vala_assert (_tmp26_ == (capacity - i), "test_queue.remaining_capacity == capacity - i"); in queue_tests_test_capacity_bound()
344 gchar* _tmp26_; in queue_tests_test_one_element_operation() local
408 _tmp26_ = (gchar*) _tmp25_; in queue_tests_test_one_element_operation()
409 _vala_assert (g_strcmp0 (_tmp26_, "one") == 0, "recipient.get (0) == \"one\""); in queue_tests_test_one_element_operation()
410 _g_free0 (_tmp26_); in queue_tests_test_one_element_operation()
H A Dtestsortedset.c416 gchar* _tmp26_; in sorted_set_tests_test_ordering() local
495 _g_free0 (_tmp26_); in sorted_set_tests_test_ordering()
1335 gint _tmp26_; in sorted_set_tests_sub_set_tests_test_size() local
1502 gchar* _tmp26_; in sorted_set_tests_sub_set_tests_test_contains() local
1734 gchar* _tmp26_; in sorted_set_tests_sub_set_tests_test_add() local
1984 gchar* _tmp26_; in sorted_set_tests_sub_set_tests_test_remove() local
2246 gpointer _tmp26_; in sorted_set_tests_sub_set_tests_test_iterator() local
2444 gchar* _tmp26_; in sorted_set_tests_sub_set_tests_test_clear() local
2647 gpointer _tmp26_; in sorted_set_tests_sub_set_tests_test_boundaries() local
2808 gchar* _tmp26_; in sorted_set_tests_sub_set_tests_test_iterator_at() local
[all …]
H A Dtestsortedmap.c391 gchar* _tmp26_; in gee_sorted_map_tests_test_key_ordering() local
727 gchar* _tmp26_; in gee_sorted_map_tests_test_iterator_at() local
889 gpointer _tmp26_; in gee_sorted_map_tests_test_lower() local
1098 gpointer _tmp26_; in gee_sorted_map_tests_test_higher() local
1307 gpointer _tmp26_; in gee_sorted_map_tests_test_floor() local
1516 gpointer _tmp26_; in gee_sorted_map_tests_test_ceil() local
2437 GeeSet* _tmp26_; in gee_sorted_map_tests_sub_map_tests_test_keys() local
2438 _tmp26_ = keys; in gee_sorted_map_tests_sub_map_tests_test_keys()
2856 gchar* _tmp26_; in gee_sorted_map_tests_sub_map_tests_test_set() local
3283 GeeSet* _tmp26_; in gee_sorted_map_tests_sub_map_tests_test_iterators() local
[all …]
H A Dtestreadonlycollection.c308 gboolean _tmp26_; in read_only_collection_tests_test_immutable_iterator() local
399 _tmp26_ = _tmp25_; in read_only_collection_tests_test_immutable_iterator()
400 _vala_assert (_tmp26_, "iterator.read_only"); in read_only_collection_tests_test_immutable_iterator()
444 gint _tmp26_; in read_only_collection_tests_test_immutable() local
520 _tmp26_ = gee_collection_get_size (_tmp25_); in read_only_collection_tests_test_immutable()
521 _tmp27_ = _tmp26_; in read_only_collection_tests_test_immutable()
590 GeeCollection* _tmp26_; in read_only_collection_tests_test_accurate_view() local
653 _tmp26_ = self->ro_collection; in read_only_collection_tests_test_accurate_view()
654 _vala_assert (gee_collection_contains (_tmp26_, "one"), "ro_collection.contains (\"one\")"); in read_only_collection_tests_test_accurate_view()
H A Dtestreadonlylist.c279 gpointer _tmp26_; in read_only_list_tests_test_immutable_iterator() local
371 _tmp26_ = gee_iterator_get ((GeeIterator*) _tmp25_); in read_only_list_tests_test_immutable_iterator()
372 _tmp27_ = (gchar*) _tmp26_; in read_only_list_tests_test_immutable_iterator()
504 gint _tmp26_; in read_only_list_tests_test_immutable() local
574 _tmp26_ = gee_collection_get_size ((GeeCollection*) _tmp25_); in read_only_list_tests_test_immutable()
575 _tmp27_ = _tmp26_; in read_only_list_tests_test_immutable()
644 gchar* _tmp26_; in read_only_list_tests_test_accurate_view() local
715 _tmp26_ = (gchar*) _tmp25_; in read_only_list_tests_test_accurate_view()
716 _vala_assert (g_strcmp0 (_tmp26_, "one") == 0, "ro_list.get (0) == \"one\""); in read_only_list_tests_test_accurate_view()
717 _g_free0 (_tmp26_); in read_only_list_tests_test_accurate_view()
H A Dtestreadonlymap.c277 GeeIterator* _tmp26_; in read_only_map_tests_test_immutable_iterator() local
340 _tmp26_ = iterator; in read_only_map_tests_test_immutable_iterator()
341 _vala_assert (!gee_iterator_next (_tmp26_), "! iterator.next ()"); in read_only_map_tests_test_immutable_iterator()
408 GeeMap* _tmp26_; in read_only_map_tests_test_immutable() local
479 _tmp26_ = self->ro_map; in read_only_map_tests_test_immutable()
480 _vala_assert (gee_map_has (_tmp26_, "one", "one"), "ro_map.has (\"one\", \"one\")"); in read_only_map_tests_test_immutable()
548 gint _tmp26_; in read_only_map_tests_test_accurate_view() local
641 _tmp26_ = gee_map_get_size (_tmp25_); in read_only_map_tests_test_accurate_view()
642 _tmp27_ = _tmp26_; in read_only_map_tests_test_accurate_view()
/dports/devel/libgee06/libgee-0.6.8/tests/
H A Dtestsortedset.c389 gchar* _tmp26_; in sorted_set_tests_test_ordering() local
469 _g_free0 (_tmp26_); in sorted_set_tests_test_ordering()
1220 _tmp26_ = iterator; in sorted_set_tests_test_bidir_iterator_can_go_backward()
1405 gchar* _tmp26_; in sorted_set_tests_test_mutable_bidir_iterator() local
1485 _g_free0 (_tmp26_); in sorted_set_tests_test_mutable_bidir_iterator()
1839 gint _tmp26_; in sorted_set_tests_sub_set_test_size() local
2003 gchar* _tmp26_; in sorted_set_tests_sub_set_test_contains() local
2254 gchar* _tmp26_; in sorted_set_tests_sub_set_test_add() local
2523 gchar* _tmp26_; in sorted_set_tests_sub_set_test_remove() local
3097 gchar* _tmp26_; in sorted_set_tests_sub_set_test_clear() local
[all …]
H A Dtestlist.c493 _tmp26_ = iterator; in list_tests_test_list_iterator()
747 gchar* _tmp26_; in list_tests_test_get() local
816 _g_free0 (_tmp26_); in list_tests_test_get()
872 GeeList* _tmp26_; in list_tests_test_set() local
924 _tmp26_ = test_list; in list_tests_test_set()
971 GeeList* _tmp26_; in list_tests_test_insert() local
1040 _tmp26_ = test_list; in list_tests_test_insert()
1114 gchar* _tmp26_; in list_tests_test_remove_at() local
1212 _g_free0 (_tmp26_); in list_tests_test_remove_at()
1823 _tmp26_ = dummy; in list_tests_test_insert_all()
[all …]
H A Dtestcollection.c333 gboolean _tmp26_; in collection_tests_test_iterator_returns_all_elements_once() local
334 _tmp26_ = one_found; in collection_tests_test_iterator_returns_all_elements_once()
335 if (_tmp26_) { in collection_tests_test_iterator_returns_all_elements_once()
498 GeeIterator* _tmp26_; in collection_tests_test_mutable_iterator() local
609 _tmp26_ = iterator; in collection_tests_test_mutable_iterator()
743 gboolean _tmp26_; in collection_tests_test_contains_size_and_is_empty() local
879 _tmp26_ = _tmp25_; in collection_tests_test_contains_size_and_is_empty()
1050 gchar* _tmp26_; in collection_tests_test_add_remove() local
1336 gchar* _tmp26_; in collection_tests_test_clear() local
1557 gint _tmp26_; in collection_tests_test_add_all() local
[all …]
H A Dtestmultimap.c158 GeeMultiMap* _tmp26_; in multi_map_tests_test_size() local
202 _tmp26_ = self->test_multi_map; in multi_map_tests_test_size()
203 _tmp27_ = gee_multi_map_get_size (_tmp26_); in multi_map_tests_test_size()
236 GeeCollection* _tmp26_; in multi_map_tests_test_getting_setting() local
433 _tmp26_ = _tmp25_; in multi_map_tests_test_getting_setting()
434 _tmp27_ = gee_collection_contains (_tmp26_, "0"); in multi_map_tests_test_getting_setting()
436 _g_object_unref0 (_tmp26_); in multi_map_tests_test_getting_setting()
761 GeeIterator* _tmp26_; in multi_map_tests_test_keys_all_keys_values() local
770 _tmp26_ = _value_it; in multi_map_tests_test_keys_all_keys_values()
771 _tmp27_ = gee_iterator_get (_tmp26_); in multi_map_tests_test_keys_all_keys_values()
H A Dtestreadonlycollection.c282 GeeIterator* _tmp26_; in read_only_collection_tests_test_immutable_iterator() local
373 _tmp26_ = iterator; in read_only_collection_tests_test_immutable_iterator()
374 _tmp27_ = gee_iterator_next (_tmp26_); in read_only_collection_tests_test_immutable_iterator()
426 gboolean _tmp26_ = FALSE; in read_only_collection_tests_test_immutable() local
502 _tmp26_ = gee_collection_contains (_tmp25_, "one"); in read_only_collection_tests_test_immutable()
503 _vala_assert (_tmp26_, "ro_collection.contains (\"one\")"); in read_only_collection_tests_test_immutable()
613 GeeCollection* _tmp26_; in read_only_collection_tests_test_accurate_view() local
689 _tmp26_ = self->ro_collection; in read_only_collection_tests_test_accurate_view()
690 _tmp27_ = gee_collection_get_size (_tmp26_); in read_only_collection_tests_test_accurate_view()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaunresolvedtype.c292 ValaUnresolvedType* _tmp26_; in vala_unresolved_type_real_copy() local
305 _tmp26_ = _result_; in vala_unresolved_type_real_copy()
309 vala_data_type_add_type_argument ((ValaDataType*) _tmp26_, _tmp29_); in vala_unresolved_type_real_copy()
384 gchar* _tmp26_; in vala_unresolved_type_real_to_qualified_string() local
417 _tmp26_ = _tmp25_; in vala_unresolved_type_real_to_qualified_string()
418 _tmp27_ = g_strconcat (_tmp23_, _tmp26_, NULL); in vala_unresolved_type_real_to_qualified_string()
421 _g_free0 (_tmp26_); in vala_unresolved_type_real_to_qualified_string()
H A Dvalaclasstype.c145 gpointer _tmp26_; in vala_class_type_real_copy() local
157 _tmp26_ = vala_list_get (_tmp25_, _arg_index); in vala_class_type_real_copy()
158 arg = (ValaDataType*) _tmp26_; in vala_class_type_real_copy()
H A Dvalainterfacetype.c145 gpointer _tmp26_; in vala_interface_type_real_copy() local
157 _tmp26_ = vala_list_get (_tmp25_, _arg_index); in vala_interface_type_real_copy()
158 arg = (ValaDataType*) _tmp26_; in vala_interface_type_real_copy()
H A Dvalaenum.c243 ValaDataType* _tmp26_; in vala_enum_real_add_method() local
253 _tmp26_ = vala_data_type_copy (_tmp25_); in vala_enum_real_add_method()
254 _tmp27_ = _tmp26_; in vala_enum_real_add_method()
469 gint _tmp26_; in vala_enum_real_accept_children() local
476 _tmp26_ = _c_size; in vala_enum_real_accept_children()
477 if (!(_tmp25_ < _tmp26_)) { in vala_enum_real_accept_children()
538 gint _tmp26_; in vala_enum_real_check() local
595 _tmp26_ = _tmp25_; in vala_enum_real_check()
596 if (_tmp26_ <= 0) { in vala_enum_real_check()
/dports/x11/libfm/libfm-1.3.2/src/actions/
H A Dprofile.c126 gchar* _tmp26_ = NULL; in fm_file_action_profile_new() local
194 _tmp26_ = utils_key_file_get_string (_tmp24_, _tmp25_, "StartupWMClass", NULL); in fm_file_action_profile_new()
196 self->startup_wm_class = _tmp26_; in fm_file_action_profile_new()
446 GString* _tmp26_ = NULL; in fm_file_action_profile_launch() local
448 _tmp26_ = all_output; in fm_file_action_profile_launch()
449 _tmp27_ = _tmp26_->str; in fm_file_action_profile_launch()
450 _tmp26_->str = NULL; in fm_file_action_profile_launch()
/dports/x11/libfm-extra/libfm-1.3.2/src/actions/
H A Dprofile.c126 gchar* _tmp26_ = NULL; in fm_file_action_profile_new() local
194 _tmp26_ = utils_key_file_get_string (_tmp24_, _tmp25_, "StartupWMClass", NULL); in fm_file_action_profile_new()
196 self->startup_wm_class = _tmp26_; in fm_file_action_profile_new()
446 GString* _tmp26_ = NULL; in fm_file_action_profile_launch() local
448 _tmp26_ = all_output; in fm_file_action_profile_launch()
449 _tmp27_ = _tmp26_->str; in fm_file_action_profile_launch()
450 _tmp26_->str = NULL; in fm_file_action_profile_launch()
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalagtkmodule.c321 ValaList* _tmp26_; in vala_gtk_module_recurse_type_id_to_vala_map() local
329 _inner_list = _tmp26_; in vala_gtk_module_recurse_type_id_to_vala_map()
474 ValaNamespace* _tmp26_; in vala_gtk_module_recurse_cclass_to_vala_map() local
484 _tmp26_ = inner; in vala_gtk_module_recurse_cclass_to_vala_map()
608 _tmp26_ = FALSE; in vala_gtk_module_ensure_gresource_to_file_map()
610 if (_tmp26_) { in vala_gtk_module_ensure_gresource_to_file_map()
916 _tmp26_ = TRUE; in vala_gtk_module_process_current_ui_resource()
922 _tmp24_ = _tmp26_; in vala_gtk_module_process_current_ui_resource()
1461 gchar* _tmp26_; in vala_gtk_module_real_visit_field() local
1467 _tmp27_ = _tmp26_; in vala_gtk_module_real_visit_field()
[all …]
H A Dvalaccodearraymodule.c888 _tmp26_ = FALSE; in vala_ccode_array_module_real_visit_element_access()
890 if (_tmp26_) { in vala_ccode_array_module_real_visit_element_access()
1242 _tmp26_ = _tmp25_; in vala_ccode_array_module_append_struct_array_free_loop()
1383 _tmp26_ = _tmp25_; in vala_ccode_array_module_real_append_struct_array_free()
1556 _tmp26_ = _tmp25_; in vala_ccode_array_module_real_append_struct_array_destroy()
1895 _tmp26_ = _tmp25_; in vala_ccode_array_module_real_append_vala_array_free()
2225 _tmp26_ = _tmp25_; in vala_ccode_array_module_real_append_vala_array_move()
2429 gchar* _tmp26_; in vala_ccode_array_module_real_append_vala_array_length() local
2496 _tmp26_ = _tmp25_; in vala_ccode_array_module_real_append_vala_array_length()
3918 gchar* _tmp26_; in vala_ccode_array_module_generate_array_add_wrapper() local
[all …]
H A Dvalaccodeassignmentmodule.c200 ValaExpression* _tmp26_; in vala_ccode_assignment_module_emit_simple_assignment() local
212 _tmp26_ = vala_assignment_get_left (assignment); in vala_ccode_assignment_module_emit_simple_assignment()
213 _tmp27_ = _tmp26_; in vala_ccode_assignment_module_emit_simple_assignment()
457 ValaTargetValue* _tmp26_; in vala_ccode_assignment_module_real_visit_assignment() local
477 _tmp26_ = _tmp25_; in vala_ccode_assignment_module_real_visit_assignment()
598 ValaCCodeFunctionCall* _tmp26_; in vala_ccode_assignment_module_real_store_value() local
639 _tmp26_ = sizeof_call; in vala_ccode_assignment_module_real_store_value()
1105 ValaCCodeExpression* _tmp26_; in vala_ccode_assignment_module_real_store_parameter() local
1109 _tmp26_ = _tmp25_; in vala_ccode_assignment_module_real_store_parameter()
1110 vala_ccode_function_add_expression (_tmp24_, _tmp26_); in vala_ccode_assignment_module_real_store_parameter()
[all …]
H A Dvalagerrormodule.c215 _tmp26_ = ecode; in vala_gerror_module_real_generate_error_domain_declaration()
366 _tmp26_ = _tmp25_; in vala_gerror_module_real_visit_error_domain()
368 cquark_call = _tmp26_; in vala_gerror_module_real_visit_error_domain()
494 ValaClass* _tmp26_; in vala_gerror_module_real_return_with_exception() local
515 cl = _tmp26_; in vala_gerror_module_real_return_with_exception()
679 _tmp27_ = _tmp26_; in vala_gerror_module_uncaught_error_statement()
978 error_types = _tmp26_; in vala_gerror_module_real_add_simple_check()
1624 gchar* _tmp26_; in vala_gerror_module_real_visit_try_statement() local
1641 _tmp26_ = _tmp25_; in vala_gerror_module_real_visit_try_statement()
1643 _g_free0 (_tmp26_); in vala_gerror_module_real_visit_try_statement()
[all …]
/dports/lang/vala/vala-0.48.18/libvaladoc/importer/
H A Dgirdocumentationimporter.c587 _tmp26_ = param; in valadoc_importer_gir_documentation_importer_attach_comment()
845 gchar* _tmp26_; in valadoc_importer_gir_documentation_importer_parse_repository() local
850 _tmp26_ = _tmp25_; in valadoc_importer_gir_documentation_importer_parse_repository()
852 _g_free0 (_tmp26_); in valadoc_importer_gir_documentation_importer_parse_repository()
1787 _tmp26_ = _tmp25_; in valadoc_importer_gir_documentation_importer_parse_class()
1944 _tmp26_ = _tmp25_; in valadoc_importer_gir_documentation_importer_parse_interface()
2369 array_lengths = _tmp26_; in valadoc_importer_gir_documentation_importer_parse_function()
2739 gchar* _tmp26_; in valadoc_importer_gir_documentation_importer_parse_boxed() local
2745 _tmp27_ = _tmp26_; in valadoc_importer_gir_documentation_importer_parse_boxed()
2842 gchar* _tmp26_; in valadoc_importer_gir_documentation_importer_parse_union() local
[all …]
/dports/lang/vala/vala-0.48.18/libvaladoc/html/
H A Dbasicdoclet.c2113 _tmp26_ = symbol; in valadoc_html_basic_doclet_write_documentation()
2507 gchar* _tmp26_; in valadoc_html_basic_doclet_write_navi_packages_inline() local
2843 gint* _tmp26_; in valadoc_html_basic_doclet_write_known_symbols_note() local
3844 gchar** _tmp26_; in valadoc_html_basic_doclet_write_child_namespaces() local
3908 _tmp27_ = _tmp26_; in valadoc_html_basic_doclet_write_child_namespaces()
4673 gchar** _tmp26_; in valadoc_html_basic_doclet_write_namespace_content() local
4741 _tmp26_ = _tmp25_; in valadoc_html_basic_doclet_write_namespace_content()
4819 gchar** _tmp26_; in valadoc_html_basic_doclet_write_package_content() local
4888 _tmp27_ = _tmp26_; in valadoc_html_basic_doclet_write_package_content()
5047 gchar* _tmp26_; in valadoc_html_basic_doclet_write_file_header() local
[all …]
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Dprojects.c786 GeeList* _tmp26_; in projects_add() local
797 _tmp26_ = _doc_list; in projects_add()
1070 GeeList* _tmp26_; in projects_change_main_file() local
1084 _tmp26_ = _doc_list; in projects_change_main_file()
1261 gint _tmp26_; in projects_delete() local
1268 _tmp27_ = _tmp26_; in projects_delete()
1419 GFile* _tmp26_; in projects_update_all_documents() local
1711 GError* _tmp26_; in projects_parser_start() local
1724 _tmp27_ = _tmp26_; in projects_parser_start()
1874 gchar* _tmp26_; in projects_save() local
[all …]

12345678910>>...22