Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/access/
H A Dplayer.h70 void walkLeft();
H A Dplayer.cpp214 walkLeft(); in walk()
312 void Player::walkLeft() { in walkLeft() function in Access::Player
643 walkLeft(); in checkMove()
/dports/games/scummvm/scummvm-2.5.1/engines/access/
H A Dplayer.h70 void walkLeft();
H A Dplayer.cpp214 walkLeft(); in walk()
312 void Player::walkLeft() { in walkLeft() function in Access::Player
643 walkLeft(); in checkMove()
/dports/biology/bowtie2/bowtie2-2.4.4/
H A Dbt2_idx.cpp130 TIndexOffU Ebwt::walkLeft(TIndexOffU row, TIndexOffU steps) const { in walkLeft() function in Ebwt
H A Dgroup_walk.h514 assert_eq(bwrow, ebwt.walkLeft(origBwRow, step)); in init()
735 assert_eq(row, ebwt.walkLeft(origRow, step)); in repOk()
931 ebwt.walkLeft(sa.topf + gws.map.back(), step+1)); in advance()
H A Dbt2_idx.h1485 TIndexOffU walkLeft(TIndexOffU row, TIndexOffU steps) const;
/dports/biology/hisat2/hisat2-2.2.1/
H A Dgroup_walk.h558 assert_eq(bwrow, gfm.walkLeft(origBwRow, step)); in init()
907 assert_eq(row, gfm.walkLeft(origRow, step)); in repOk()
1141 gfm.walkLeft(sa.topf + gws.map.back(), step+1)); in advance()
H A Dgfm.h2759 index_t walkLeft(index_t row, index_t steps) const;
5658 index_t GFM<index_t>::walkLeft(index_t row, index_t steps) const { in walkLeft() function