/src/sys/external/bsd/acpica/dist/compiler/ |
aslascii.c | 196 UINT8 Byte; 217 while (fread (&Byte, 1, 1, Handle) == 1) 225 if (Byte == '*') 230 if (Byte == '/') 239 else if (Byte == '/') 246 if (!ACPI_IS_ASCII (Byte)) 253 Byte, Status.Line, Status.Offset); 260 else if (!isprint (Byte) && !isspace (Byte)) 267 Byte, Status.Line, Status.Offset) [all...] |
aslascii.c | 196 UINT8 Byte; 217 while (fread (&Byte, 1, 1, Handle) == 1) 225 if (Byte == '*') 230 if (Byte == '/') 239 else if (Byte == '/') 246 if (!ACPI_IS_ASCII (Byte)) 253 Byte, Status.Line, Status.Offset); 260 else if (!isprint (Byte) && !isspace (Byte)) 267 Byte, Status.Line, Status.Offset) [all...] |
aslascii.c | 196 UINT8 Byte; 217 while (fread (&Byte, 1, 1, Handle) == 1) 225 if (Byte == '*') 230 if (Byte == '/') 239 else if (Byte == '/') 246 if (!ACPI_IS_ASCII (Byte)) 253 Byte, Status.Line, Status.Offset); 260 else if (!isprint (Byte) && !isspace (Byte)) 267 Byte, Status.Line, Status.Offset) [all...] |
aslascii.c | 196 UINT8 Byte; 217 while (fread (&Byte, 1, 1, Handle) == 1) 225 if (Byte == '*') 230 if (Byte == '/') 239 else if (Byte == '/') 246 if (!ACPI_IS_ASCII (Byte)) 253 Byte, Status.Line, Status.Offset); 260 else if (!isprint (Byte) && !isspace (Byte)) 267 Byte, Status.Line, Status.Offset) [all...] |
/src/sys/external/bsd/acpica/dist/tools/acpixtract/ |
axutils.c | 203 UINT8 Byte; 210 while (fread (&Byte, 1, 1, Handle) == 1) 218 if (!Byte) 225 if (!ACPI_IS_ASCII (Byte)) 228 Byte, Offset, Offset); 237 else if (!isprint (Byte) && !isspace (Byte)) 240 Byte, Offset, Offset); 478 * Pack converted data into a byte array.
|
axutils.c | 203 UINT8 Byte; 210 while (fread (&Byte, 1, 1, Handle) == 1) 218 if (!Byte) 225 if (!ACPI_IS_ASCII (Byte)) 228 Byte, Offset, Offset); 237 else if (!isprint (Byte) && !isspace (Byte)) 240 Byte, Offset, Offset); 478 * Pack converted data into a byte array.
|
axutils.c | 203 UINT8 Byte; 210 while (fread (&Byte, 1, 1, Handle) == 1) 218 if (!Byte) 225 if (!ACPI_IS_ASCII (Byte)) 228 Byte, Offset, Offset); 237 else if (!isprint (Byte) && !isspace (Byte)) 240 Byte, Offset, Offset); 478 * Pack converted data into a byte array.
|
axutils.c | 203 UINT8 Byte; 210 while (fread (&Byte, 1, 1, Handle) == 1) 218 if (!Byte) 225 if (!ACPI_IS_ASCII (Byte)) 228 Byte, Offset, Offset); 237 else if (!isprint (Byte) && !isspace (Byte)) 240 Byte, Offset, Offset); 478 * Pack converted data into a byte array.
|
/src/sys/external/bsd/acpica/dist/common/ |
acfileio.c | 528 UINT8 Byte; 536 while (fread (&Byte, 1, 1, File) == 1) 538 if (!isprint (Byte) && !isspace (Byte)) 629 * byte in the (normally) 4-character Signature field (at least the 630 * high-order byte should be zero). Otherwise, this is OK.
|
acfileio.c | 528 UINT8 Byte; 536 while (fread (&Byte, 1, 1, File) == 1) 538 if (!isprint (Byte) && !isspace (Byte)) 629 * byte in the (normally) 4-character Signature field (at least the 630 * high-order byte should be zero). Otherwise, this is OK.
|
acfileio.c | 528 UINT8 Byte; 536 while (fread (&Byte, 1, 1, File) == 1) 538 if (!isprint (Byte) && !isspace (Byte)) 629 * byte in the (normally) 4-character Signature field (at least the 630 * high-order byte should be zero). Otherwise, this is OK.
|
acfileio.c | 528 UINT8 Byte; 536 while (fread (&Byte, 1, 1, File) == 1) 538 if (!isprint (Byte) && !isspace (Byte)) 629 * byte in the (normally) 4-character Signature field (at least the 630 * high-order byte should be zero). Otherwise, this is OK.
|
/src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
asfile.c | 670 UINT8 Byte; 678 Byte = FileBuffer[i]; 679 if (!isprint (Byte) && !isspace (Byte)) 682 "at file offset: %8u (0x%X)\n", Byte, i, i);
|
asfile.c | 670 UINT8 Byte; 678 Byte = FileBuffer[i]; 679 if (!isprint (Byte) && !isspace (Byte)) 682 "at file offset: %8u (0x%X)\n", Byte, i, i);
|
asfile.c | 670 UINT8 Byte; 678 Byte = FileBuffer[i]; 679 if (!isprint (Byte) && !isspace (Byte)) 682 "at file offset: %8u (0x%X)\n", Byte, i, i);
|
asfile.c | 670 UINT8 Byte; 678 Byte = FileBuffer[i]; 679 if (!isprint (Byte) && !isspace (Byte)) 682 "at file offset: %8u (0x%X)\n", Byte, i, i);
|
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
ubsan_diag.cc | 285 char Pad = ' ', Byte = ' '; 293 Byte = '~'; 297 Buffer.append("%c", P == Loc ? '^' : Byte); 298 Buffer.append("%c", Byte);
|
ubsan_diag.cc | 285 char Pad = ' ', Byte = ' '; 293 Byte = '~'; 297 Buffer.append("%c", P == Loc ? '^' : Byte); 298 Buffer.append("%c", Byte);
|
ubsan_diag.cc | 285 char Pad = ' ', Byte = ' '; 293 Byte = '~'; 297 Buffer.append("%c", P == Loc ? '^' : Byte); 298 Buffer.append("%c", Byte);
|
ubsan_diag.cc | 285 char Pad = ' ', Byte = ' '; 293 Byte = '~'; 297 Buffer.append("%c", P == Loc ? '^' : Byte); 298 Buffer.append("%c", Byte);
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
FuzzerMutate.cpp | 138 uint8_t Byte = Rand.RandBool() ? Rand(256) : (Rand.RandBool() ? 0 : 255); 140 Data[Idx + i] = Byte;
|
FuzzerMutate.cpp | 138 uint8_t Byte = Rand.RandBool() ? Rand(256) : (Rand.RandBool() ? 0 : 255); 140 Data[Idx + i] = Byte;
|
FuzzerMutate.cpp | 138 uint8_t Byte = Rand.RandBool() ? Rand(256) : (Rand.RandBool() ? 0 : 255); 140 Data[Idx + i] = Byte;
|
FuzzerMutate.cpp | 138 uint8_t Byte = Rand.RandBool() ? Rand(256) : (Rand.RandBool() ? 0 : 255); 140 Data[Idx + i] = Byte;
|
/src/sys/net/ |
zlib.h | 53 * Byte Bytef EXPORT FAR OF STDC 88 # define Byte z_Byte 260 typedef unsigned char Byte; /* 8 bits */ 267 # define Bytef Byte FAR 269 typedef Byte FAR Bytef; 280 typedef Byte FAR *voidpf; 281 typedef Byte *voidp; 363 Bytef *next_in; /* next input byte */ 367 Bytef *next_out; /* next output byte should be put there */ 527 flushed to the output buffer and the output is aligned on a byte boundary, s [all...] |