Searched refs:old_pc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c379 dbus_bool_t process_credentials, old_pc; local
387 old_pc = wpa_s->conf->wps_cred_processing != 1;
390 if ((wpa_s->conf->wps_cred_processing != 1) != old_pc)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp686 uint64_t old_pc = 0, new_pc = 0;
691 old_pc = ReadRegisterUnsigned (eRegisterKindDWARF, dwarf_pc_mips64, 0, &success);
708 if (old_pc == new_pc)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp820 uint64_t old_pc = 0, new_pc = 0;
825 old_pc = ReadRegisterUnsigned (eRegisterKindDWARF, dwarf_pc_mips, 0, &success);
842 if (old_pc == new_pc)

Completed in 260 milliseconds