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

  /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/ProfileData/
InstrProfReader.cpp 256 RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) {
259 while (CurrentPos != End && *CurrentPos == 0)
260 ++CurrentPos;
262 if (CurrentPos == End)
266 if (CurrentPos + sizeof(RawInstrProf::Header) > End)
269 if (reinterpret_cast<size_t>(CurrentPos) % alignOf<uint64_t>())
272 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos);
277 auto *Header = reinterpret_cast<const RawInstrProf::Header *>(CurrentPos);
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 187 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/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...]
  /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 181 milliseconds