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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/gdbserver/
H A Dremote-utils.c294 fromhex (int a) function
318 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
336 addr = addr | (fromhex (ch) & 0x0f);
770 c1 = fromhex (readchar ());
771 c2 = fromhex (readchar ());
839 nib1 = fromhex (*from++);
840 nib2 = fromhex (*from++);
990 *mem_addr_ptr |= fromhex (ch) & 0x0f;
998 *len_ptr |= fromhex (c
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/gdbserver/
H A Dremote-utils.c294 fromhex (int a) function
318 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
336 addr = addr | (fromhex (ch) & 0x0f);
770 c1 = fromhex (readchar ());
771 c2 = fromhex (readchar ());
839 nib1 = fromhex (*from++);
840 nib2 = fromhex (*from++);
990 *mem_addr_ptr |= fromhex (ch) & 0x0f;
998 *len_ptr |= fromhex (c
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/gdbserver/
H A Dremote-utils.c294 fromhex (int a) function
318 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
336 addr = addr | (fromhex (ch) & 0x0f);
770 c1 = fromhex (readchar ());
771 c2 = fromhex (readchar ());
839 nib1 = fromhex (*from++);
840 nib2 = fromhex (*from++);
990 *mem_addr_ptr |= fromhex (ch) & 0x0f;
998 *len_ptr |= fromhex (c
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dxfuncs.c322 static unsigned char fromhex(char c) function
344 uuid[i] = ((fromhex(s[0]) << 4) | fromhex(s[1]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dxfuncs.c322 static unsigned char fromhex(char c) function
344 uuid[i] = ((fromhex(s[0]) << 4) | fromhex(s[1]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dxfuncs.c322 static unsigned char fromhex(char c) function
344 uuid[i] = ((fromhex(s[0]) << 4) | fromhex(s[1]));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dremote.c184 static int fromhex (int a);
2056 text_addr = (text_addr << 4) + fromhex (*ptr++);
2062 data_addr = (data_addr << 4) + fromhex (*ptr++);
2071 bss_addr = (bss_addr << 4) + fromhex (*ptr++);
2084 text_addr = (text_addr << 4) + fromhex (*ptr++);
2091 data_addr = (data_addr << 4) + fromhex (*ptr++);
2728 fromhex (int a)
2753 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
3180 char c = fromhex (
2722 fromhex (int a) function
[all...]
H A Dmonitor.c217 fromhex (int a) function
876 val += fromhex (*p++);
1887 val = fromhex (c) * 16 + fromhex (*(p + 1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dremote.c184 static int fromhex (int a);
2056 text_addr = (text_addr << 4) + fromhex (*ptr++);
2062 data_addr = (data_addr << 4) + fromhex (*ptr++);
2071 bss_addr = (bss_addr << 4) + fromhex (*ptr++);
2084 text_addr = (text_addr << 4) + fromhex (*ptr++);
2091 data_addr = (data_addr << 4) + fromhex (*ptr++);
2728 fromhex (int a)
2753 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
3180 char c = fromhex (
2722 fromhex (int a) function
[all...]
H A Dmonitor.c217 fromhex (int a) function
876 val += fromhex (*p++);
1887 val = fromhex (c) * 16 + fromhex (*(p + 1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dremote.c184 static int fromhex (int a);
2056 text_addr = (text_addr << 4) + fromhex (*ptr++);
2062 data_addr = (data_addr << 4) + fromhex (*ptr++);
2071 bss_addr = (bss_addr << 4) + fromhex (*ptr++);
2084 text_addr = (text_addr << 4) + fromhex (*ptr++);
2091 data_addr = (data_addr << 4) + fromhex (*ptr++);
2728 fromhex (int a)
2753 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
3180 char c = fromhex (
2722 fromhex (int a) function
[all...]
H A Dmonitor.c217 fromhex (int a) function
876 val += fromhex (*p++);
1887 val = fromhex (c) * 16 + fromhex (*(p + 1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dhdparm.c1915 static int fromhex(unsigned char c) function
1939 sbuf[i] = (sbuf[i] << 4) + fromhex(*(b++));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dhdparm.c1915 static int fromhex(unsigned char c) function
1939 sbuf[i] = (sbuf[i] << 4) + fromhex(*(b++));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dhdparm.c1915 static int fromhex(unsigned char c) function
1939 sbuf[i] = (sbuf[i] << 4) + fromhex(*(b++));

Completed in 304 milliseconds