HomeSort by: relevance | last modified time | path
    Searched refs:Right (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/namespace/
nsnames.c 265 char c, *Left, *Right;
328 Right = FullPath+Length - 1;
330 while (Left < Right)
333 *Left++ = *Right;
334 *Right-- = c;
  /src/doc/
TODO.modules 36 4. Right now critical drivers that would need to be pre-loaded (ffs,
205 It would take some serious thought to get such support right. For
  /src/games/atc/
input.c 77 static const char *right(int);
79 static const char *Right(int);
149 { 'r', 6, " right", right },
151 { 'R', 4, " right 90", Right },
448 right(int c __unused) function
469 Right(int c __unused)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_trunc_impl.inc 81 // destination format. We can convert by simply right-shifting with
115 // Right shift by the denormalization amount with sticky.

Completed in 26 milliseconds