HomeSort by relevance Sort by last modified time
    Searched refs:nTarget (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 587 int nTarget, found;
595 nTarget = r->p-pTarget;
597 nTarget = 0;
601 ** If nTarget==nSource, we should not move any memory nor realloc.
602 ** If nTarget>nSource, trim target and realloc.
603 ** If nTarget<nSource, realloc then expand target.
605 if( nTarget>nSource ){
606 memmove(pTarget+nSource, pTarget+nTarget, docListEnd(d)-(pTarget+nTarget));
608 if( nTarget!=nSource )
    [all...]
  /hardware/qcom/media/mm-core/inc/
QOMX_AudioExtensions.h 462 OMX_U8 nTarget; /**< Target fade level */

Completed in 776 milliseconds