Searched refs:overflow (Results 1 - 13 of 13) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/internal/powerpc/
H A Dsyscall.s13 bnslr+ # return if not summary overflow
/seL4-refos-master/libs/libmuslc/src/internal/powerpc64/
H A Dsyscall.s13 bnslr+ # return if not summary overflow
/seL4-refos-master/kernel/include/drivers/timer/
H A Dam335x.h46 bool_t overflow = !!(timer->tisr & TISR_OVF_FLAG); local
47 return ((((uint64_t) high_bits + overflow) << 32llu) + timer->tcrr);
68 /* check if this is an overflow or match irq and ack */
H A Domap3430.h53 bool_t overflow = !!(timer->tisr & TISR_OVF_FLAG); local
54 return (((uint64_t) high_bits + overflow) << 32llu) + timer->tcrr;
60 /* check if this is an overflow irq */
/seL4-refos-master/kernel/src/machine/
H A Dio.c287 * on overflow; otherwise %n could produce wrong results. */
289 goto overflow;
302 goto overflow;
344 goto overflow;
449 goto overflow;
490 goto overflow;
506 goto overflow;
512 goto overflow;
543 overflow:
/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dvfwprintf.c188 * on overflow; otherwise %n could produce wrong results. */
189 if (l > INT_MAX - cnt) goto overflow;
198 if (z-a > INT_MAX-cnt) goto overflow;
228 } else if ((w=getint(&s))<0) goto overflow;
295 if (p<0 && *z) goto overflow;
310 if (p<0 && *bs) goto overflow;
325 if (xp && p<0) goto overflow;
356 overflow:
H A Dvfprintf.c201 * may overflow the stack. */
474 * on overflow; otherwise %n could produce wrong results. */
475 if (l > INT_MAX - cnt) goto overflow;
484 if (z-a > INT_MAX-cnt) goto overflow;
514 } else if ((w=getint(&s))<0) goto overflow;
603 if (xp && p<0) goto overflow;
620 if (p<0 && *z) goto overflow;
633 if (i > INT_MAX) goto overflow;
644 if (xp && p<0) goto overflow;
646 if (l<0) goto overflow;
[all...]
/seL4-refos-master/libs/libmuslc/include/netinet/
H A Dip.h17 unsigned int overflow:4; member in struct:timestamp
19 unsigned int overflow:4; member in struct:timestamp
/seL4-refos-master/libs/libmuslc/src/thread/powerpc/
H A Dclone.s43 bns+ 1f # jump to label 1 if no summary overflow.
H A Dsyscall_cp.s54 bnslr+ # return if no summary overflow.
/seL4-refos-master/libs/libplatsupport/src/mach/omap/
H A Dgpt.c91 /* Enable overflow interrupt */
110 /* overflow interrupt */
185 /* track timekeeping overflow */
203 ZF_LOGE("Unknown interrupt neither overflow or match");
254 * It works by setting the timer to interrupt on overflow and reloading the timer
269 /* invert ticks - it's an upcounter and will interrupt on overflow */
283 /* Enable interrupt on overflow. */
309 bool overflow; local
312 overflow = !!(gpt->gpt_map->tisr & OVF_IT_FLAG);
314 ticks = ((uint64_t)(gpt->high_bits + overflow)) << 3
[all...]
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/omap/
H A Dgpt.c91 /* Enable overflow interrupt */
110 /* overflow interrupt */
185 /* track timekeeping overflow */
203 ZF_LOGE("Unknown interrupt neither overflow or match");
254 * It works by setting the timer to interrupt on overflow and reloading the timer
269 /* invert ticks - it's an upcounter and will interrupt on overflow */
283 /* Enable interrupt on overflow. */
309 bool overflow; local
312 overflow = !!(gpt->gpt_map->tisr & OVF_IT_FLAG);
314 ticks = ((uint64_t)(gpt->high_bits + overflow)) << 3
[all...]
/seL4-refos-master/libs/libmuslc/dist/
H A Dconfig.mak33 #CFLAGS += -Werror -Wall -Wpointer-arith -Wcast-align -Wno-parentheses -Wno-char-subscripts -Wno-uninitialized -Wno-sequence-point -Wno-missing-braces -Wno-unused-value -Wno-overflow -Wno-int-to-pointer-cast

Completed in 74 milliseconds