Searched refs:rotation (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dtegra_drm.h57 int rotation; /* In degrees */ member in struct:tegra_fb
H A Dtegra_dc.c113 /* Parsed flipping, rotation is not supported for pitched modes */
213 switch (fb->rotation) {
235 switch (fb->rotation) {
453 /* Offsets for rotation and axis flip */
/freebsd-11-stable/libexec/save-entropy/
H A Dsave-entropy.sh68 Entropy file rotation is aborted.; exit 1; }
/freebsd-11-stable/contrib/groff/src/devices/grolbp/
H A Dlbp.h215 rot[4], /* rotation */
261 vdmellipse(int centerx, int centery, int radiusx, int radiusy,int rotation) argument
267 vdmnum(rotation,rotat));
285 rot[4], /* rotation */
/freebsd-11-stable/sys/dev/drm/
H A Di915_drm.h105 int rotation; /* 0, 90, 180 or 270 */ member in struct:drm_i915_sarea
/freebsd-11-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s100 # rotation constants for Skein
278 StackVar ksRot ,16*(\KS_CNT) #leave space for "rotation" to happen
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drm.h100 int rotation; /* 0, 90, 180 or 270 */ member in struct:_drm_i915_sarea
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl321 /* Inputs become invalid once rotation begins! */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp8351 // register. You can specifiy a rotation by 0, 8, 16, or 24 bits before
8358 rotated = ROR(R[m], rotation);
8367 uint32_t rotation; local
8372 // d = UInt(Rd); m = UInt(Rm); rotation = 0;
8375 rotation = 0;
8380 // d = UInt(Rd); m = UInt(Rm); rotation = UInt(rotate:'000');
8383 rotation = Bits32(opcode, 5, 4) << 3;
8392 // d = UInt(Rd); m = UInt(Rm); rotation = UInt(rotate:'000');
8395 rotation = Bits32(opcode, 11, 10) << 3;
8412 // rotated = ROR(R[m], rotation);
8452 uint32_t rotation; local
8537 uint32_t rotation; local
8620 uint32_t rotation; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c4416 encoded constant-and-rotation, together with the final residual. If n is
4452 /* Calculate g_n in 32-bit as well as encoded constant+rotation form. */
5931 bfd_vma rotation = (insn & 0xf00) >> 8; local
5933 if (rotation == 0)
5938 rotation is stored in multiples of 2 bits. */
5939 rotation *= 2;
5941 /* Rotate "constant" right by "rotation" bits. */
5942 signed_addend = (constant >> rotation) |
5943 (constant << (8 * sizeof (bfd_vma) - rotation));
5979 constant-with-rotation forma
[all...]

Completed in 173 milliseconds