Searched refs:hsp (Results 1 – 2 of 2) sorted by relevance
97 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; in hex_and_ascii_print_with_offset() local102 hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset()106 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset()108 hsp += HEXDUMP_HEXSTUFF_PER_SHORT; in hex_and_ascii_print_with_offset()113 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset()117 i = 0; hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset()123 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff), in hex_and_ascii_print_with_offset()125 hsp += 3; in hex_and_ascii_print_with_offset()130 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset()
717 Word hsp = VG_(threads)[tid_if_known].arch.vex.guest_REDIR_SP; in VG_() local719 if (hsp >= 1 && hsp < redir_stack_size) in VG_()721 .arch.vex.guest_REDIR_STACK[hsp-1]; in VG_()795 Word hsp = VG_(threads)[tid_if_known] in VG_() local797 hsp -= 2 * redirs_used; in VG_()799 if (hsp >= 1 && hsp < redir_stack_size) in VG_()801 .arch.vex.guest_REDIR_STACK[hsp-1]; in VG_()