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

/freebsd-10.2-release/libexec/save-entropy/
H A Dsave-entropy.sh68 Entropy file rotation is aborted.; exit 1; }
84 it will not be rotated. Entropy file rotation is aborted.
/freebsd-10.2-release/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-10.2-release/sys/dev/drm/
H A Di915_drm.h105 int rotation; /* 0, 90, 180 or 270 */ member in struct:drm_i915_sarea
/freebsd-10.2-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl321 /* Inputs become invalid once rotation begins! */
/freebsd-10.2-release/sys/dev/drm2/i915/
H A Di915_drm.h105 int rotation; /* 0, 90, 180 or 270 */ member in struct:_drm_i915_sarea
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp7800 // register. You can specifiy a rotation by 0, 8, 16, or 24 bits before extracting the 8-bit value.
7807 rotated = ROR(R[m], rotation);
7817 uint32_t rotation; local
7823 // d = UInt(Rd); m = UInt(Rm); rotation = 0;
7826 rotation = 0;
7831 // d = UInt(Rd); m = UInt(Rm); rotation = UInt(rotate:'000');
7834 rotation = Bits32 (opcode, 5, 4) << 3;
7843 // d = UInt(Rd); m = UInt(Rm); rotation = UInt(rotate:'000');
7846 rotation = Bits32 (opcode, 11, 10) << 3;
7862 // rotated = ROR(R[m], rotation);
7901 uint32_t rotation; local
7985 uint32_t rotation; local
8067 uint32_t rotation; local
[all...]
/freebsd-10.2-release/contrib/binutils/bfd/
H A Delf32-arm.c4423 encoded constant-and-rotation, together with the final residual. If n is
4459 /* Calculate g_n in 32-bit as well as encoded constant+rotation form. */
5938 bfd_vma rotation = (insn & 0xf00) >> 8; local
5940 if (rotation == 0)
5945 rotation is stored in multiples of 2 bits. */
5946 rotation *= 2;
5948 /* Rotate "constant" right by "rotation" bits. */
5949 signed_addend = (constant >> rotation) |
5950 (constant << (8 * sizeof (bfd_vma) - rotation));
5986 constant-with-rotation forma
[all...]

Completed in 143 milliseconds