Home
last modified time | relevance | path

Searched refs:old_flags (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/mpfr/src/
HDround_near_x.c160 unsigned int old_flags = __gmpfr_flags; in mpfr_round_near_x() local
206 __gmpfr_flags = old_flags; in mpfr_round_near_x()
/dragonfly/crypto/libressl/crypto/ec/
HDec_ameth.c315 unsigned int tmp_flags, old_flags; in eckey_priv_encode() local
329 old_flags = EC_KEY_get_enc_flags(ec_key); in eckey_priv_encode()
330 tmp_flags = old_flags | EC_PKEY_NO_PARAMETERS; in eckey_priv_encode()
334 EC_KEY_set_enc_flags(ec_key, old_flags); in eckey_priv_encode()
340 EC_KEY_set_enc_flags(ec_key, old_flags); in eckey_priv_encode()
346 EC_KEY_set_enc_flags(ec_key, old_flags); in eckey_priv_encode()
352 EC_KEY_set_enc_flags(ec_key, old_flags); in eckey_priv_encode()
/dragonfly/contrib/gcc-4.7/gcc/
HDdce.c1063 int old_flags; in run_word_dce() local
1069 old_flags = df_clear_flags (DF_DEFER_INSN_RESCAN + DF_NO_INSN_RESCAN); in run_word_dce()
1074 df_set_flags (old_flags); in run_word_dce()
1096 int old_flags = in run_fast_df_dce() local
1103 df_set_flags (old_flags); in run_fast_df_dce()
HDdf-core.c474 int old_flags = df->changeable_flags; in df_set_flags() local
476 return old_flags; in df_set_flags()
486 int old_flags = df->changeable_flags; in df_clear_flags() local
488 return old_flags; in df_clear_flags()
HDtrans-mem.c1268 int old_flags = fallthru_edge->flags; in tm_log_emit_save_or_restores() local
1275 make_edge (before_bb, cond_bb, old_flags); in tm_log_emit_save_or_restores()
/dragonfly/contrib/gcc-8.0/gcc/
HDdce.c1197 int old_flags; in run_word_dce() local
1203 old_flags = df_clear_flags (DF_DEFER_INSN_RESCAN + DF_NO_INSN_RESCAN); in run_word_dce()
1208 df_set_flags (old_flags); in run_word_dce()
1230 int old_flags = in run_fast_df_dce() local
1237 df_set_flags (old_flags); in run_fast_df_dce()
HDdf-core.c466 int old_flags = df->changeable_flags; in df_set_flags() local
468 return old_flags; in df_set_flags()
478 int old_flags = df->changeable_flags; in df_clear_flags() local
480 return old_flags; in df_clear_flags()
/dragonfly/contrib/binutils-2.27/gold/
HDmips.cc9269 elfcpp::Elf_Word old_flags = this->processor_specific_flags(); in merge_obj_e_flags() local
9275 old_flags &= ~elfcpp::EF_MIPS_NOREORDER; in merge_obj_e_flags()
9280 old_flags &= ~elfcpp::EF_MIPS_XGOT; in merge_obj_e_flags()
9285 old_flags &= ~elfcpp::EF_MIPS_UCODE; in merge_obj_e_flags()
9287 if (new_flags == old_flags) in merge_obj_e_flags()
9294 != ((old_flags & (elfcpp::EF_MIPS_PIC | elfcpp::EF_MIPS_CPIC)) != 0)) in merge_obj_e_flags()
9304 old_flags &= ~(elfcpp::EF_MIPS_PIC | elfcpp::EF_MIPS_CPIC); in merge_obj_e_flags()
9307 if (mips_32bit_flags(old_flags) != mips_32bit_flags(new_flags)) in merge_obj_e_flags()
9327 if ((old_flags & elfcpp::EF_MIPS_ABI) == 0 in merge_obj_e_flags()
9341 old_flags &= (~(elfcpp::EF_MIPS_ARCH | elfcpp::EF_MIPS_MACH in merge_obj_e_flags()
[all …]