Home
last modified time | relevance | path

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

/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/pico/
H A Ddraw2.c267 int cellc=cells,tilex,dx,vsidx=0; in DrawLayerFull() local
294 if(dx != 8) cellc++, vsidx--; // have hscroll, do more cells in DrawLayerFull()
303 if ((pvid->reg[11]&4) && !(vsidx&1)) { // 2-cell mode in DrawLayerFull()
304 vscroll=PicoMem.vsram[vsidx+plane];//&0x1ff; in DrawLayerFull()
311 vsidx++; in DrawLayerFull()
/dports/mail/crm114/crm114-20100106-BlameMichelson.src/
H A Dcrm_var_hash_table.c1171 long vsidx; in crm_vht_lookup() local
1213 crm_nextword ( vname, vlen, 0, &vsidx, &vslen); in crm_vht_lookup()
1217 for (k = vsidx; k < vsidx+vslen; k++) in crm_vht_lookup()
1223 hc = (strnhash ( &vname[vsidx], vslen)) % vht_size; in crm_vht_lookup()
1305 strncpy (badvarname, &vname[vsidx], vslen); in crm_vht_lookup()