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

/fuchsia/zircon/third_party/lib/acpica/source/components/namespace/
H A Dnsnames.c210 char c, *Left, *Right; local
273 Right = FullPath+Length - 1;
275 while (Left < Right)
278 *Left++ = *Right;
279 *Right-- = c;

Completed in 21 milliseconds