Lines Matching refs:num_hex
913 int num_hex; in nes_dump_mem() local
930 num_hex = 0; in nes_dump_mem()
934 hex_buf[num_hex++] = '-'; in nes_dump_mem()
935 hex_buf[num_hex++] = ' '; in nes_dump_mem()
942 hex_buf[num_hex++] = xlate[((*ptr & 0xf0) >> 4)]; in nes_dump_mem()
943 hex_buf[num_hex++] = xlate[*ptr & 0x0f]; in nes_dump_mem()
944 hex_buf[num_hex++] = ' '; in nes_dump_mem()
953 num_hex = 0; in nes_dump_mem()
961 hex_buf[num_hex++] = ' '; in nes_dump_mem()
962 hex_buf[num_hex++] = ' '; in nes_dump_mem()
964 hex_buf[num_hex++] = ' '; in nes_dump_mem()
965 hex_buf[num_hex++] = ' '; in nes_dump_mem()
966 hex_buf[num_hex++] = ' '; in nes_dump_mem()