HomeSort by: relevance | last modified time | path
    Searched defs:Byte (Results 1 - 11 of 11) sorted by relevancy

  /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...]
  /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.
  /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.
  /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);
  /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);
  /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;
  /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...]
  /src/common/dist/zlib/
zconf.h 148 # define Byte z_Byte
401 typedef unsigned char Byte; /* 8 bits */
408 # define Bytef Byte FAR
410 typedef Byte FAR Bytef;
422 typedef Byte const *voidpc;
423 typedef Byte FAR *voidpf;
424 typedef Byte *voidp;
zconf.h.in 144 # define Byte z_Byte
393 typedef unsigned char Byte; /* 8 bits */
400 # define Bytef Byte FAR
402 typedef Byte FAR Bytef;
414 typedef Byte const *voidpc;
415 typedef Byte FAR *voidpf;
416 typedef Byte *voidp;
  /src/sys/arch/hppa/hppa/
db_disasm.c 74 /* datatypes for halfword and byte fields of a word are defined
85 enum datasize { Byte, Halfword, Word, Doubleword, Quadword, Variable };
414 #define BIT_P_BYT 8 /* bits/byte */
525 #define LDB 0x10, 0x00, 0, 0 /* LOAD BYTE */
530 #define STB 0x18, 0x00, 0, 0 /* STORE BYTE */
533 #define LDBX 0x03, 0x00, 19, 7 /* LOAD BYTE INDEXED */
538 #define LDBS 0x03, 0x40, 19, 7 /* LOAD BYTE SHORT DISP */
543 #define STBS 0x03, 0x48, 19, 7 /* STORE BYTE SHORT DISP */
  /src/sys/external/bsd/gnu-efi/dist/inc/
efi_pxe.h 1153 PXE_UINT8 Byte[256];
1180 PXE_UINT8 Byte[256];
1209 // Address of first (lowest) byte of the memory buffer. This buffer must
1452 PXE_UINT8 Byte;
1466 // Array of byte-wide data items.
1468 PXE_UINT8 Byte[MAX_EEPROM_LEN << 2];
1487 // Array of byte-wide data items.
1489 PXE_UINT8 Byte[MAX_EEPROM_LEN << 2];
1526 // the media header without doing byte swapping.
1532 // Address of first byte of media header. The first byte of packet dat
    [all...]

Completed in 22 milliseconds