Home
last modified time | relevance | path

Searched refs:CurrentPos (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_sco.c94 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; in Convert_8M_ToBT_Filtered() local
[all …]
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp181 RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader() argument
184 while (CurrentPos != End && *CurrentPos == 0) in readNextHeader()
185 ++CurrentPos; in readNextHeader()
187 if (CurrentPos == End) in readNextHeader()
191 if (CurrentPos + sizeof(RawHeader) > End) in readNextHeader()
194 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos); in readNextHeader()
199 auto *Header = reinterpret_cast<const RawHeader *>(CurrentPos); in readNextHeader()
/external/llvm/lib/MC/
DMCObjectStreamer.cpp331 MCSymbol *CurrentPos = getContext().CreateTempSymbol(); in EmitValueToOffset() local
332 EmitLabel(CurrentPos); in EmitValueToOffset()
335 MCSymbolRefExpr::Create(CurrentPos, Variant, getContext()); in EmitValueToOffset()
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmstypes.c223 cmsUInt32Number DirectoryPos, CurrentPos, Before; in WritePositionTable() local
257 CurrentPos = io ->Tell(io); in WritePositionTable()
265 if (!io ->Seek(io, CurrentPos)) goto Error; in WritePositionTable()
2670 cmsUInt32Number BaseOffset, DirectoryPos, CurrentPos; in Type_LUTA2B_Write() local
2733 CurrentPos = io ->Tell(io); in Type_LUTA2B_Write()
2743 if (!io ->Seek(io, CurrentPos)) return FALSE; in Type_LUTA2B_Write()
2855 cmsUInt32Number BaseOffset, DirectoryPos, CurrentPos; in Type_LUTB2A_Write() local
2912 CurrentPos = io ->Tell(io); in Type_LUTB2A_Write()
2922 if (!io ->Seek(io, CurrentPos)) return FALSE; in Type_LUTB2A_Write()
4445 cmsUInt32Number i, BaseOffset, DirectoryPos, CurrentPos; in Type_MPE_Write() local
[all …]
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h183 std::error_code readNextHeader(const char *CurrentPos);
/external/mesa3d/src/mesa/main/
Ddlist.c993 if (ctx->ListState.CurrentPos + numNodes + 2 > BLOCK_SIZE) { in dlist_alloc()
996 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()
1005 ctx->ListState.CurrentPos = 0; in dlist_alloc()
1008 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()
1009 ctx->ListState.CurrentPos += numNodes; in dlist_alloc()
9055 ctx->ListState.CurrentPos = 0; in _mesa_NewList()
11104 ctx->ListState.CurrentPos = 0; in _mesa_init_display_list()
Dmtypes.h3252 GLuint CurrentPos; /**< Index into current block of nodes */ member
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddlist.c993 if (ctx->ListState.CurrentPos + numNodes + 2 > BLOCK_SIZE) { in dlist_alloc()
996 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()
1005 ctx->ListState.CurrentPos = 0; in dlist_alloc()
1008 n = ctx->ListState.CurrentBlock + ctx->ListState.CurrentPos; in dlist_alloc()
1009 ctx->ListState.CurrentPos += numNodes; in dlist_alloc()
9055 ctx->ListState.CurrentPos = 0; in _mesa_NewList()
11104 ctx->ListState.CurrentPos = 0; in _mesa_init_display_list()
Dmtypes.h3252 GLuint CurrentPos; /**< Index into current block of nodes */ member