Home
last modified time | relevance | path

Searched refs:pstep (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Derase_iter.pass.cpp67 int pstep = std::max(N / std::max(std::min(N, 10), 1), 1); in testN() local
68 for (int p = 0; p < N; p += pstep) in testN()
Derase_iter_iter.pass.cpp69 int pstep = std::max(N / std::max(std::min(N, 10), 1), 1); in testN() local
70 for (int p = 0; p <= N; p += pstep) in testN()
/external/opencv/cv/src/
Dcvstereogc.cpp682 int pstep = (int)(state->ptrLeft->step/sizeof(GCVtx*)); in icvAlphaExpand() local
703 GCVtx** pleft = pleft0 + pstep*y; in icvAlphaExpand()
704 GCVtx** pright = pright0 + pstep*y; in icvAlphaExpand()
715 GCVtx** ptr = (k == 0 ? pleft0 : pright0) + y1*pstep; in icvAlphaExpand()
786 var1 = p[x+pstep]; in icvAlphaExpand()
822 GCVtx** pleft = pleft0 + pstep*y; in icvAlphaExpand()
823 GCVtx** pright = pright0 + pstep*y; in icvAlphaExpand()
/external/syslinux/com32/lua/src/
Dlvm.c804 const TValue *pstep = ra+2; in luaV_execute()
809 else if (!tonumber(pstep, ra+2)) in luaV_execute()
811 setnvalue(ra, luai_numsub(L, nvalue(ra), nvalue(pstep))); in luaV_execute()
/external/skia/third_party/lua/src/
Dlvm.c781 const TValue *pstep = ra+2; in luaV_execute()
786 else if (!tonumber(pstep, ra+2)) in luaV_execute()
788 setnvalue(ra, luai_numsub(L, nvalue(ra), nvalue(pstep))); in luaV_execute()