Home
last modified time | relevance | path

Searched refs:step (Results 1 – 21 of 21) sorted by relevance

/l4re-core-master/l4sys/include/ARCH-arm64/
A Dcache.h54 unsigned long step; \
59 step = l4_cache_dmin_line(); \
60 start &= ~(step - 1); \
61 end = (end + step - 1) & ~(step - 1); \
63 for (; start != end; start += step) \
/l4re-core-master/l4sys/include/ARCH-mips/
A Dcache.h85 unsigned long step; in l4_cache_coherent() local
87 asm volatile ("rdhwr %0, $1" : "=r"(step)); in l4_cache_coherent()
90 if (L4_LIKELY(step > 0)) in l4_cache_coherent()
91 for (i = start & ~(step - 1); i < end; i += step) in l4_cache_coherent()
/l4re-core-master/lua/lib/contrib/src/
A Dlvm.c212 lua_Integer step = ivalue(pstep); in forprep() local
214 if (step == 0) in forprep()
217 if (forlimit(L, init, plimit, &limit, step)) in forprep()
221 if (step > 0) { /* ascending loop? */ in forprep()
224 count /= l_castS2U(step); in forprep()
229 count /= l_castS2U(-(step + 1)) + 1u; in forprep()
240 if (l_unlikely(!tonumber(pstep, &step))) in forprep()
244 if (step == 0) in forprep()
252 setfltvalue(pstep, step); in forprep()
267 lua_Number step = fltvalue(s2v(ra + 2)); in floatforloop() local
[all …]
A Dlbaselib.c207 int step = (int)luaL_optinteger(L, 2, 0); in luaB_collectgarbage() local
208 int res = lua_gc(L, o, step); in luaB_collectgarbage()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/sparcv7/
A Dudiv.S63 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
97 ! %o5 > %o3: went too far: back up 1 step
103 ! first divide step without thinking. BUT, the others are conditional,
105 ! order bit set in the first step, just falling into the regular
A Durem.S63 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
97 ! %o5 > %o3: went too far: back up 1 step
103 ! first divide step without thinking. BUT, the others are conditional,
105 ! order bit set in the first step, just falling into the regular
A Drem.S76 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
110 ! %o5 > %o3: went too far: back up 1 step
116 ! first divide step without thinking. BUT, the others are conditional,
118 ! order bit set in the first step, just falling into the regular
A Dsdiv.S76 ! as our usual N-at-a-shot divide step will cause overflow and havoc.
110 ! %o5 > %o3: went too far: back up 1 step
116 ! first divide step without thinking. BUT, the others are conditional,
118 ! order bit set in the first step, just falling into the regular
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dregexp.h218 extern int step (const char *__restrict __string,
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DINSTALL16 skip this step. New configuration options are added in each
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/
A DREADME59 added provided you've included the appropriate codesets in step 2.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dbarrier65 so a numbering step is added before the actual barrier algorithm,
A Dtuple1685 // Performs the actual concatenation by step-wise expanding tuple-like
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A DPORTING92 if you wrote your bits/syscalls.h file correctly in the libc step above, you
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dtuple1010 // Performs the actual concatenation by step-wise expanding tuple-like
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dtuple1081 // Performs the actual concatenation by step-wise expanding tuple-like
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dtuple1494 // Performs the actual concatenation by step-wise expanding tuple-like
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dtuple1539 // Performs the actual concatenation by step-wise expanding tuple-like
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dtuple1555 // Performs the actual concatenation by step-wise expanding tuple-like
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dtuple1561 // Performs the actual concatenation by step-wise expanding tuple-like
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dtuple1569 // Performs the actual concatenation by step-wise expanding tuple-like

Completed in 38 milliseconds