Home
last modified time | relevance | path

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

/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Daudio_loadsave.c388 static int iti_nalloc = 0; in _save_it_instrument() local
390 iti_nalloc = 0; in _save_it_instrument()
398 iti_map[o] = iti_nalloc; in _save_it_instrument()
399 iti_invmap[iti_nalloc] = o; in _save_it_instrument()
400 iti_nalloc++; in _save_it_instrument()
409 iti.nos = (uint8_t)iti_nalloc; in _save_it_instrument()
467 for (int j = 0; j < iti_nalloc; j++) { in _save_it_instrument()
474 for (int j = 0; j < iti_nalloc; j++) { in _save_it_instrument()