Searched defs:hsp (Results 1 - 3 of 3) sorted by relevance

/external/tcpdump/
H A Dprint-ascii.c97 char hexstuff[HEXDUMP_SHORTS_PER_LINE*HEXDUMP_HEXSTUFF_PER_SHORT+1], *hsp; local
102 hsp = hexstuff; asp = asciistuff;
106 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff),
108 hsp += HEXDUMP_HEXSTUFF_PER_SHORT;
113 *hsp = *asp = '\0';
117 i = 0; hsp = hexstuff; asp = asciistuff;
123 (void)snprintf(hsp, sizeof(hexstuff) - (hsp - hexstuff),
125 hsp
[all...]
/external/valgrind/main/coregrind/
H A Dm_stacktrace.c698 Word hsp = VG_(threads)[tid_if_known].arch.vex.guest_REDIR_SP; local
700 if (hsp >= 1 && hsp < redir_stack_size)
702 .arch.vex.guest_REDIR_STACK[hsp-1];
775 Word hsp = VG_(threads)[tid_if_known] local
777 hsp -= 2 * redirs_used;
779 if (hsp >= 1 && hsp < redir_stack_size)
781 .arch.vex.guest_REDIR_STACK[hsp-1];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 312 milliseconds