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

  /system/bt/bta/dm/
bta_dm_sco.cc 98 CurrentPos -= 8000; \
100 if (CurrentPos >= 0) { \
104 CurrentPos += dwSrcSps; \
149 CurrentPos -= 8000; \
151 if (CurrentPos >= 0) { \
155 CurrentPos += dwSrcSps; \
199 CurrentPos -= 8000; \
201 if (CurrentPos >= 0) { \
205 CurrentPos += dwSrcSps; \
241 int32_t CurrentPos = *pLastCurPos
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
IfrParse.h 47 char *CurrentPos;
IfrParse.c 743 Context->CurrentPos = Context->IfrBufferStart;
766 (Context->CurrentPos >= Context->IfrBufferStart) &&
767 (Context->CurrentPos < Context->IfrBufferStart + Context->IfrBufferLen)
769 OpHeader = (EFI_IFR_OP_HEADER *) Context->CurrentPos;
788 IfrEntry->RawIfrHeader = (EFI_IFR_OP_HEADER *) (Context->CurrentPos);
843 Context->CurrentPos += OpHeader->Length;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectStreamer.cpp 235 MCSymbol *CurrentPos = getContext().CreateTempSymbol();
236 EmitLabel(CurrentPos);
239 MCSymbolRefExpr::Create(CurrentPos, Variant, getContext());
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 276 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) {
279 while (CurrentPos != End && *CurrentPos == 0)
280 ++CurrentPos;
282 if (CurrentPos == End)
286 if (CurrentPos + sizeof(RawInstrProf::Header) > End)
289 if (reinterpret_cast<size_t>(CurrentPos) % alignOf<uint64_t>())
292 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos);
297 auto *Header = reinterpret_cast<const RawInstrProf::Header *>(CurrentPos);
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 207 Error 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/third_party/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/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
FormDisplay.c     [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 1839 milliseconds