/src/sys/arch/zaurus/dev/ |
w100var.h | 42 short rotate; member in struct:w100_panel_geometry
|
/src/sys/arch/arm/arm/ |
disassem.c | 512 int rotate = ((insn >> 7) & 0x1e); local in function:disasm 513 int imm = (insn & 0xff) << (32 - rotate) | 514 (insn & 0xff) >> rotate;
|
/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 in typeref:typename:local void 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 in typeref:typename:uint64_t 228 result = rotate(esize, (1ULL << (imms + 1)) - 1, immr);
|
disasm.c | 662 /* rotate right. if n < 0, rotate left. */ 664 rotate(int bitwidth, uint64_t v, int n) function in typeref:typename:uint64_t 706 result = rotate(esize, (1ULL << (imms + 1)) - 1, immr);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
sun8i-a83t.dtsi | 327 rotate: rotate@1020000 { label 328 compatible = "allwinner,sun8i-a83t-de2-rotate";
|
/src/lib/libc/gen/ |
arc4random.c | 117 rotate(uint32_t u, unsigned c) function in typeref:typename:uint32_t 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/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
sun50i-a64.dtsi | 265 rotate: rotate@20000 { label 266 compatible = "allwinner,sun50i-a64-de2-rotate", 267 "allwinner,sun8i-a83t-de2-rotate";
|