Searched refs:z64 (Results 1 – 1 of 1) sorted by relevance
120 static uint64_t z64; in test_irq_handler1() local121 z64 -= 47; in test_irq_handler1()122 uint64_t a64 = z64 / -13; in test_irq_handler1()123 uint64_t b64 = z64 % -13; in test_irq_handler1()124 if (z64 != a64 * -13 + b64) { in test_irq_handler1()189 static uint64_t z64; in test_nesting() local190 z64 -= 47; in test_nesting()191 uint64_t a64 = z64 / -13635; in test_nesting()192 uint64_t b64 = z64 % -13635; in test_nesting()193 if (z64 != a64 * -13635 + b64) { in test_nesting()