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

  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 94 CurrentPos -= 8000; \
96 if (CurrentPos >= 0) \
101 CurrentPos += dwSrcSps; \
148 CurrentPos -= 8000; \
150 if (CurrentPos >= 0) \
155 CurrentPos += dwSrcSps; \
201 CurrentPos -= 8000; \
203 if (CurrentPos >= 0) \
208 CurrentPos += dwSrcSps; \
245 INT32 CurrentPos = *pLastCurPos
    [all...]
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 309 MCSymbol *CurrentPos = getContext().CreateTempSymbol();
310 EmitLabel(CurrentPos);
313 MCSymbolRefExpr::Create(CurrentPos, Variant, getContext());

Completed in 146 milliseconds