Lines Matching refs:thisRegion
291 WTREGION *thisRegion; in dls_rgnh() local
314 thisRegion = ®ion[regionIndex]; in dls_rgnh()
320 thisRegion->keyGroup = (u8)keyGroup; in dls_rgnh()
366 WTREGION *thisRegion; in dls_wsmp() local
385 thisRegion = ®ion[regionIndex]; in dls_wsmp()
387 thisRegion->unityNote = (u8)unityNote; in dls_wsmp()
389 thisRegion->fineTune = reverse_endian_16(fineTune); in dls_wsmp()
390 thisRegion->attn = reverse_endian_32(attenuation); in dls_wsmp()
406 thisRegion->loopStart = reverse_endian_32(start); in dls_wsmp()
407 thisRegion->loopLength = reverse_endian_32(length); in dls_wsmp()
413 thisRegion->loopStart = 0; in dls_wsmp()
414 thisRegion->loopLength = 0; in dls_wsmp()
452 WTREGION *thisRegion; in dls_wlnk() local
466 thisRegion = ®ion[regionIndex]; in dls_wlnk()
468 thisRegion->sampleIndex = reverse_endian_32(tableIndex); in dls_wlnk()
469 thisRegion->articulationIndex = reverse_endian_32(artIndex); in dls_wlnk()