Home
last modified time | relevance | path

Searched refs:gdbstub_to_hex_digit (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/core/
H A Dgdbstub.c114 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
115 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
116 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
117 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
120 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
121 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
122 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
123 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
124 dst [ 4 ] = gdbstub_to_hex_digit ( i >> 20 ); in gdbstub_to_hex_buf()
125 dst [ 5 ] = gdbstub_to_hex_digit ( i >> 16); in gdbstub_to_hex_buf()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/core/
H A Dgdbstub.c114 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
115 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
116 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
117 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
120 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
121 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
122 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
123 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
124 dst [ 4 ] = gdbstub_to_hex_digit ( i >> 20 ); in gdbstub_to_hex_buf()
125 dst [ 5 ] = gdbstub_to_hex_digit ( i >> 16); in gdbstub_to_hex_buf()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/core/
H A Dgdbstub.c114 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
115 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
116 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
117 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
120 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
121 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
122 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
123 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
124 dst [ 4 ] = gdbstub_to_hex_digit ( i >> 20 ); in gdbstub_to_hex_buf()
125 dst [ 5 ] = gdbstub_to_hex_digit ( i >> 16); in gdbstub_to_hex_buf()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/core/
H A Dgdbstub.c114 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
115 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
116 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
117 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
120 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
121 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
122 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
123 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
124 dst [ 4 ] = gdbstub_to_hex_digit ( i >> 20 ); in gdbstub_to_hex_buf()
125 dst [ 5 ] = gdbstub_to_hex_digit ( i >> 16); in gdbstub_to_hex_buf()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/core/
H A Dgdbstub.c114 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
115 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
116 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
117 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
120 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
121 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
122 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
123 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
124 dst [ 4 ] = gdbstub_to_hex_digit ( i >> 20 ); in gdbstub_to_hex_buf()
125 dst [ 5 ] = gdbstub_to_hex_digit ( i >> 16); in gdbstub_to_hex_buf()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/core/
H A Dgdbstub.c114 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
115 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
116 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
117 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
120 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
121 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
122 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
123 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
124 dst [ 4 ] = gdbstub_to_hex_digit ( i >> 20 ); in gdbstub_to_hex_buf()
125 dst [ 5 ] = gdbstub_to_hex_digit ( i >> 16); in gdbstub_to_hex_buf()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/core/
H A Dgdbstub.c114 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
115 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
116 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
117 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
120 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
121 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
122 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
123 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
124 dst [ 4 ] = gdbstub_to_hex_digit ( i >> 20 ); in gdbstub_to_hex_buf()
125 dst [ 5 ] = gdbstub_to_hex_digit ( i >> 16); in gdbstub_to_hex_buf()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/core/
H A Dgdbstub.c114 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
115 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
116 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
117 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
120 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
121 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
122 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
123 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
124 dst [ 4 ] = gdbstub_to_hex_digit ( i >> 20 ); in gdbstub_to_hex_buf()
125 dst [ 5 ] = gdbstub_to_hex_digit ( i >> 16); in gdbstub_to_hex_buf()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/core/
H A Dgdbstub.c107 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
108 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
109 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
110 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
113 dst [ 0 ] = gdbstub_to_hex_digit ( i >> 4 ); in gdbstub_to_hex_buf()
114 dst [ 1 ] = gdbstub_to_hex_digit ( i ); in gdbstub_to_hex_buf()
115 dst [ 2 ] = gdbstub_to_hex_digit ( i >> 12 ); in gdbstub_to_hex_buf()
116 dst [ 3 ] = gdbstub_to_hex_digit ( i >> 8 ); in gdbstub_to_hex_buf()
117 dst [ 4 ] = gdbstub_to_hex_digit ( i >> 20 ); in gdbstub_to_hex_buf()
118 dst [ 5 ] = gdbstub_to_hex_digit ( i >> 16); in gdbstub_to_hex_buf()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/gdbstub/
H A Dgdbstub.c280 dst[0] = gdbstub_to_hex_digit(i >> 4); in gdbstub_to_hex_buf()
281 dst[1] = gdbstub_to_hex_digit(i); in gdbstub_to_hex_buf()
282 dst[2] = gdbstub_to_hex_digit(i >> 12); in gdbstub_to_hex_buf()
283 dst[3] = gdbstub_to_hex_digit(i >> 8); in gdbstub_to_hex_buf()
286 dst[0] = gdbstub_to_hex_digit(i >> 4); in gdbstub_to_hex_buf()
287 dst[1] = gdbstub_to_hex_digit(i); in gdbstub_to_hex_buf()
288 dst[2] = gdbstub_to_hex_digit(i >> 12); in gdbstub_to_hex_buf()
289 dst[3] = gdbstub_to_hex_digit(i >> 8); in gdbstub_to_hex_buf()
290 dst[4] = gdbstub_to_hex_digit(i >> 20); in gdbstub_to_hex_buf()
291 dst[5] = gdbstub_to_hex_digit(i >> 16); in gdbstub_to_hex_buf()
[all …]