/l4re-core-master/l4sys/include/ARCH-arm64/ |
A D | cache.h | 54 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 D | cache.h | 85 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 D | lvm.c | 212 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 D | lbaselib.c | 207 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 D | udiv.S | 63 ! 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 D | urem.S | 63 ! 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 D | rem.S | 76 ! 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 D | sdiv.S | 76 ! 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 D | regexp.h | 218 extern int step (const char *__restrict __string,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | INSTALL | 16 skip this step. New configuration options are added in each
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/ |
A D | README | 59 added provided you've included the appropriate codesets in step 2.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | barrier | 65 so a numbering step is added before the actual barrier algorithm,
|
A D | tuple | 1685 // Performs the actual concatenation by step-wise expanding tuple-like
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | PORTING | 92 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 D | tuple | 1010 // Performs the actual concatenation by step-wise expanding tuple-like
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/ |
A D | tuple | 1081 // Performs the actual concatenation by step-wise expanding tuple-like
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/ |
A D | tuple | 1494 // Performs the actual concatenation by step-wise expanding tuple-like
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | tuple | 1539 // Performs the actual concatenation by step-wise expanding tuple-like
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/ |
A D | tuple | 1555 // Performs the actual concatenation by step-wise expanding tuple-like
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | tuple | 1561 // Performs the actual concatenation by step-wise expanding tuple-like
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | tuple | 1569 // Performs the actual concatenation by step-wise expanding tuple-like
|