| /dflybsd-src/sys/contrib/dev/acpica/source/compiler/ |
| H A D | aslascii.c | 196 UINT8 Byte; in FlIsFileAsciiSource() local 217 while (fread (&Byte, 1, 1, Handle) == 1) in FlIsFileAsciiSource() 225 if (Byte == '*') in FlIsFileAsciiSource() 230 if (Byte == '/') in FlIsFileAsciiSource() 239 else if (Byte == '/') in FlIsFileAsciiSource() 246 if (!ACPI_IS_ASCII (Byte)) in FlIsFileAsciiSource() 253 Byte, Status.Line, Status.Offset); in FlIsFileAsciiSource() 260 else if (!isprint (Byte) && !isspace (Byte)) in FlIsFileAsciiSource() 267 Byte, Status.Line, Status.Offset); in FlIsFileAsciiSource() 274 if (Byte == 0x0A) in FlIsFileAsciiSource() [all …]
|
| /dflybsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_ppmd_private.h | 19 typedef unsigned char Byte; typedef 63 Byte (*Read)(void *p); /* reads one byte, returns 0 in case of EOF or error */ 69 void (*Write)(void *p, Byte b); 108 Byte Shift; /* Speed of Freq change; low Shift is for fast change */ 109 Byte Count; /* Count to next change of Shift */ 113 { (p)->Summ <<= 1; (p)->Count = (Byte)(3 << (p)->Shift++); } 117 Byte Symbol; 118 Byte Freq; 141 Byte *
|
| H A D | archive_ppmd8.c | 11 const Byte PPMD8_kExpEscape[16] = { 25, 14, 9, 7, 5, 5, 4, 4, 4, 3, 3, 3, 2, 2, 2, 2 }; 24 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) 73 do { p->Units2Indx[k++] = (Byte)i; } while (--step); in Ppmd8_Construct() 74 p->Indx2Units[i] = (Byte)k; in Ppmd8_Construct() 83 p->NS2Indx[i] = (Byte)i; in Ppmd8_Construct() 86 p->NS2Indx[i] = (Byte)m; in Ppmd8_Construct() 110 if ((p->Base = (Byte *)malloc(p->AlignOffset + size)) == 0) in Ppmd8_Alloc() 137 ptr = (Byte *)ptr + U2B(I2U(newIndx)); in SplitBlock() 141 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1); in SplitBlock() 273 if ((Byte *)ptr != p->UnitsStart) in SpecialFreeUnit() [all …]
|
| H A D | archive_ppmd8_private.h | 29 Byte NumStats; 30 Byte Flags; 62 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart; 76 Byte Indx2Units[PPMD_NUM_INDEXES]; 77 Byte Units2Indx[128]; 81 Byte NS2BSIndx[256], NS2Indx[260]; 95 extern const Byte PPMD8_kExpEscape[16];
|
| H A D | archive_ppmd7_private.h | 53 Byte *Base, *LoUnit, *HiUnit, *Text, *UnitsStart; 56 Byte Indx2Units[PPMD_NUM_INDEXES]; 57 Byte Units2Indx[128]; 59 Byte NS2Indx[256], NS2BSIndx[256], HB2Flag[256]; 89 Byte Cache;
|
| H A D | archive_ppmd7.c | 39 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) 50 static const Byte PPMD7_kExpEscape[16] = { 25, 14, 9, 7, 5, 5, 4, 4, 4, 3, 3, 3, 2, 2, 2, 2 }; 96 do { p->Units2Indx[k++] = (Byte)i; } while(--step); in Ppmd7_Construct() 97 p->Indx2Units[i] = (Byte)k; in Ppmd7_Construct() 106 p->NS2Indx[i] = (Byte)i; in Ppmd7_Construct() 109 p->NS2Indx[i] = (Byte)m; in Ppmd7_Construct() 141 if ((p->Base = (Byte *)malloc(p->AlignOffset + size in Ppmd7_Alloc() 168 ptr = (Byte *)ptr + U2B(I2U(newIndx)); in SplitBlock() 172 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1); in SplitBlock() 343 s->Symbol = (Byte)i; in RestartModel() [all …]
|
| /dflybsd-src/sys/contrib/dev/acpica/source/tools/acpixtract/ |
| H A D | axutils.c | 203 UINT8 Byte; in AxIsFileAscii() local 210 while (fread (&Byte, 1, 1, Handle) == 1) in AxIsFileAscii() 218 if (!Byte) in AxIsFileAscii() 225 if (!ACPI_IS_ASCII (Byte)) in AxIsFileAscii() 228 Byte, Offset, Offset); in AxIsFileAscii() 237 else if (!isprint (Byte) && !isspace (Byte)) in AxIsFileAscii() 240 Byte, Offset, Offset); in AxIsFileAscii()
|
| /dflybsd-src/sys/vfs/hammer2/zlib/ |
| H A D | hammer2_zlib_zconf.h | 74 # define Byte z_Byte macro 184 typedef unsigned char Byte; /* 8 bits */ typedef 191 # define Bytef Byte FAR 193 typedef Byte FAR Bytef; 205 typedef Byte const *voidpc; 206 typedef Byte FAR *voidpf; 207 typedef Byte *voidp;
|
| H A D | hammer2_zlib_deflate.c | 254 s->window = (Bytef *) kmalloc((s->w_size)*2*sizeof(Byte), C_ZLIB_BUFFER_DEFLATE, M_INTWAIT); in deflateInit2_() 278 s->method = (Byte)method; in deflateInit2_() 334 put_byte(s, (Byte)(b >> 8)); in putShortMSB() 335 put_byte(s, (Byte)(b & 0xff)); in putShortMSB() 645 register Byte scan_end1 = scan[best_len-1]; in longest_match() 646 register Byte scan_end = scan[best_len]; in longest_match()
|
| /dflybsd-src/sbin/hammer2/zlib/ |
| H A D | hammer2_zlib_zconf.h | 74 # define Byte z_Byte macro 184 typedef unsigned char Byte; /* 8 bits */ typedef 191 # define Bytef Byte FAR 193 typedef Byte FAR Bytef; 205 typedef Byte const *voidpc; 206 typedef Byte FAR *voidpf; 207 typedef Byte *voidp;
|
| H A D | hammer2_zlib_deflate.c | 249 s->window = (Bytef *) malloc((s->w_size)*2*sizeof(Byte)); in deflateInit2_() 273 s->method = (Byte)method; in deflateInit2_() 329 put_byte(s, (Byte)(b >> 8)); in putShortMSB() 330 put_byte(s, (Byte)(b & 0xff)); in putShortMSB() 640 register Byte scan_end1 = scan[best_len-1]; in longest_match() 641 register Byte scan_end = scan[best_len]; in longest_match()
|
| /dflybsd-src/usr.sbin/makefs/hammer2/zlib/ |
| H A D | hammer2_zlib_zconf.h | 74 # define Byte z_Byte macro 184 typedef unsigned char Byte; /* 8 bits */ typedef 191 # define Bytef Byte FAR 193 typedef Byte FAR Bytef; 205 typedef Byte const *voidpc; 206 typedef Byte FAR *voidpf; 207 typedef Byte *voidp;
|
| H A D | hammer2_zlib_deflate.c | 254 s->window = (Bytef *) kmalloc((s->w_size)*2*sizeof(Byte), C_ZLIB_BUFFER_DEFLATE, M_INTWAIT); in deflateInit2_() 278 s->method = (Byte)method; in deflateInit2_() 334 put_byte(s, (Byte)(b >> 8)); in putShortMSB() 335 put_byte(s, (Byte)(b & 0xff)); in putShortMSB() 645 register Byte scan_end1 = scan[best_len-1]; in longest_match() 646 register Byte scan_end = scan[best_len]; in longest_match()
|
| /dflybsd-src/lib/libz/ |
| H A D | zconf.h | 141 # define Byte z_Byte macro 391 typedef unsigned char Byte; /* 8 bits */ typedef 398 # define Bytef Byte FAR 400 typedef Byte FAR Bytef; 412 typedef Byte const *voidpc; 413 typedef Byte FAR *voidpf; 414 typedef Byte *voidp;
|
| /dflybsd-src/sys/net/ |
| H A D | zlib.h | 97 # define Byte z_Byte macro 212 typedef unsigned char Byte; /* 8 bits */ typedef 218 # define Bytef Byte FAR 220 typedef Byte FAR Bytef; 231 typedef Byte FAR *voidpf; 232 typedef Byte *voidp;
|
| H A D | zlib.c | 362 Byte data_type; /* UNKNOWN, BINARY or ASCII */ 363 Byte method; /* STORED (for zip only) or DEFLATED */ 800 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); in deflateInit2_() 821 s->method = (Byte)method; in deflateInit2_() 939 put_byte(s, (Byte)(b >> 8)); in putShortMSB() 940 put_byte(s, (Byte)(b & 0xff)); in putShortMSB() 1157 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); in deflateCopy() 1169 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte)); in deflateCopy() 1294 Byte scan_end1 = scan[best_len-1]; in longest_match() 1295 Byte scan_end = scan[best_len]; in longest_match() [all …]
|
| /dflybsd-src/contrib/zlib-1.2/ |
| H A D | deflate.c | 321 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); 345 s->method = (Byte)method; 720 put_byte(s, (Byte)(b >> 8)); 721 put_byte(s, (Byte)(b & 0xff)); 881 put_byte(s, (Byte)(s->gzhead->time & 0xff)); 882 put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff)); 883 put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff)); 884 put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff)); 979 put_byte(s, (Byte)(strm->adler & 0xff)); 980 put_byte(s, (Byte)((strm->adler >> 8) & 0xff)); [all …]
|
| /dflybsd-src/sys/bus/smbus/ |
| H A D | smbus_if.m | 64 # Send Byte command 73 # Receive Byte command 82 # Write Byte command 102 # Read Byte command
|
| /dflybsd-src/sys/contrib/dev/acpica/source/common/ |
| H A D | acfileio.c | 492 UINT8 Byte; in AcIsFileBinary() local 500 while (fread (&Byte, 1, 1, File) == 1) in AcIsFileBinary() 502 if (!isprint (Byte) && !isspace (Byte)) in AcIsFileBinary()
|
| /dflybsd-src/stand/contrib/edk2/MdePkg/Include/Uefi/ |
| H A D | UefiPxe.h | 1203 UINT8 Byte[256]; member 1229 PXE_UINT8 Byte[256]; member 1500 PXE_UINT8 Byte; member 1515 PXE_UINT8 Byte[MAX_EEPROM_LEN << 2]; member 1536 PXE_UINT8 Byte[MAX_EEPROM_LEN << 2]; member
|
| /dflybsd-src/sys/contrib/dev/acpica/source/tools/acpisrc/ |
| H A D | asfile.c | 670 UINT8 Byte; in AsCheckForNonPrintableChars() local 678 Byte = FileBuffer[i]; in AsCheckForNonPrintableChars() 679 if (!isprint (Byte) && !isspace (Byte)) in AsCheckForNonPrintableChars() 682 "at file offset: %8u (0x%X)\n", Byte, i, i); in AsCheckForNonPrintableChars()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/tools/examples/ |
| H A D | extables.c | 485 [0001] Encoded Access Width : 01 [Byte Access:8] 538 [0001] Encoded Access Width : 01 [Byte Access:8] 553 [0001] Encoded Access Width : 01 [Byte Access:8] 560 [0001] Encoded Access Width : 01 [Byte Access:8]
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/namespace/ |
| H A D | nsnames.c | 380 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument 384 (Path)[(Length)] = (Byte); \ in AcpiNsBuildNormalizedPath()
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | python | 208 >>1 ubyte 0x0d Byte-compiled Python module for 222 >>0 uleshort 240 Byte-compiled Python module for PyPy3.7, 225 >>0 uleshort 256 Byte-compiled Python module for PyPy3.8, 228 >>0 uleshort 336 Byte-compiled Python module for PyPy3.9,
|
| /dflybsd-src/stand/contrib/edk2/MdePkg/Include/IndustryStandard/ |
| H A D | Acpi10.h | 130 UINT8 Byte; 140 UINT8 Byte;
|