Searched refs:lr (Results 1 - 25 of 33) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dasm.h77 mov ip, lr; bl __mcount
80 mov ip,lr; bl mcount
152 # define RET bx lr
154 # define RETc(c) bx##c lr
156 # define RETc(c) bx/**/c lr
159 # define RET mov pc, lr
161 # define RETc(c) mov##c pc, lr
163 # define RETc(c) mov/**/c pc, lr
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DMath64.S37 bx lr
55 bx lr
73 bx lr
79 stmfd sp!, {r4, r5, r6, r7, lr}
84 rsb lr, r2, #64
91 mov r0, r0, lsr lr
94 mov r1, r6, lsr lr
105 stmfd sp!, {r4, r5, r6, r7, lr}
110 rsb lr, r2, #64
117 mov r1, r1, asl lr
[all...]
H A DSetJumpLongJump.S44 bx lr
68 bx lr
H A DCpuBreakpoint.S36 bx lr
H A DCpuBreakpoint.asm36 bx lr
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddrirenderbuffer.c164 GLuint lr; /* left or right */ local
172 for (lr = 0; lr < count; lr++) {
173 GLuint frontBuf = (lr == 0) ? BUFFER_FRONT_LEFT : BUFFER_FRONT_RIGHT;
174 GLuint backBuf = (lr == 0) ? BUFFER_BACK_LEFT : BUFFER_BACK_RIGHT;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Arm/
H A DCpuSleep.S43 bx lr
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
257 INT32 ul, lr; local
261 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
268 if (!isClipped(pt, ul, lr)) {
277 if (!isClipped(pt, ul, lr)) {
616 INT32 ul, lr; local
631 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
638 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) {
739 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
257 INT32 ul, lr; local
261 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
268 if (!isClipped(pt, ul, lr)) {
277 if (!isClipped(pt, ul, lr)) {
616 INT32 ul, lr; local
631 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
638 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) {
739 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfbbits.h30 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
290 INT32 ul, lr; local
294 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
303 if (!isClipped(pt,ul,lr))
315 if (!isClipped(pt,ul,lr))
684 INT32 ul, lr; local
698 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
706 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
818 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfbbits.h28 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfbbits.h28 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfbbits.h28 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfbbits.h28 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr; local
296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr; local
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
825 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
257 INT32 ul, lr; local
261 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
268 if (!isClipped(pt, ul, lr)) {
277 if (!isClipped(pt, ul, lr)) {
616 INT32 ul, lr; local
631 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
638 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) {
739 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
257 INT32 ul, lr; local
261 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
268 if (!isClipped(pt, ul, lr)) {
277 if (!isClipped(pt, ul, lr)) {
616 INT32 ul, lr; local
631 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
638 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) {
739 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfbbits.h28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
257 INT32 ul, lr; local
261 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
268 if (!isClipped(pt, ul, lr)) {
277 if (!isClipped(pt, ul, lr)) {
616 INT32 ul, lr; local
631 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
638 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) {
739 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfbbits.h30 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
290 INT32 ul, lr; local
294 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
303 if (!isClipped(pt,ul,lr))
315 if (!isClipped(pt,ul,lr))
684 INT32 ul, lr; local
698 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
706 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
818 INT32 ul, lr; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dfbbits.h30 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
290 INT32 ul, lr; local
294 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
303 if (!isClipped(pt,ul,lr))
315 if (!isClipped(pt,ul,lr))
684 INT32 ul, lr; local
698 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
706 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
818 INT32 ul, lr; local
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/testzlib/
H A Dtestzlib.c77 LARGE_INTEGER lr; local
78 lr.QuadPart=0;
79 return lr;

Completed in 1734 milliseconds

12