HomeSort by relevance Sort by last modified time
    Searched refs:CurrentPos (Results 1 - 10 of 10) 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/ProfileData/
InstrProfReader.cpp 181 RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) {
184 while (CurrentPos != End && *CurrentPos == 0)
185 ++CurrentPos;
187 if (CurrentPos == End)
191 if (CurrentPos + sizeof(RawHeader) > End)
194 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos);
199 auto *Header = reinterpret_cast<const RawHeader *>(CurrentPos);
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 331 MCSymbol *CurrentPos = getContext().CreateTempSymbol();
332 EmitLabel(CurrentPos);
335 MCSymbolRefExpr::Create(CurrentPos, Variant, getContext());
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 183 std::error_code readNextHeader(const char *CurrentPos);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 127 void *CurrentPos;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmstypes.c 223 cmsUInt32Number DirectoryPos, CurrentPos, Before;
257 CurrentPos = io ->Tell(io);
265 if (!io ->Seek(io, CurrentPos)) goto Error;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
dlist.c 993 if (ctx->ListState.CurrentPos + numNodes + 2 > BLOCK_SIZE) {
996 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos;
1005 ctx->ListState.CurrentPos = 0;
1008 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos;
1009 ctx->ListState.CurrentPos += numNodes;
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
dlist.c 993 if (ctx->ListState.CurrentPos + numNodes + 2 > BLOCK_SIZE) {
996 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos;
1005 ctx->ListState.CurrentPos = 0;
1008 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos;
1009 ctx->ListState.CurrentPos += numNodes;
    [all...]

Completed in 195 milliseconds