Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 72) sorted by relevance

123

/acpica-3.5.0/source/include/
Dacmacros.h198 #define ACPI_MOVE_16_TO_16(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[1];\ argument
199 (( UINT8 *)(void *)(d))[1] = ((UINT8 *)(void *)(s))[0];}
201 #define ACPI_MOVE_16_TO_32(d, s) {(*(UINT32 *)(void *)(d))=0;\ argument
202 ((UINT8 *)(void *)(d))[2] = ((UINT8 *)(void *)(s))[1];\
203 ((UINT8 *)(void *)(d))[3] = ((UINT8 *)(void *)(s))[0];}
205 #define ACPI_MOVE_16_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument
206 ((UINT8 *)(void *)(d))[6] = ((UINT8 *)(void *)(s))[1];\
207 ((UINT8 *)(void *)(d))[7] = ((UINT8 *)(void *)(s))[0];}
211 #define ACPI_MOVE_32_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */ argument
213 #define ACPI_MOVE_32_TO_32(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[3];\ argument
[all …]
Dacoutput.h604 #define return_ACPI_STATUS(s) return(s) argument
605 #define return_PTR(s) return(s) argument
606 #define return_STR(s) return(s) argument
607 #define return_VALUE(s) return(s) argument
608 #define return_UINT8(s) return(s) argument
609 #define return_UINT32(s) return(s) argument
/acpica-3.5.0/source/compiler/
Ddtcompilerparser.l224 char *s;
226 s=UtLocalCacheCalloc (size + 1);
227 AcpiUtSafeStrncpy (s, DtCompilerParsertext, size + 1);
228 DtCompilerParserlval.s = s;
229 DbgPrint (ASL_PARSE_OUTPUT, "Data: %s\n", s);
236 char *s;
238 s=UtLocalCacheCalloc (size + 1);
239 AcpiUtSafeStrncpy (s, DtCompilerParsertext, size + 1);
241 DtCompilerParserlval.u->Value = s;
245 DbgPrint (ASL_PARSE_OUTPUT, "Label: %s\n", s);
[all …]
Daslcompiler.l827 "__EXPECT__"{ErrorCode} { char *s;
840 s = UtLocalCacheCalloc (ASL_ERROR_CODE_LENGTH + 1);
841 memcpy (s, AslCompilertext + index, ASL_ERROR_CODE_LENGTH);
842 AslLogExpectedExceptionByLine (s); }
844 {NameSeg} { char *s;
846 s=UtLocalCacheCalloc (ACPI_NAMESEG_SIZE + 1);
856 strcpy (s, "____");
858 memcpy (s, AslCompilertext, strlen (AslCompilertext));
859 AslCompilerlval.s = s;
860 DbgPrint (ASL_PARSE_OUTPUT, "NameSeg: %s\n", s);
[all …]
Ddtcompilerparser.y194 char *s; member
244 … DbgPrint (ASL_PARSE_OUTPUT, "parser data: [%s]\n", DtCompilerParserlval.s);
245 …$$ = DtCreateTableUnit (AcpiUtStrdup(DtCompilerParserlval.s), DtTokenFirstLine, DtTokenFirstColumn…
248 … DbgPrint (ASL_PARSE_OUTPUT, "parser string data: [%s]\n", DtCompilerParserlval.s);
249 …$$ = DtCreateTableUnit (AcpiUtStrdup(DtCompilerParserlval.s), DtTokenFirstLine, DtTokenFirstColumn…
Dasltokens.y19 * you this software, covering your right to use that party's intellectual
357 %token <s> PARSEOP_NAMESEG
358 %token <s> PARSEOP_NAMESTRING
467 %token <s> PARSEOP_STRING_LITERAL
606 %token <s> PARSEOP_STRUCTURE_NAMESTRING
Daslsupport.l164 yyerror (char const *s) in yyerror() argument
167 AcpiOsPrintf ("YYERROR: %s\n", s); in yyerror()
1018 AslCompilerlval.s = CleanString; in AslDoStringLiteral()
Daslrules.y21 * you this software, covering your right to use that party's intellectual
236 (ACPI_NATIVE_INT) AslCompilerlval.s);}
613 (ACPI_NATIVE_INT) AslCompilerlval.s);}
Daslparser.y203 char *s; member
Daslsupport.y19 * you this software, covering your right to use that party's intellectual
/acpica-3.5.0/generate/lint/
Dco-msc40.lnt12 // lint co-msc40.lnt source-file(s)
42 -format=%(%f(%l)\s:\s%)%t\s%n:\s%m
100 -elib(655) // bitwise operator combining compatible enum's
101 -elib(641) // converting enum's to int
143 // when you use "iomanipulator"s. For example:
149 // friend ostream& operator<<(iostream& s, IOMANIP(T) & sm) { ...
151 // friend ostream& operator<<(iostream& s, const IOMANIP(T) & sm) { ...
170 /* DLL's or Multithreads? Enable the following:
Denv-vc6.lnt2 env-vc6.lnt: environment parameters for Microsoft's Visual C++ 6.x
105 use the following commands for converting .dsp's to .lnt's:
121 the Tools menu and make note of the icon(s) next to the menu item(s).
122 It's usually a subscripted hammer; remember the subscript(s).
127 Drag the icon(s) corresponding to the PC-lint menu item(s) to your
131 button(s) on the toolbar.)
Dco-msc60.lnt12 // lint co-msc60.lnt source-file(s)
43 -format=%(%f(%l)\s:\s%)%t\s%n:\s%m
100 -elib(655) // bitwise operator combining compatible enum's
101 -elib(641) // converting enum's to int
143 // when you use "iomanipulator"s. For example:
149 // friend ostream& operator<<(iostream& s, IOMANIP(T) & sm) { ...
151 // friend ostream& operator<<(iostream& s, const IOMANIP(T) & sm) { ...
173 /* DLL's or Multithreads? Enable the following:
/acpica-3.5.0/tests/aslts/src/runtime/common/conversion/
Drtest.asl211 Name (TS, "m503,s+s")
212 /* s+s -->> s -->> all combinations of Result and ComputationalData */
727 /* i,s */
763 /* s,i */
769 /* s,s */
775 /* s,b */
789 /* s,bf(i,i) */
795 /* s,bf(i,b) */
819 /* b,s */
893 /* bf(i,i),s */
[all …]
/acpica-3.5.0/source/components/utilities/
Dutprint.c556 const char *s; in vsnprintf() local
699 s = va_arg (Args, char *); in vsnprintf()
700 if (!s) in vsnprintf()
702 s = "<NULL>"; in vsnprintf()
704 Length = (INT32) AcpiUtBoundStringLength (s, Precision); in vsnprintf()
715 Pos = AcpiUtBoundStringOutput (Pos, End, *s); in vsnprintf()
716 ++s; in vsnprintf()
/acpica-3.5.0/tests/aslts/src/compilation/collection/
Dregion.asl46 // Invalid RegionSpaceKeyword, should cause ASL compiler's
57 // ASL compiler's diagnostics like:
64 // Invalid Field's Offset and Length arguments, should cause
65 // ASL compiler's diagnostics like:
/acpica-3.5.0/source/include/platform/
Daccygwin.h204 vsnprintf (char *s, size_t n, const char *format, va_list ap);
207 snprintf (char *s, size_t n, const char *format, ...);
Dacgcc.h165 #define va_copy(d, s) __builtin_va_copy(d, s) argument
/acpica-3.5.0/source/os_specific/efi/
Doseficlib.c477 char *s, in fgets() argument
508 s[ReadBytes++] = (char) Ret; in fgets()
513 s[ReadBytes++] = (char) Ret; in fgets()
517 s[ReadBytes] = '\0'; in fgets()
518 return (s); in fgets()
/acpica-3.5.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/
DREADME6 during the work on bug fixes and related to those bug's nearest
56 -f - Ignore errors, force creation of AML output file(s)
/acpica-3.5.0/generate/efi/
DMakefile.config42 ACPI_HOST = $(shell uname -m | sed s,i[3456789]86,ia32,)
43 TARGET = $(shell uname -m | sed s,i[3456789]86,ia32,)
/acpica-3.5.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0121/
DDECL.for_iASL.asl71 Store("All CreateField-s finished", Debug)
83 Store("All Store-to-Debug-s finished", Debug)
DDECL.asl64 Debug = "All CreateField-s finished"
73 Debug = "All Store-to-Debug-s finished"
/acpica-3.5.0/tests/aslts/src/runtime/collections/complex/
DREADME14 -f - Ignore errors, force creation of AML output file(s)
/acpica-3.5.0/generate/linux/
Dmake-patches.sh94 SUBJECT=`git log -1 $cid --format=%s`

123