Searched refs:overflow (Results 1 – 10 of 10) sorted by relevance
/dalvik/libcore/luni/src/main/native/ |
D | cbigint.c | 678 U_64 overflow; in timesTenToTheEHighPrecision() local 703 overflow = simpleMultiplyHighPrecision64 (result, length, TEN_E19); in timesTenToTheEHighPrecision() 704 if (overflow) in timesTenToTheEHighPrecision() 705 result[length++] = overflow; in timesTenToTheEHighPrecision() 710 overflow = simpleMultiplyHighPrecision (result, length, TEN_E9); in timesTenToTheEHighPrecision() 711 if (overflow) in timesTenToTheEHighPrecision() 712 result[length++] = overflow; in timesTenToTheEHighPrecision() 719 overflow = simpleAppendDecimalDigitHighPrecision (result, length, 0); in timesTenToTheEHighPrecision() 720 if (overflow) in timesTenToTheEHighPrecision() 721 result[length++] = overflow; in timesTenToTheEHighPrecision() [all …]
|
D | commonDblParce.c | 158 U_32 overflow; in createDouble() local 176 overflow = in createDouble() 178 if (overflow) in createDouble() 180 f[index++] = overflow; in createDouble()
|
D | org_apache_harmony_luni_util_fltparse.c | 131 U_32 overflow; in createFloat() local 149 overflow = in createFloat() 151 if (overflow) in createFloat() 154 f[index++] = overflow; in createFloat()
|
/dalvik/tests/070-nio-buffer/ |
D | expected.txt | 1 Got expected buffer overflow exception 3 Got expected buffer overflow exception
|
/dalvik/vm/ |
D | Profile.h | 60 int overflow; member
|
D | Profile.c | 370 state->overflow = false; in dvmMethodTraceStart() 516 state->overflow ? " (NOTE: overflowed buffer)" : "", in dvmMethodTraceStop() 533 state->overflow ? "true" : "false"); in dvmMethodTraceStop() 609 state->overflow = true; in dvmMethodTraceAdd()
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 170 @ find space for the new stack frame, check for overflow 180 blt .LstackOverflow @ yes, this frame will overflow stack 385 cmp r1, #0 @ did we overflow earlier? 424 cmp r1, #0 @ did we overflow earlier?
|
/dalvik/vm/arch/arm/ |
D | CallOldABI.S | 138 @ and the VM preserves an overflow region at the bottom, so it should be
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-armv5te.S | 9452 @ find space for the new stack frame, check for overflow 9462 blt .LstackOverflow @ yes, this frame will overflow stack 9667 cmp r1, #0 @ did we overflow earlier? 9706 cmp r1, #0 @ did we overflow earlier?
|
D | InterpAsm-armv4t.S | 9458 @ find space for the new stack frame, check for overflow 9468 blt .LstackOverflow @ yes, this frame will overflow stack 9673 cmp r1, #0 @ did we overflow earlier? 9712 cmp r1, #0 @ did we overflow earlier?
|