Searched refs:SET_BYTE (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-e7kpc.c84 #define SET_BYTE(x,y) { char _buf = y;dosmemput(&_buf,1, x);} macro
93 #define SET_BYTE(x,y) *(volatile unsigned char *)(x) = (y) macro

Completed in 148 milliseconds