OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pstep
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
erase_iter.pass.cpp
84
int
pstep
= std::max(N / std::max(std::min(N, 10), 1), 1);
local
85
for (int p = 0; p < N; p +=
pstep
)
erase_iter_iter.pass.cpp
87
int
pstep
= std::max(N / std::max(std::min(N, 10), 1), 1);
local
88
for (int p = 0; p <= N; p +=
pstep
)
/external/lua/src/
lvm.c
1217
TValue *
pstep
= ra + 2;
local
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lvm.c
781
const TValue *
pstep
= ra+2;
786
else if (!tonumber(
pstep
, ra+2))
788
setnvalue(ra, luai_numsub(L, nvalue(ra), nvalue(
pstep
)));
Completed in 757 milliseconds