Searched refs:Byte (Results 1 – 6 of 6) sorted by relevance
| /third_party/lib/acpica/source/compiler/ |
| A D | aslascii.c | 88 UINT8 Byte; in FlIsFileAsciiSource() local 117 if (Byte == '*') in FlIsFileAsciiSource() 122 if (Byte == '/') in FlIsFileAsciiSource() 131 else if (Byte == '/') in FlIsFileAsciiSource() 152 else if (!isprint (Byte) && !isspace (Byte)) in FlIsFileAsciiSource() 166 if (Byte == 0x0A) in FlIsFileAsciiSource() 225 if (Byte == '/') in FlConsumeAnsiComment() 231 if (Byte != '*') in FlConsumeAnsiComment() 238 else if (Byte == '*') in FlConsumeAnsiComment() 245 if (Byte == 0x0A) in FlConsumeAnsiComment() [all …]
|
| /third_party/lib/acpica/source/common/ |
| A D | acfileio.c | 337 UINT8 Byte; in AcIsFileBinary() local 345 while (fread (&Byte, 1, 1, File) == 1) in AcIsFileBinary() 347 if (!isprint (Byte) && !isspace (Byte)) in AcIsFileBinary()
|
| /third_party/lib/acpica/source/components/namespace/ |
| A D | nsnames.c | 217 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument 221 (Path)[(Length)] = (Byte); \ in AcpiNsBuildNormalizedPath()
|
| /third_party/lib/acpica/source/tools/examples/ |
| A D | extables.c | 377 [0001] Encoded Access Width : 01 [Byte Access:8] 430 [0001] Encoded Access Width : 01 [Byte Access:8] 445 [0001] Encoded Access Width : 01 [Byte Access:8] 452 [0001] Encoded Access Width : 01 [Byte Access:8]
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 3127 //And with Byte Data 3621 //And with Byte Data 3967 // Byte Data 4265 //And with Byte Data 4305 //Byte data 4320 //Byte data 4354 //Byte data 4405 //Byte data 4542 //Byte data 4618 //Byte data [all …]
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 7183 Fixed a problem with the CreateField, CreateXXXField (Bit, Byte, Word, 11482 ToString - explicit byte-wise conversion of buffer to string. Byte-by- 15445 the nearest DWORD. Buffers are always Byte-accessible.
|
Completed in 33 milliseconds