Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_xmf.c520 EAS_I32 treeStart; in XMF_FindFileContents() local
559 …if ((result = XMF_ReadVLQ(hwInstData, pXMFData->fileHandle, &remainingBytes, &treeStart)) != EAS_S… in XMF_FindFileContents()
561 if (treeStart < 0) in XMF_FindFileContents()
566 if (treeEnd < treeStart || treeEnd >= fileLength) in XMF_FindFileContents()
569 …if ((result = XMF_ReadNode(hwInstData, pXMFData, treeStart, treeEnd + 1, &length, node_depth)) != … in XMF_FindFileContents()