Home
last modified time | relevance | path

Searched refs:shift_counter (Results 1 – 9 of 9) sorted by path

/dports/devel/fatal/fatal-2021.12.27.00/fatal/codec/
H A Dvarint.h241 using shift_counter = smallest_fast_unsigned_integral<
389 shift_counter shift_ = 0;
/dports/games/mirrormagic/mirrormagic-2.0.2/src/libgame/
H A Dmisc.c208 static int shift_counter = 0; in int2str() local
209 char *s = shift_array[shift_counter]; in int2str()
211 shift_counter = (shift_counter + 1) % 10; in int2str()
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/libgame/
H A Dmisc.c102 static int shift_counter = 0; in int2str() local
103 char *s = shift_array[shift_counter]; in int2str()
105 shift_counter = (shift_counter + 1) % 10; in int2str()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/libgame/
H A Dmisc.c102 static int shift_counter = 0; in int2str() local
103 char *s = shift_array[shift_counter]; in int2str()
105 shift_counter = (shift_counter + 1) % 10; in int2str()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/libgame/
H A Dmisc.c102 static int shift_counter = 0; in int2str() local
103 char *s = shift_array[shift_counter]; in int2str()
105 shift_counter = (shift_counter + 1) % 10; in int2str()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/libgame/
H A Dmisc.c102 static int shift_counter = 0; in int2str() local
103 char *s = shift_array[shift_counter]; in int2str()
105 shift_counter = (shift_counter + 1) % 10; in int2str()
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/jakobo/hotp-php/src/
H A DHOTP.php88 $shift_counter = $counter + $value;
89 $out[$shift_counter] = self::generateByCounter( $key, $shift_counter );
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/jakobo/hotp-php/src/
H A DHOTP.php88 $shift_counter = $counter + $value;
89 $out[$shift_counter] = self::generateByCounter( $key, $shift_counter );
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/jakobo/hotp-php/src/
H A DHOTP.php88 $shift_counter = $counter + $value;
89 $out[$shift_counter] = self::generateByCounter( $key, $shift_counter );