HomeSort by: relevance | last modified time | path
    Searched refs:rotate (Results 1 - 20 of 20) sorted by relevancy

  /src/common/lib/libc/arch/mips/gen/
byte_swap_4.S 65 rotr v0, a0, 16 # rotate word 16bits
byte_swap_8.S 61 rotr v1, v1, 16 # rotate word 16bits and swap word
62 rotr v0, v0, 16 # rotate word 16bits and swap word
  /src/sys/arch/zaurus/dev/
w100var.h 42 short rotate; member in struct:w100_panel_geometry
w100.c 87 switch (geom->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/dev/wsfont/
wsfont.c 454 wsfont_rotate_internal(struct wsdisplay_font *font, int rotate)
461 bool alpha = FONT_IS_ALPHA(font), cw = (rotate == WSFONT_ROTATE_CW);
483 /* Rotate the font a pixel at a time. */
494 /* Rotate clockwise. */
501 /* Rotate counter-clockwise. */
543 wsfont_rotate(int cookie, int rotate)
556 switch (rotate) {
559 font = wsfont_rotate_internal(origfont->font, rotate);
  /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/arch/mac68k/mac68k/
pramasm.s 283 rorw #8,%d2 | rotate copy to examine flags
302 roxlb #1,%d2 | rotate address bit from %d2
  /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";
tegra114-tn7.dts 13 bootargs = "console=ttyS0,115200n8 console=tty1 gpt fbcon=rotate:2";
tegra114-roth.dts 13 bootargs = "console=ttyS0,115200n8 console=tty1 gpt fbcon=rotate:1";
  /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";
  /src/sys/dev/rasops/
rasops.c 211 /* rotate clockwise */
218 /* rotate counter-clockwise */
1057 /* Rotate rows/columns */
1061 /* Rotate rows/columns */
1418 rasops_rotate_font(int *cookie, int rotate)
1437 if ((ncookie = wsfont_rotate(*cookie, rotate)) == -1)
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 1983 ; rotate B,E,D
  /src/sys/arch/m68k/060sp/dist/
isp.s 1473 rol.w &0x4,%d1 # rotate reg num into place
1483 rol.w &0x7,%d2 # rotate scale value into place
1908 rol.b &0x4, %d0 # rotate reg bits into lo
fpsp.s 16295 ror.l &0x8,%d1 # rotate to top byte
16923 ror.l &0x8,%d1 # rotate to top byte
17493 ror.l &0x8,%d1 # rotate to top byte
19015 rol.w &0x4,%d1 # rotate reg num into place
19029 rol.w &0x7,%d1 # rotate scale value into place
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 2991 /* rotate the x/y offsets to match the GTT view */
3000 /* rotate the tile dimensions to match the GTT view */
3161 /* Rotate src coordinates to match rotated GTT view */
3206 /* rotate the x/y offsets to match the GTT view */
3218 /* rotate the tile dimensions to match the GTT view */
3282 /* Rotate src coordinates to match rotated GTT view */
4631 static u32 skl_plane_ctl_rotate(unsigned int rotate)
4633 switch (rotate) {
4647 MISSING_CASE(rotate);

Completed in 167 milliseconds