HomeSort by relevance Sort by last modified time
    Searched refs:carrydep (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.stdout.exp 1 MEM-L: final res 0xbb05dc8f69ba36dc, carrydep 0x818f336625f01277
2 REG-L: final res 0xa15f293e, carrydep 0x6082b5e5befc6a40
bt_everything.c 408 ULong carrydep, c, res; local
415 carrydep = 0;
440 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
452 printf("MEM-L: final res 0x%llx, carrydep 0x%llx\n", res, carrydep);
456 carrydep = 0;
479 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep
    [all...]
  /external/valgrind/main/none/tests/x86/
bt_everything.stdout.exp 1 MEM-L: final res 0xd2bfea53, carrydep 0x5b80deee
2 REG-L: final res 0x605d78ff, carrydep 0x7c0dc86a
bt_everything.c 146 UInt carrydep, c, res; local
152 carrydep = 0;
168 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
180 printf("MEM-L: final res 0x%x, carrydep 0x%x\n", res, carrydep);
184 carrydep = 0;
198 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep
    [all...]
x86locked.c 564 ULong carrydep, res;; local
568 carrydep = 0;
585 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
598 "bt{s,r,c}l: final res 0x%llx, carrydep 0x%llx\n",
599 res, carrydep ));
604 carrydep = 0;
621 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep
    [all...]
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 657 ULong carrydep, res;; local
661 carrydep = 0;
678 carrydep = c ? (rol1(carrydep) ^ (Long)bitoff) : carrydep;
691 "bt{s,r,c}q: final res 0x%llx, carrydep 0x%llx\n",
692 res, carrydep));
697 carrydep = 0;
714 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep
    [all...]

Completed in 331 milliseconds