Searched refs:displacement (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Ddecode.c924 int displacement = 0; local in function:decode_rm01_address
929 displacement = (s8)fetch_byte_imm();
935 DECODE_PRINTF2("%d[EAX]", displacement);
936 return M.x86.R_EAX + displacement;
938 DECODE_PRINTF2("%d[ECX]", displacement);
939 return M.x86.R_ECX + displacement;
941 DECODE_PRINTF2("%d[EDX]", displacement);
942 return M.x86.R_EDX + displacement;
944 DECODE_PRINTF2("%d[EBX]", displacement);
945 return M.x86.R_EBX + displacement;
1012 u32 displacement = 0; local in function:decode_rm10_address
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Ddecode.c932 int displacement = 0; local in function:decode_rm01_address
937 displacement = (s8) fetch_byte_imm();
943 DECODE_PRINTF2("%d[EAX]", displacement);
944 return M.x86.R_EAX + displacement;
946 DECODE_PRINTF2("%d[ECX]", displacement);
947 return M.x86.R_ECX + displacement;
949 DECODE_PRINTF2("%d[EDX]", displacement);
950 return M.x86.R_EDX + displacement;
952 DECODE_PRINTF2("%d[EBX]", displacement);
953 return M.x86.R_EBX + displacement;
1021 u32 displacement = 0; local in function:decode_rm10_address
[all...]
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-region.c2717 int displacement; local in function:PREFIX
2752 displacement = 0;
2759 displacement++;
2760 else if (displacement)
2761 rects[i - displacement] = rects[i];
2764 region->data->numRects -= displacement;
/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md605 1. Enhance RandomPlacement with a displacement argument, so the
607 an example for a pretty funky displacement:
684 1. Modified the random placement so a negative X displacement has the
686 and a negative Y displacement has the first "random" window start
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc1617 is a displacement for the pseudo-randomly placed window compared to the
1622 displacement +30+30 (30 pixels right and down) is used.

Completed in 13 milliseconds