OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [941014-1.c] - Blame information for rev 749

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 688 jeremybenn
f (to)
2
     char *to;
3
{
4
  unsigned int wch;
5
  register length;
6
  unsigned char tmp;
7
  unsigned int mult = 10;
8
 
9
  tmp = (wch>>(unsigned int)(length * mult));
10
  *to++ = (unsigned char)tmp;
11
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.