Home | History | Annotate | Download | only in namespace

Lines Matching defs:Right

18  * you this software, covering your right to use that party's intellectual
26 * Code in any form, with the right to sublicense such rights; and
29 * license (with the right to sublicense), under only those claims of Intel
34 * to or modifications of the Original Intel Code. No other license or right
72 * 3.4. Intel retains all right, title, and interest in and to the Original
373 char c, *Left, *Right;
436 Right = FullPath+Length - 1;
438 while (Left < Right)
441 *Left++ = *Right;
442 *Right-- = c;