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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/
H A Dgdbstub.c260 char *tmp_hex; local
268 tmp_hex = tmp_raw - 1;
269 while (tmp_hex >= buf) {
271 *tmp_raw = hex_to_bin(*tmp_hex--);
272 *tmp_raw |= hex_to_bin(*tmp_hex--) << 4;

Completed in 45 milliseconds