Searched refs:nBase (Results 1 - 3 of 3) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_reverb.c529 EAS_U16 nBase; local
544 nBase = pReverbData->m_nBaseIndex;
555 //nAddr = CIRCULAR(nBase, psAp0->m_zApOut, REVERB_BUFFER_MASK);
556 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApOut, REVERB_BUFFER_MASK);
568 nAddr = CIRCULAR(nBase, pReverbData->m_sAp0.m_zApIn, REVERB_BUFFER_MASK);
572 nAddr = CIRCULAR(nBase, pReverbData->m_zD0In, REVERB_BUFFER_MASK);
584 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApOut, REVERB_BUFFER_MASK);
596 nAddr = CIRCULAR(nBase, pReverbData->m_sAp1.m_zApIn, REVERB_BUFFER_MASK);
600 nAddr = CIRCULAR(nBase, pReverbData->m_zD1In, REVERB_BUFFER_MASK);
607 nAddr = CIRCULAR(nBase, pReverbDat
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c109143 int nBase = nExpr + bSeq + nData; /* Fields in sorter record */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c109161 int nBase = nExpr + bSeq + nData; /* Fields in sorter record */ local
[all...]

Completed in 611 milliseconds