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

/external/qemu-pc-bios/vgabios/
H A Dvgabios.h27 #define GET_CH() ( CX >> 8 ) macro
/external/valgrind/main/coregrind/
H A Dm_libcfile.c889 # define GET_CH ((*str) ? (*str++) : 0) macro
896 c = GET_CH;
912 c = GET_CH;
925 # undef GET_CH macro
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c1008 #define GET_CH() ( CX >> 8 ) macro
4726 if ( !enqueue_key(GET_CH(), GET_CL()) ) {
5263 cylinder = GET_CH();
6113 cylinder = (GET_CL() & 0x00c0) << 2 | GET_CH();
6374 cylinder = (GET_CL() & 0x00c0) << 2 | GET_CH();
6520 cylinder = GET_CH();
7202 track = GET_CH();
7533 track = GET_CH();

Completed in 183 milliseconds