Searched refs:carrydep (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/none/tests/x86/ |
D | bt_everything.c | 146 UInt carrydep, c, res; in main() local 152 carrydep = 0; in main() 168 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main() 180 printf("MEM-L: final res 0x%x, carrydep 0x%x\n", res, carrydep); in main() 184 carrydep = 0; in main() 198 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main() 201 printf("REG-L: final res 0x%x, carrydep 0x%x\n", reg, carrydep); in main()
|
D | x86locked.c | 564 ULong carrydep, res;; in do_bt_G_E_tests() local 568 carrydep = 0; in do_bt_G_E_tests() 585 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests() 599 res, carrydep )); in do_bt_G_E_tests() 604 carrydep = 0; in do_bt_G_E_tests() 621 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests() 635 res, carrydep )); in do_bt_G_E_tests()
|
D | bt_everything.stdout.exp | 1 MEM-L: final res 0xd2bfea53, carrydep 0x5b80deee 2 REG-L: final res 0x605d78ff, carrydep 0x7c0dc86a
|
/external/valgrind/main/memcheck/tests/amd64/ |
D | bt_everything.c | 408 ULong carrydep, c, res; in main() local 415 carrydep = 0; in main() 440 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main() 452 printf("MEM-L: final res 0x%llx, carrydep 0x%llx\n", res, carrydep); in main() 456 carrydep = 0; in main() 479 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep; in main() 482 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 0xbb05dc8f69ba36dc, carrydep 0x818f336625f01277 2 REG-L: final res 0xa15f293e, carrydep 0x6082b5e5befc6a40
|
/external/valgrind/main/none/tests/amd64/ |
D | amd64locked.c | 657 ULong carrydep, res;; in do_bt_G_E_tests() local 661 carrydep = 0; in do_bt_G_E_tests() 678 carrydep = c ? (rol1(carrydep) ^ (Long)bitoff) : carrydep; in do_bt_G_E_tests() 692 res, carrydep)); in do_bt_G_E_tests() 697 carrydep = 0; in do_bt_G_E_tests() 714 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests() 728 res, carrydep)); in do_bt_G_E_tests() 733 carrydep = 0; in do_bt_G_E_tests() 750 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep; in do_bt_G_E_tests() 764 res, carrydep)); in do_bt_G_E_tests()
|