Home
last modified time | relevance | path

Searched refs:char_offs (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/aaphoto/aaphoto-0.43.1/
H A Daaphoto.c643 int char_offs, i; in MAIN_ARGUMENTS_READ() local
648 char_offs = 0; in MAIN_ARGUMENTS_READ()
651 while ((myarg[char_offs+i]) && (i < max_char)){ in MAIN_ARGUMENTS_READ()
652 opt_output_path[i] = myarg[char_offs+i]; in MAIN_ARGUMENTS_READ()
674 int char_offs, i; in MAIN_ARGUMENTS_READ() local
677 char_offs = 8; in MAIN_ARGUMENTS_READ()
680 char_offs = 2; in MAIN_ARGUMENTS_READ()
685 if (myarg[char_offs+i] == 0){ in MAIN_ARGUMENTS_READ()
693 while ((myarg[char_offs+i]) && (i < max_char)){ in MAIN_ARGUMENTS_READ()
694 opt_output_path[i] = myarg[char_offs+i]; in MAIN_ARGUMENTS_READ()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dcompucolor.cpp282 offs_t char_offs = ((code & 0x7f) << 3) | (y & 0x07); in PORT_CODE() local
283 if (BIT(code, 7)) char_offs = ((code & 0x7f) << 3) | ((y >> 1) & 0x07); in PORT_CODE()
285 uint8_t data = m_char_rom->base()[char_offs]; in PORT_CODE()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dcompucolor.cpp282 offs_t char_offs = ((code & 0x7f) << 3) | (y & 0x07); in PORT_CODE() local
283 if (BIT(code, 7)) char_offs = ((code & 0x7f) << 3) | ((y >> 1) & 0x07); in PORT_CODE()
285 uint8_t data = m_char_rom->base()[char_offs]; in PORT_CODE()