Lines Matching +defs:bc +defs:c
747 struct cmd_list_element *c) in set_remote_protocol_vcont_packet_cmd()
754 struct cmd_list_element *c) in show_remote_protocol_vcont_packet_cmd()
764 struct cmd_list_element *c) in set_remote_protocol_qSymbol_packet_cmd()
771 struct cmd_list_element *c) in show_remote_protocol_qSymbol_packet_cmd()
782 struct cmd_list_element *c) in set_remote_protocol_P_packet_cmd()
789 struct cmd_list_element *c) in show_remote_protocol_P_packet_cmd()
813 struct cmd_list_element *c) in set_remote_protocol_Z_software_bp_packet_cmd()
820 struct cmd_list_element *c) in show_remote_protocol_Z_software_bp_packet_cmd()
827 struct cmd_list_element *c) in set_remote_protocol_Z_hardware_bp_packet_cmd()
834 struct cmd_list_element *c) in show_remote_protocol_Z_hardware_bp_packet_cmd()
841 struct cmd_list_element *c) in set_remote_protocol_Z_write_wp_packet_cmd()
848 struct cmd_list_element *c) in show_remote_protocol_Z_write_wp_packet_cmd()
855 struct cmd_list_element *c) in set_remote_protocol_Z_read_wp_packet_cmd()
862 struct cmd_list_element *c) in show_remote_protocol_Z_read_wp_packet_cmd()
869 struct cmd_list_element *c) in set_remote_protocol_Z_access_wp_packet_cmd()
876 struct cmd_list_element *c) in show_remote_protocol_Z_access_wp_packet_cmd()
888 struct cmd_list_element *c) in set_remote_protocol_Z_packet_cmd()
900 struct cmd_list_element *c) in show_remote_protocol_Z_packet_cmd()
935 struct cmd_list_element *c) in set_remote_protocol_binary_download_cmd()
942 struct cmd_list_element *c) in show_remote_protocol_binary_download_cmd()
952 struct cmd_list_element *c) in set_remote_protocol_qPart_auxv_packet_cmd()
959 struct cmd_list_element *c) in show_remote_protocol_qPart_auxv_packet_cmd()
968 struct cmd_list_element *c) in set_remote_protocol_p_packet_cmd()
975 struct cmd_list_element *c) in show_remote_protocol_p_packet_cmd()
2777 char c = fromhex (p[0]) * 16 + fromhex (p[1]); in remote_console_output() local
4024 long bc; in read_frame() local
4025 int c; in read_frame() local
4160 int c; in getpkt_sane() local
4755 unsigned int c; in crc32() local
5046 char c = (fromhex (p[0]) << 4) + fromhex (p[1]); in remote_rcmd() local