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

  /external/llvm/lib/MC/
MCObjectStreamer.cpp 378 MCSymbol *CurrentPos = getContext().CreateTempSymbol();
379 EmitLabel(CurrentPos);
382 MCSymbolRefExpr::Create(CurrentPos, Variant, getContext());
  /system/bt/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/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /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/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 431 milliseconds