OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20040909-1.c] - Diff between revs 297 and 384

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 297 Rev 384
static __inline__ int
static __inline__ int
one_utf8_to_utf16 () { }
one_utf8_to_utf16 () { }
 
 
static __inline__ unsigned char
static __inline__ unsigned char
conversion_loop (int (*const one_conversion)())
conversion_loop (int (*const one_conversion)())
{
{
return one_conversion ();
return one_conversion ();
}
}
static unsigned char
static unsigned char
convert_utf8_utf16 ()
convert_utf8_utf16 ()
{
{
  return conversion_loop (one_utf8_to_utf16);
  return conversion_loop (one_utf8_to_utf16);
}
}
 
 

powered by: WebSVN 2.1.0

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