| /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);
|
| /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);
|
| /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);
|
| /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);
|
| /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;
|
| /src/sys/arch/zaurus/dev/ |
| 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);
|
| /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);
|
| /src/external/gpl3/gdb/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)))
|
| /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);
|
| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| arm-get-next-pcs.c | 728 unsigned long rotate = 2 * bits (this_instr, 8, 11); local 729 operand2 = ((immval >> rotate) | (immval << (32 - rotate)))
|
| /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);
|
| /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);
|
| disasm.c | 663 /* rotate right. if n < 0, rotate left. */ 665 rotate(int bitwidth, uint64_t v, int n) function 707 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/lib/libc/gen/ |
| arc4random.c | 117 rotate(uint32_t u, unsigned c) function 124 (a) += (b); (d) ^= (a); (d) = rotate((d), 16); \ 125 (c) += (d); (b) ^= (c); (b) = rotate((b), 12); \ 126 (a) += (b); (d) ^= (a); (d) = rotate((d), 8); \ 127 (c) += (d); (b) ^= (c); (b) = rotate((b), 7); \
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| logging.c | 102 int rotate = 0; local 150 rotate = 1; 152 rotate |= 2; 153 if ( rotate ) { 161 int len = snprintf(buf, sizeof( buf ), "ERROR! logfile rotate failure, err=%d \"%s\"\n", 168 rotate = 0; /* don't bother since it will fail */ 235 if ( rotate ) {
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| ropeimpl.h | 1690 rotate(_Rope_iterator<char, __STL_DEFAULT_ALLOCATOR(char)> __first, function 1705 rotate(_Rope_iterator<wchar_t, __STL_DEFAULT_ALLOCATOR(char)> __first,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| ropeimpl.h | 1688 rotate(_Rope_iterator<char, __STL_DEFAULT_ALLOCATOR(char)> __first, function 1703 rotate(_Rope_iterator<wchar_t, __STL_DEFAULT_ALLOCATOR(char)> __first,
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-s12z.c | 1828 rotate (const struct instruction *insn, short dir) 1856 return rotate (insn, 1); 1862 return rotate (insn, 0); 1821 rotate (const struct instruction *insn, short dir) function
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-s12z.c | 1828 rotate (const struct instruction *insn, short dir) 1856 return rotate (insn, 1); 1862 return rotate (insn, 0); 1821 rotate (const struct instruction *insn, short dir) function
|
| /src/external/gpl3/gcc/dist/libdecnumber/ |
| decBasic.c | 3251 /* decFloatRotate -- rotate the coefficient of a decFloat left/right */ 3254 /* dfl is the source decFloat to rotate */ 3255 /* dfr is the count of digits to rotate, an integer (with q=0) */ 3272 Int rotate; /* dfr as an Int */ local 3282 rotate=DPD2BIN[DFWORD(dfr, DECWORDS-1)&0x3ff]; /* is in bottom declet */ 3283 if (rotate>DECPMAX) return decInvalid(result, set); /* too big */ 3286 /* handle no-rotate cases */ 3287 if (rotate==0 || rotate==DECPMAX) return decCanonical(result, dfl); 3288 /* a real rotate is needed: 0 < rotate < DECPMAX * [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| stl_algo.h | 1131 * This is a helper function for the rotate algorithm specialized on RAIs. 1150 /// This is a helper function for the rotate algorithm. 1192 /// This is a helper function for the rotate algorithm. 1231 /// This is a helper function for the rotate algorithm. 1323 // DR 488. rotate throws away useful information 1325 * @brief Rotate the elements of a sequence. 1348 rotate(_ForwardIterator __first, _ForwardIterator __middle, function 1522 return std::rotate(__left_split, __middle, __right_split); 2352 return std::rotate(__first, __middle, __last); 2475 = std::rotate(__first_cut, __middle, __second_cut) [all...] |
| /src/external/gpl3/gcc.old/dist/libdecnumber/ |
| decBasic.c | 3251 /* decFloatRotate -- rotate the coefficient of a decFloat left/right */ 3254 /* dfl is the source decFloat to rotate */ 3255 /* dfr is the count of digits to rotate, an integer (with q=0) */ 3272 Int rotate; /* dfr as an Int */ local 3282 rotate=DPD2BIN[DFWORD(dfr, DECWORDS-1)&0x3ff]; /* is in bottom declet */ 3283 if (rotate>DECPMAX) return decInvalid(result, set); /* too big */ 3286 /* handle no-rotate cases */ 3287 if (rotate==0 || rotate==DECPMAX) return decCanonical(result, dfl); 3288 /* a real rotate is needed: 0 < rotate < DECPMAX * [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| stl_algo.h | 1176 * This is a helper function for the rotate algorithm specialized on RAIs. 1195 /// This is a helper function for the rotate algorithm. 1237 /// This is a helper function for the rotate algorithm. 1276 /// This is a helper function for the rotate algorithm. 1362 // DR 488. rotate throws away useful information 1364 * @brief Rotate the elements of a sequence. 1387 rotate(_ForwardIterator __first, _ForwardIterator __middle, function 1560 return std::rotate(__left_split, __middle, __right_split); 2389 return std::rotate(__first, __middle, __last); 2497 = std::rotate(__first_cut, __middle, __second_cut) [all...] |