Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dgamate.cpp248 int x_byte = x >> 3; in get_pixel_from_vram() local
251 int address = ((y * 0x20) + x_byte) << 1; in get_pixel_from_vram()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dgamate.cpp248 int x_byte = x >> 3; in get_pixel_from_vram() local
251 int address = ((y * 0x20) + x_byte) << 1; in get_pixel_from_vram()
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_dpi_arg_inout_type.v873 byte x_byte; register
962x_byte = 8'd10 - 8'(i); i_byte(x_byte); if (x_byte
H A Dt_dpi_arg_output_type.cpp576 char x_byte; in check_exports() local
665 e_byte(&x_byte); in check_exports()
666 if (x_byte != 10 + n) stop(); in check_exports()
H A Dt_dpi_arg_output_type.v787 byte x_byte; register
876 … i_byte(x_byte); if (x_byte !== 8'd10 - 8'(i)) $stop;
H A Dt_dpi_arg_inout_type.cpp778 char x_byte; in check_exports() local
897 x_byte = 10 + n; in check_exports()
898 e_byte(&x_byte); in check_exports()
899 if (x_byte != 110 + n) stop(); in check_exports()
/dports/games/xtux/xtux/src/ggz/easysock/
H A DChangeLog56 - Renamed x_byte to x_char
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/get_if_addrs-0.5.3/src/
H A Dlib.rs447 let x_byte = ipv4_addr.octets()[n]; in get_if_addrs() localVariable
458 if (x_byte & bit) == (y_byte & bit) { in get_if_addrs()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/get_if_addrs-0.5.3/src/
H A Dlib.rs447 let x_byte = ipv4_addr.octets()[n]; in get_if_addrs() localVariable
458 if (x_byte & bit) == (y_byte & bit) { in get_if_addrs()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dseg009.c710 int y, x_pixel, x_byte, pixel_in_byte; in conv_to_8bpp() local
716 for (x_pixel = x_byte = 0; x_byte < stride; ++x_byte) { in conv_to_8bpp()