Home
last modified time | relevance | path

Searched refs:not_right (Results 1 – 9 of 9) sorted by relevance

/dports/devel/z88dk/z88dk/libsrc/target/z80tvgame/games/
H A Djoystick.asm36 jr c,not_right
38 not_right: label
/dports/devel/z88dk/z88dk/libsrc/target/spc1000/games/
H A Djoystick.asm30 jr nc,not_right
32 not_right: label
/dports/devel/z88dk/z88dk/libsrc/target/sv8000/games/
H A Djoystick.asm47 jr c,not_right
50 not_right:
/dports/devel/z88dk/z88dk/libsrc/target/pv1000/games/
H A Djoystick.asm68 jr nc,not_right
70 not_right: label
/dports/devel/z88dk/z88dk/libsrc/target/coleco/games/
H A Dcoleco_joypad.asm57 jr nz,not_right
59 not_right: label
/dports/databases/db5/db-5.3.28/src/dbreg/
H A Ddbreg_util.c689 goto not_right;
718 goto not_right;
734 not_right:
/dports/databases/db18/db-18.1.40/src/dbreg/
H A Ddbreg_util.c770 goto not_right;
799 goto not_right;
816 not_right:
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Dlog_rec.c315 goto not_right;
325 not_right:
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc261 Object not_right = in CheckFindCodeObject() local
263 CHECK(not_right != *code); in CheckFindCodeObject()