Subversion Repositories Kolibri OS

Rev

Rev 4874 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 6099
Line 78... Line 78...
78
  unsigned char d = c;
78
  unsigned char d = c;
Line 79... Line 79...
79
 
79
 
80
#if !defined(PREFER_SIZE_OVER_SPEED) && !defined(__OPTIMIZE_SIZE__)
80
#if !defined(PREFER_SIZE_OVER_SPEED) && !defined(__OPTIMIZE_SIZE__)
81
  unsigned long *asrc;
81
  unsigned long *asrc;
82
  unsigned long  mask;
82
  unsigned long  mask;
Line 83... Line 83...
83
  int i;
83
  unsigned int i;
84
 
84
 
85
  while (UNALIGNED (src))
85
  while (UNALIGNED (src))
86
    {
86
    {