Searched refs:carrydep (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/none/tests/x86/ |
D | bt_everything.c | 157 UInt carrydep, c, res; in main() local 163 carrydep = 0; in main() 179 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main() 191 printf("MEM-L: final res 0x%x, carrydep 0x%x\n", res, carrydep); in main() 195 carrydep = 0; in main() 209 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main() 212 printf("REG-L: final res 0x%x, carrydep 0x%x\n", reg, carrydep); in main()
|
D | x86locked.c | 576 ULong carrydep, res;; in do_bt_G_E_tests() local 580 carrydep = 0; in do_bt_G_E_tests() 597 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests() 611 res, carrydep )); in do_bt_G_E_tests() 616 carrydep = 0; in do_bt_G_E_tests() 633 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests() 647 res, carrydep )); in do_bt_G_E_tests()
|
D | bt_everything.stdout.exp | 1 MEM-L: final res 0x2e9fc392, carrydep 0x23a9479e 2 REG-L: final res 0x46a4bd35, carrydep 0xddfae2da
|
/external/valgrind/memcheck/tests/amd64/ |
D | bt_everything.c | 420 ULong carrydep, c, res; in main() local 427 carrydep = 0; in main() 452 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main() 464 printf("MEM-L: final res 0x%llx, carrydep 0x%llx\n", res, carrydep); in main() 468 carrydep = 0; in main() 491 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main() 494 printf("REG-L: final res 0x%llx, carrydep 0x%llx\n", reg, carrydep); in main()
|
D | bt_everything.stdout.exp | 1 MEM-L: final res 0xf7fadd6c64517c70, carrydep 0x8176a65abd735847 2 REG-L: final res 0x35c459ff, carrydep 0x5d837ee10c6c390
|
/external/valgrind/none/tests/amd64/ |
D | amd64locked.c | 669 ULong carrydep, res;; in do_bt_G_E_tests() local 673 carrydep = 0; in do_bt_G_E_tests() 690 carrydep = c ? (rol1(carrydep) ^ (Long)bitoff) : carrydep; in do_bt_G_E_tests() 704 res, carrydep)); in do_bt_G_E_tests() 709 carrydep = 0; in do_bt_G_E_tests() 726 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests() 740 res, carrydep)); in do_bt_G_E_tests() 745 carrydep = 0; in do_bt_G_E_tests() 762 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests() 776 res, carrydep)); in do_bt_G_E_tests()
|