Home
last modified time | relevance | path

Searched refs:_lcache_index (Results 1 – 2 of 2) sorted by relevance

/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Dline.c4 static int _lcache_index[NCOLORS]; variable
12 _lcache[color], _lcache_index[color]);
13 _lcache_index[color] = 0;
25 if (_lcache_index[color] == MAXCACHE)
28 s = &_lcache[color][_lcache_index[color]++];
42 if (_lcache_index[i])
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dx11window.c1630 static int _lcache_index[NCOLORS]; variable
1636 _lcache[color], _lcache_index[color]); in FlushLineCache()
1637 _lcache_index[color] = 0; in FlushLineCache()
1647 if (_lcache_index[color] == MAXCACHE) in W_CacheLine()
1650 s = &_lcache[color][_lcache_index[color]++]; in W_CacheLine()
1665 if (_lcache_index[i]) in W_FlushLineCaches()