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

  /external/valgrind/main/none/tests/x86/
bt_everything.c 138 UInt rol1 ( UInt x ) function
168 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
177 res = rol1(res) ^ (UInt)ch;
198 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
x86locked.c 554 ULong rol1 ( ULong x ) function
585 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
594 res = rol1(res) ^ (ULong)ch;
621 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
630 res = rol1(res) ^ (ULong)ch;
  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.c 400 ULong rol1 ( ULong x ) function
440 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
449 res = rol1(res) ^ (UInt)ch;
479 carrydep = c ? (rol1(carrydep) ^ bitoff) : carrydep;
  /external/valgrind/main/none/tests/amd64/
amd64locked.c 647 ULong rol1 ( ULong x ) function
678 carrydep = c ? (rol1(carrydep) ^ (Long)bitoff) : carrydep;
687 res = rol1(res) ^ (ULong)ch;
714 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
723 res = rol1(res) ^ (ULong)ch;
750 carrydep = c ? (rol1(carrydep) ^ (Long)(Int)bitoff) : carrydep;
759 res = rol1(res) ^ (ULong)ch;

Completed in 41 milliseconds