Subversion Repositories Kolibri OS

Rev

Rev 1498 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1498 Rev 2216
Line 7... Line 7...
7
/******************************************************************************
7
/******************************************************************************
8
 *
8
 *
9
 * 1. Copyright Notice
9
 * 1. Copyright Notice
10
 *
10
 *
11
 * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
11
 * Some or all of this work - Copyright (c) 1999 - 2011, Intel Corp.
12
 * All rights reserved.
12
 * All rights reserved.
13
 *
13
 *
14
 * 2. License
14
 * 2. License
15
 *
15
 *
16
 * 2.1. This is your license from Intel Corp. under its intellectual property
16
 * 2.1. This is your license from Intel Corp. under its intellectual property
Line 130... Line 130...
130
AsDetectLoneLineFeeds (
130
AsDetectLoneLineFeeds (
131
    char                    *Filename,
131
    char                    *Filename,
132
    char                    *Buffer);
132
    char                    *Buffer);
133
 
133
 
Line 134... Line 134...
134
static inline int
134
static ACPI_INLINE int
135
AsMaxInt (int a, int b)
135
AsMaxInt (int a, int b)
136
{
136
{
137
    return (a > b ? a : b);
137
    return (a > b ? a : b);
138
}
138
}
Line 407... Line 407...
407
 
407
 
Line 408... Line 408...
408
 
408
 
409
    Gbl_StructDefs = strstr (FileBuffer, "/* acpisrc:StructDefs");
409
    Gbl_StructDefs = strstr (FileBuffer, "/* acpisrc:StructDefs");
410
    Gbl_Files++;
410
    Gbl_Files++;
-
 
411
    VERBOSE_PRINT (("Processing %u bytes\n",
Line 411... Line 412...
411
    VERBOSE_PRINT (("Processing %u bytes\n", strlen (FileBuffer)));
412
        (unsigned int) strlen (FileBuffer)));
412
 
413
 
413
    if (ConversionTable->LowerCaseTable)
414
    if (ConversionTable->LowerCaseTable)
414
    {
415
    {