| /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/ |
| sha1-thumb.pl | 60 sub rotate { subroutine 80 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 90 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 103 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 253 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
|
| sha1-thumb.pl | 60 sub rotate { subroutine 80 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 90 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 103 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 253 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
|
| /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| sha1-thumb.pl | 60 sub rotate { subroutine 80 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 90 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 103 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 253 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
|
| sha1-thumb.pl | 60 sub rotate { subroutine 80 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 90 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 103 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 253 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| sha1-thumb.pl | 61 sub rotate { subroutine 81 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 91 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 104 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 254 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
|
| sha1-thumb.pl | 61 sub rotate { subroutine 81 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 91 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 104 $code.=$inline?&rotate():"\tbl .Lrotate\n"; 254 $code.=".Lrotate:\n".&rotate()."\tmov pc,lr\n" if (!$inline);
|
| /src/common/dist/zlib/examples/ |
| gzappend.c | 40 * - Use in-place rotate instead of auxiliary buffer 122 /* rotate list[0..len-1] left by rot positions, in place */ 123 local void rotate(unsigned char *list, unsigned len, unsigned rot) function 153 /* otherwise do rotate as a set of cycles in place */ 363 rotate(window, DSIZE, have);
|
| gzappend.c | 40 * - Use in-place rotate instead of auxiliary buffer 122 /* rotate list[0..len-1] left by rot positions, in place */ 123 local void rotate(unsigned char *list, unsigned len, unsigned rot) function 153 /* otherwise do rotate as a set of cycles in place */ 363 rotate(window, DSIZE, have);
|
| /src/sys/arch/arm/arm/ |
| disassem.c | 512 int rotate = ((insn >> 7) & 0x1e); local 513 int imm = (insn & 0xff) << (32 - rotate) | 514 (insn & 0xff) >> rotate;
|
| disassem.c | 512 int rotate = ((insn >> 7) & 0x1e); local 513 int imm = (insn & 0xff) << (32 - rotate) | 514 (insn & 0xff) >> rotate;
|
| /src/sys/arch/zaurus/dev/ |
| w100var.h | 42 short rotate; member in struct:w100_panel_geometry
|
| w100var.h | 42 short rotate; member in struct:w100_panel_geometry
|
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| gzappend.c | 40 * - Use in-place rotate instead of auxiliary buffer 122 /* rotate list[0..len-1] left by rot positions, in place */ 123 local void rotate(unsigned char *list, unsigned len, unsigned rot) function 153 /* otherwise do rotate as a set of cycles in place */ 363 rotate(window, DSIZE, have);
|
| gzappend.c | 40 * - Use in-place rotate instead of auxiliary buffer 122 /* rotate list[0..len-1] left by rot positions, in place */ 123 local void rotate(unsigned char *list, unsigned len, unsigned rot) function 153 /* otherwise do rotate as a set of cycles in place */ 363 rotate(window, DSIZE, have);
|
| /src/external/gpl3/binutils.old/dist/zlib/examples/ |
| gzappend.c | 40 * - Use in-place rotate instead of auxiliary buffer 122 /* rotate list[0..len-1] left by rot positions, in place */ 123 local void rotate(unsigned char *list, unsigned len, unsigned rot) function 153 /* otherwise do rotate as a set of cycles in place */ 363 rotate(window, DSIZE, have);
|
| gzappend.c | 40 * - Use in-place rotate instead of auxiliary buffer 122 /* rotate list[0..len-1] left by rot positions, in place */ 123 local void rotate(unsigned char *list, unsigned len, unsigned rot) function 153 /* otherwise do rotate as a set of cycles in place */ 363 rotate(window, DSIZE, have);
|
| /src/external/gpl3/gdb.old/dist/zlib/examples/ |
| gzappend.c | 40 * - Use in-place rotate instead of auxiliary buffer 122 /* rotate list[0..len-1] left by rot positions, in place */ 123 local void rotate(unsigned char *list, unsigned len, unsigned rot) function 153 /* otherwise do rotate as a set of cycles in place */ 363 rotate(window, DSIZE, have);
|
| gzappend.c | 40 * - Use in-place rotate instead of auxiliary buffer 122 /* rotate list[0..len-1] left by rot positions, in place */ 123 local void rotate(unsigned char *list, unsigned len, unsigned rot) function 153 /* otherwise do rotate as a set of cycles in place */ 363 rotate(window, DSIZE, have);
|
| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| arm-get-next-pcs.c | 727 unsigned long rotate = 2 * bits (this_instr, 8, 11); local 728 operand2 = ((immval >> rotate) | (immval << (32 - rotate)))
|
| arm-get-next-pcs.c | 727 unsigned long rotate = 2 * bits (this_instr, 8, 11); local 728 operand2 = ((immval >> rotate) | (immval << (32 - rotate)))
|
| /src/external/gpl3/gdb/dist/zlib/examples/ |
| gzappend.c | 40 * - Use in-place rotate instead of auxiliary buffer 122 /* rotate list[0..len-1] left by rot positions, in place */ 123 local void rotate(unsigned char *list, unsigned len, unsigned rot) function 153 /* otherwise do rotate as a set of cycles in place */ 363 rotate(window, DSIZE, have);
|
| gzappend.c | 40 * - Use in-place rotate instead of auxiliary buffer 122 /* rotate list[0..len-1] left by rot positions, in place */ 123 local void rotate(unsigned char *list, unsigned len, unsigned rot) function 153 /* otherwise do rotate as a set of cycles in place */ 363 rotate(window, DSIZE, have);
|
| /src/sys/arch/aarch64/aarch64/ |
| db_trace.c | 204 /* rotate right. if n < 0, rotate left. */ 206 rotate(int bitwidth, uint64_t v, int n) function 228 result = rotate(esize, (1ULL << (imms + 1)) - 1, immr);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| Hashing.h | 170 /// Bitwise right rotate. 173 inline uint64_t rotate(uint64_t val, size_t shift) { function in namespace:llvm::hashing::detail 210 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b; 218 return hash_16_bytes(rotate(a - b, 43) + rotate(c ^ seed, 30) + d, 219 a + rotate(b ^ k3, 20) - c + len + seed); 225 uint64_t b = rotate(a + z, 52); 226 uint64_t c = rotate(a, 37); 228 c += rotate(a, 7); 231 uint64_t vs = b + rotate(a, 31) + c [all...] |
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| arm-get-next-pcs.c | 824 unsigned long rotate = 2 * bits (this_instr, 8, 11); local 825 operand2 = ((immval >> rotate) | (immval << (32 - rotate)))
|