Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/tools/dls1wt/src/
Ddls.c54 static u16 regionIndex; variable
314 thisRegion = &region[regionIndex]; in dls_rgnh()
333 reverse_endian_16(regionIndex); in dls_rgnh()
344 reverse_endian_16(regionIndex); in dls_rgnh()
385 thisRegion = &region[regionIndex]; in dls_wsmp()
466 thisRegion = &region[regionIndex]; in dls_wlnk()
471 regionIndex++; in dls_wlnk()
1150 regionIndex = 0; in dls_read_file()
1249 fwrite(region, sizeof(WTREGION), regionIndex, wtFile); in dls_read_file()
1251 filePosition += sizeof(WTREGION) * regionIndex; in dls_read_file()