Searched refs:u (Results 1 – 11 of 11) sorted by relevance
/acpica-latest/source/compiler/ |
D | dtcompilerparser.y | 196 DT_TABLE_UNIT *u; member 201 %token <u> DT_PARSEOP_DATA 202 %token <u> DT_PARSEOP_LABEL 203 %token <u> DT_PARSEOP_STRING_DATA 204 %token <u> DT_PARSEOP_LINE_CONTINUATION 205 %type <u> Data 206 %type <u> Datum 207 %type <u> MultiLineData 208 %type <u> MultiLineDataList
|
D | dtcompilerparser.l | 240 DtCompilerParserlval.u = (DT_TABLE_UNIT *) UtLocalCacheCalloc (sizeof (DT_TABLE_UNIT)); 241 DtCompilerParserlval.u->Value = s; 242 DtCompilerParserlval.u->Line = DtCompilerParserlineno; 243 DtCompilerParserlval.u->Column = DtCompilerParsercolumn;
|
/acpica-latest/tests/aslts/src/runtime/collections/functional/manipulation/ |
D | unicode.asl | 71 /* 00E8 */ 0x75, 0x00, 0x76, 0x00, 0x77, 0x00, 0x78, 0x00, // u.v.w.x. 117 /* 00E8 */ 0x75, 0x00, 0x76, 0x00, 0x77, 0x00, 0x78, 0x00, // u.v.w.x.
|
/acpica-latest/tests/aslts/bin/bugstate/ |
D | ERROR_OPCODES | 26 u: unnecessary INTEGRATED is set up for non-bugzilla bug
|
D | bdemostabs | 237 CerrCONFORMITY=u
|
/acpica-latest/generate/lint/ |
D | env-vc6.lnt | 25 Arguments: -i"C:\LINT" -u std.lnt env-vc6.lnt "$(FileName)$(FileExt)"
|
/acpica-latest/tests/aslts/bin/ |
D | asltsrun | 584 local x y z q l m n o p b u
|
/acpica-latest/tests/aslts/ |
D | HOW_TO_USE | 226 u - Index of checking
|
/acpica-latest/tests/aslts/src/runtime/cntl/ |
D | common.asl | 685 * u - index of checking 1978 /* (z+u) - entire field of checking */ 1987 /* u - index of checking */
|
/acpica-latest/tests/aslts/doc/docs/ |
D | TestOfOperands | 446 u | b16| B(ArgX){>} | | | | 470 u | bf2| CF(:32) | | | |
|
/acpica-latest/documents/ |
D | changes.txt | 4715 -u. Adds three new files. 8563 Replaced all instances of %d in printf format specifiers with %u since 8811 0x prefix for hex output, always use %u for unsigned integer decimal
|