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

123456

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Drotate.h14 rol32 ( uint32_t data, unsigned int rotation ) {
15 return ( ( data << rotation ) | ( data >> ( 32 - rotation ) ) );
19 ror32 ( uint32_t data, unsigned int rotation ) {
20 return ( ( data >> rotation ) | ( data << ( 32 - rotation ) ) );
24 rol64 ( uint64_t data, unsigned int rotation ) {
25 return ( ( data << rotation ) | ( data >> ( 64 - rotation ) ) );
29 ror64 ( uint64_t data, unsigned int rotation ) {
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86RandR12.h30 void xf86RandR12SetRotations (ScreenPtr pScreen, Rotation rotation);
31 Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation, int rate,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86RandR12.h33 void xf86RandR12SetRotations (ScreenPtr pScreen, Rotation rotation);
34 Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation, int rate,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86RandR12.h33 void xf86RandR12SetRotations (ScreenPtr pScreen, Rotation rotation);
34 Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation, int rate,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86RandR12.h33 void xf86RandR12SetRotations (ScreenPtr pScreen, Rotation rotation);
35 Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation, int rate,
H A Drrtransform.h67 Rotation rotation,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Drandrstr.h52 Rotation rotation,
79 Rotation rotation; member in struct:_rrScrPriv
115 Rotation rotation,
126 Rotation rotation,
138 Rotation rotation,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Drandrstr.h52 Rotation rotation,
79 Rotation rotation; member in struct:_rrScrPriv
115 Rotation rotation,
123 Rotation rotation,
135 Rotation rotation,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86RandR12.h32 Rotation rotation);
35 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation,
H A Drrtransform.h62 * client-specified transform, rotation/reflection values and the crtc
73 Rotation rotation,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86RandR12.h32 Rotation rotation);
35 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation,
H A Drrtransform.h62 * client-specified transform, rotation/reflection values and the crtc
73 Rotation rotation,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86RandR12.h33 extern _X_EXPORT void xf86RandR12SetRotations (ScreenPtr pScreen, Rotation rotation);
35 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation, int rate,
H A Drrtransform.h67 Rotation rotation,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86RandR12.h33 extern _X_EXPORT void xf86RandR12SetRotations (ScreenPtr pScreen, Rotation rotation);
35 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation, int rate,
H A Drrtransform.h67 Rotation rotation,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86RandR12.h34 extern _X_EXPORT void xf86RandR12SetRotations (ScreenPtr pScreen, Rotation rotation);
36 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation, int rate,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86RandR12.h34 extern _X_EXPORT void xf86RandR12SetRotations (ScreenPtr pScreen, Rotation rotation);
36 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation, int rate,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86RandR12.h34 extern _X_EXPORT void xf86RandR12SetRotations (ScreenPtr pScreen, Rotation rotation);
36 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation, int rate,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86RandR12.h34 extern _X_EXPORT void xf86RandR12SetRotations (ScreenPtr pScreen, Rotation rotation);
36 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation, int rate,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86RandR12.h35 Rotation rotation);
38 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86RandR12.h35 Rotation rotation);
38 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86RandR12.h32 Rotation rotation);
35 extern _X_EXPORT Bool xf86RandR12SetConfig(ScreenPtr pScreen, Rotation rotation,
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/randr/
H A Drandrstr.h48 Rotation rotation,
75 Rotation rotation; member in struct:_rrScrPriv
111 Rotation rotation,
125 Rotation rotation,
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dbigint.c58 int rotation; local
69 rotation = ( bigint_max_set_bit ( &temp->result ) -
71 for ( i = 0 ; i < rotation ; i++ )
75 for ( i = 0 ; i <= rotation ; i++ ) {

Completed in 159 milliseconds

123456