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

  /external/v8/test/mjsunit/compiler/
rotate.js 55 function ROR2(x, sa) {
117 assertEquals(0xF0000FFF | 0, ROR2(0x0000FFFF, 28));
118 assertEquals(0xF0000FFF | 0, ROR2(0x0000FFFF, 28));
119 %OptimizeFunctionOnNextCall(ROR2);
120 assertEquals(0xF0000FFF | 0, ROR2(0x0000FFFF, 28));
122 assertEquals(0x0FFFF000 | 0, ROR2(0x0000FFFF, 12));
123 assertEquals(0x0FFFF000 | 0, ROR2(0x0000FFFF, 12));
124 %OptimizeFunctionOnNextCall(ROR2);
125 assertEquals(0x0FFFF000 | 0, ROR2(0x0000FFFF, 12));
127 assertEquals(0x0FFFF000 | 0, ROR2(0x0000FFFF, Twelve()))
    [all...]
  /external/vboot_reference/firmware/2lib/
2sha1.c 29 static uint32_t ror2(uint32_t val) function
56 B = ror2(B);
73 B = ror2(B);
86 B = ror2(B);
102 B = ror2(B);
118 B = ror2(B);
  /external/vboot_reference/firmware/lib/cryptolib/
sha1.c 27 static uint32_t ror2(uint32_t val) { function
49 B = ror2(B);
66 B = ror2(B);
79 B = ror2(B);
95 B = ror2(B);
111 B = ror2(B);
  /external/hyphenation-patterns/de/
hyph-de-1901.pat.txt     [all...]
hyph-de-1996.pat.txt     [all...]
hyph-de-ch-1901.pat.txt     [all...]

Completed in 721 milliseconds