Home
last modified time | relevance | path

Searched refs:saved_location (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_microdesc.c159 tt_int_op(md1->saved_location, OP_EQ, SAVED_IN_JOURNAL); in test_md_cache()
160 tt_int_op(md2->saved_location, OP_EQ, SAVED_IN_JOURNAL); in test_md_cache()
161 tt_int_op(md3->saved_location, OP_EQ, SAVED_IN_JOURNAL); in test_md_cache()
188 tt_int_op(md1->saved_location, OP_EQ, SAVED_IN_CACHE); in test_md_cache()
189 tt_int_op(md2->saved_location, OP_EQ, SAVED_IN_CACHE); in test_md_cache()
190 tt_int_op(md3->saved_location, OP_EQ, SAVED_IN_CACHE); in test_md_cache()
246 tt_int_op(md1->saved_location, OP_EQ, SAVED_IN_CACHE); in test_md_cache()
247 tt_int_op(md2->saved_location, OP_EQ, SAVED_IN_CACHE); in test_md_cache()
248 tt_int_op(md3->saved_location, OP_EQ, SAVED_IN_JOURNAL); in test_md_cache()
251 tt_int_op(md3->saved_location, OP_EQ, SAVED_IN_CACHE); in test_md_cache()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_microdesc.c159 tt_int_op(md1->saved_location, OP_EQ, SAVED_IN_JOURNAL); in test_md_cache()
160 tt_int_op(md2->saved_location, OP_EQ, SAVED_IN_JOURNAL); in test_md_cache()
161 tt_int_op(md3->saved_location, OP_EQ, SAVED_IN_JOURNAL); in test_md_cache()
188 tt_int_op(md1->saved_location, OP_EQ, SAVED_IN_CACHE); in test_md_cache()
189 tt_int_op(md2->saved_location, OP_EQ, SAVED_IN_CACHE); in test_md_cache()
190 tt_int_op(md3->saved_location, OP_EQ, SAVED_IN_CACHE); in test_md_cache()
246 tt_int_op(md1->saved_location, OP_EQ, SAVED_IN_CACHE); in test_md_cache()
247 tt_int_op(md2->saved_location, OP_EQ, SAVED_IN_CACHE); in test_md_cache()
248 tt_int_op(md3->saved_location, OP_EQ, SAVED_IN_JOURNAL); in test_md_cache()
251 tt_int_op(md3->saved_location, OP_EQ, SAVED_IN_CACHE); in test_md_cache()
[all …]
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourceundomanagerdefault.c154 GList *saved_location; member
281 manager->priv->saved_location != manager->priv->location) in clear_all()
294 manager->priv->saved_location = NULL; in clear_all()
319 if (manager->priv->saved_location == NULL) in remove_last_action_group()
325 manager->priv->saved_location = NULL; in remove_last_action_group()
352 manager->priv->saved_location == first_node) in remove_first_action_group()
472 g_assert (manager->priv->saved_location == NULL); in insert_new_action_group()
492 manager->priv->saved_location == NULL) in insert_new_action_group()
1174 manager->priv->saved_location = manager->priv->location; in modified_changed_cb()
1413 if (old_location == manager->priv->saved_location) in restore_modified_state()
[all …]
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourceundomanagerdefault.c156 GList *saved_location; member
283 manager->priv->saved_location != manager->priv->location) in clear_all()
296 manager->priv->saved_location = NULL; in clear_all()
321 if (manager->priv->saved_location == NULL) in remove_last_action_group()
327 manager->priv->saved_location = NULL; in remove_last_action_group()
354 manager->priv->saved_location == first_node) in remove_first_action_group()
474 g_assert (manager->priv->saved_location == NULL); in insert_new_action_group()
494 manager->priv->saved_location == NULL) in insert_new_action_group()
1176 manager->priv->saved_location = manager->priv->location; in modified_changed_cb()
1415 if (old_location == manager->priv->saved_location) in restore_modified_state()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/nodelist/
H A Dmicrodesc.c426 md->saved_location = SAVED_IN_JOURNAL; in microdescs_add_list_to_cache()
430 md->saved_location = where; in microdescs_add_list_to_cache()
690 if (md->saved_location != SAVED_IN_CACHE) in microdesc_wipe_body()
694 md->saved_location = SAVED_NOWHERE; in microdesc_wipe_body()
766 if (md->saved_location != SAVED_IN_CACHE) { in microdesc_cache_rebuild()
768 md->saved_location = SAVED_IN_CACHE; in microdesc_cache_rebuild()
791 if (md->saved_location == SAVED_IN_CACHE) { in microdesc_cache_rebuild()
808 tor_assert(md->saved_location == SAVED_IN_CACHE); in microdesc_cache_rebuild()
916 if (md->body && md->saved_location != SAVED_IN_CACHE) in microdesc_free_()
/dports/security/tor/tor-0.4.6.8/src/feature/nodelist/
H A Dmicrodesc.c426 md->saved_location = SAVED_IN_JOURNAL; in microdescs_add_list_to_cache()
430 md->saved_location = where; in microdescs_add_list_to_cache()
690 if (md->saved_location != SAVED_IN_CACHE) in microdesc_wipe_body()
694 md->saved_location = SAVED_NOWHERE; in microdesc_wipe_body()
766 if (md->saved_location != SAVED_IN_CACHE) { in microdesc_cache_rebuild()
768 md->saved_location = SAVED_IN_CACHE; in microdesc_cache_rebuild()
791 if (md->saved_location == SAVED_IN_CACHE) { in microdesc_cache_rebuild()
808 tor_assert(md->saved_location == SAVED_IN_CACHE); in microdesc_cache_rebuild()
916 if (md->body && md->saved_location != SAVED_IN_CACHE) in microdesc_free_()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/lib/
H A Dcompletion-support.exp519 set saved_location ${location}
523 set location "${saved_location}${label_sep}$label"
530 set saved_location ${location}
532 set location "${saved_location} -label $label"
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimplify-me.c54 location_t saved_location; in force_gimple_operand_1() local
66 saved_location = input_location; in force_gimple_operand_1()
88 input_location = saved_location; in force_gimple_operand_1()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimplify-me.c48 location_t saved_location; in force_gimple_operand_1() local
60 saved_location = input_location; in force_gimple_operand_1()
82 input_location = saved_location; in force_gimple_operand_1()

12345678910>>...17