Searched refs:Leftover (Results 1 – 5 of 5) sorted by relevance
706 const char *Leftover; member729 const char *Leftover; member787 EXPECT_EQ(Str, ConsumeUnsigned[i].Leftover); in TEST()798 EXPECT_EQ(Str, ConsumeUnsigned[i].Leftover); in TEST()809 EXPECT_EQ(Str, ConsumeUnsigned[i].Leftover); in TEST()820 EXPECT_EQ(Str, ConsumeUnsigned[i].Leftover); in TEST()840 EXPECT_EQ(Str, ConsumeSigned[i].Leftover); in TEST()851 EXPECT_EQ(Str, ConsumeSigned[i].Leftover); in TEST()862 EXPECT_EQ(Str, ConsumeSigned[i].Leftover); in TEST()873 EXPECT_EQ(Str, ConsumeSigned[i].Leftover); in TEST()
363 unsigned Leftover = Range % uint32_t(IncValue); in HandleFloatingPointIV() local369 Leftover != 0) in HandleFloatingPointIV()374 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in HandleFloatingPointIV()390 unsigned Leftover = Range % uint32_t(-IncValue); in HandleFloatingPointIV() local396 Leftover != 0) in HandleFloatingPointIV()401 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in HandleFloatingPointIV()
354 unsigned Leftover = Range % uint32_t(IncValue); in handleFloatingPointIV() local360 Leftover != 0) in handleFloatingPointIV()365 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in handleFloatingPointIV()381 unsigned Leftover = Range % uint32_t(-IncValue); in handleFloatingPointIV() local387 Leftover != 0) in handleFloatingPointIV()392 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in handleFloatingPointIV()
394 unsigned Leftover = Range % uint32_t(IncValue); in handleFloatingPointIV() local400 Leftover != 0) in handleFloatingPointIV()405 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue) in handleFloatingPointIV()420 unsigned Leftover = Range % uint32_t(-IncValue); in handleFloatingPointIV() local426 Leftover != 0) in handleFloatingPointIV()431 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue) in handleFloatingPointIV()
130 * Leftover RAID data -- If a disk is used in a RAID array and then re-used