Searched refs:BYTE (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.h45 #define BYTE uint8_t macro
55 BYTE Dev;
56 BYTE Bus:6;
57 BYTE Mode:2; /* b00 */
60 BYTE DevLSB;
61 BYTE DevMSB:6;
62 BYTE Mode:2; /* b01 */
65 BYTE Dev:5;
66 BYTE Bus:3;
67 BYTE Tar
[all...]
/freebsd-11-stable/contrib/ntp/include/
H A Dhopf6039.h19 typedef unsigned char BYTE; typedef
24 #define LOBYTE(w) ((BYTE)(w))
25 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF))
58 BYTE wVisible;
59 BYTE wMode;
60 BYTE wSat0;
61 BYTE wRat0;
62 BYTE wSat1;
63 BYTE wRat1;
64 BYTE wSat
[all...]
/freebsd-11-stable/sys/dev/si/
H A Dsi.h46 typedef uint8_t BYTE; /* Type cast for unsigned 8 bit */ typedef
55 BYTE initstat;
56 BYTE memsize;
59 BYTE rx_int_count; /* isr_count on Jet */
60 BYTE main_count; /* spare on Z-280 */
63 BYTE int_scounter;
64 BYTE res[0x80 - 13];
72 BYTE sm_type; /* Number of channels */
73 BYTE sm_number; /* Module number on cable */
74 BYTE sm_ds
[all...]
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpktdrvr.h50 BYTE class; /* = 1 for DEC/Interl/Xerox Ethernet */
51 BYTE number; /* = 0 for single LAN adapter */
53 BYTE funcs; /* Basic/Extended/HiPerf functions */
56 BYTE name [15]; /* Name of adapter interface,ie.3C523*/
59 BYTE majVer; /* Major driver implementation ver. */
60 BYTE minVer; /* Minor driver implementation ver. */
61 BYTE dummyLen; /* length of following data */
88 BYTE data [TX_BUF_SIZE];
98 BYTE data [RX_BUF_SIZE];
130 extern int PktReceive (BYTE *bu
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c149 typedef uint8_t BYTE; typedef
156 typedef unsigned char BYTE; typedef
175 const union { U32 u; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */
238 const BYTE* p = (const BYTE*)memPtr;
248 BYTE* p = (BYTE*)memPtr;
249 p[0] = (BYTE) value;
250 p[1] = (BYTE)(value>>8);
262 BYTE*
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c266 #define BYTE uint8_t macro
336 #define INITBASE(base) const BYTE* const base = ip
344 #define HTYPE const BYTE *
370 #define LZ4_BLINDCOPY(s, d, l) { BYTE* e = (d) + l; LZ4_WILDCOPY(s, d, e); \
476 const BYTE *ip = (BYTE *) source;
478 const BYTE *anchor = ip;
479 const BYTE *const iend = ip + isize;
480 const BYTE *const oend = (BYTE *) des
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dos.h16 typedef unsigned char BYTE; typedef
19 typedef BYTE ETHER[6];
129 BYTE data[ETH_MAX+10]; /* add some margin. data[0] should be */
132 extern BYTE *get_rxbuf (int len) LOCKED_FUNC;
133 extern int peek_rxbuf (BYTE **buf);
134 extern int release_rxbuf (BYTE *buf);
162 int (*copy_rx_buf) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */
163 BYTE *(*get_rx_buf) (int len); /* rx-buf fetch/enqueue */
164 int (*peek_rx_buf) (BYTE **buf); /* rx-non-copy at queue */
165 int (*release_rx_buf) (BYTE *bu
[all...]
/freebsd-11-stable/usr.bin/systat/
H A Dconvtbl.c45 #define BYTE (1) macro
61 [SC_BYTE] = { BYTE, BYTES, "B", "byte" },
62 [SC_KILOBYTE] = { BYTE, KILOBYTE, "KB", "kbyte" },
63 [SC_MEGABYTE] = { BYTE, MEGABYTE, "MB", "mbyte" },
64 [SC_GIGABYTE] = { BYTE, GIGABYTE, "GB", "gbyte" },
65 [SC_TERABYTE] = { BYTE, TERABYTE, "TB", "tbyte" },
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dlz4.c123 #define BYTE uint8_t macro
175 #define INITBASE(base) const BYTE* const base = ip
183 #define HTYPE const BYTE*
207 const BYTE *restrict ip = (const BYTE *) source;
208 const BYTE *const iend = ip + isize;
209 const BYTE *restrict ref;
211 BYTE *restrict op = (BYTE *) dest;
212 BYTE *cons
[all...]
/freebsd-11-stable/contrib/ncurses/include/
H A Dtic.h80 #undef BYTE macro
81 #define BYTE(p,n) (unsigned char)((p)[n]) macro
83 #define IS_NEG1(p) ((BYTE(p,0) == 0377) && (BYTE(p,1) == 0377))
84 #define IS_NEG2(p) ((BYTE(p,0) == 0376) && (BYTE(p,1) == 0377))
85 #define LOW_MSB(p) (BYTE(p,0) + 256*BYTE(p,1))
/freebsd-11-stable/sys/dev/hptmv/
H A Dcommand.h43 BYTE bFeaturesReg; /* feature register */
44 BYTE bSectorCountReg; /* IDE sector count register. */
45 BYTE bLbaLowReg; /* IDE sector number register. */
46 BYTE bLbaMidReg; /* IDE low order cylinder value. */
47 BYTE bLbaHighReg; /* IDE high order cylinder value. */
48 BYTE bDriveHeadReg; /* IDE drive/head register. */
49 BYTE bCommandReg; /* Actual IDE command. Checked for validity by driver. */
50 BYTE nSectors; /* data transfer */
H A Dhptintf.h698 BYTE bFeaturesReg; /* feature register */
699 BYTE bSectorCountReg; /* IDE sector count register. */
700 BYTE bLbaLowReg; /* IDE sector number register. */
701 BYTE bLbaMidReg; /* IDE low order cylinder value. */
702 BYTE bLbaHighReg; /* IDE high order cylinder value. */
703 BYTE bDriveHeadReg; /* IDE drive/head register. */
704 BYTE bCommandReg; /* Actual IDE command. Checked for validity by driver. */
705 BYTE nSectors; /* data sze in sectors, if the command has data transfer */
706 BYTE protocol; /* IO_COMMAND_(READ,WRITE) or zero for non-DATA */
707 BYTE reserv
[all...]
H A DmvOs.h56 typedef unsigned char BYTE; typedef
/freebsd-11-stable/sys/i386/i386/
H A Ddb_disasm.c43 #define BYTE 0 macro
340 /*b0*/ { "cmpxchg",TRUE, BYTE, op2(R, E), 0 },
360 /*c0*/ { "xadd", TRUE, BYTE, op2(R, E), 0 },
557 { "inc", TRUE, BYTE, op1(E), 0 },
558 { "dec", TRUE, BYTE, op1(E), 0 },
579 /*00*/ { "add", TRUE, BYTE, op2(R, E), 0 },
581 /*02*/ { "add", TRUE, BYTE, op2(E, R), 0 },
583 /*04*/ { "add", FALSE, BYTE, op2(I, A), 0 },
588 /*08*/ { "or", TRUE, BYTE, op2(R, E), 0 },
590 /*0a*/ { "or", TRUE, BYTE, op
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_disasm.c43 #define BYTE 0 macro
414 /*b0*/ { "cmpxchg",TRUE, BYTE, op2(R, E), 0 },
434 /*c0*/ { "xadd", TRUE, BYTE, op2(R, E), 0 },
631 { "inc", TRUE, BYTE, op1(E), 0 },
632 { "dec", TRUE, BYTE, op1(E), 0 },
664 /*00*/ { "add", TRUE, BYTE, op2(R, E), 0 },
666 /*02*/ { "add", TRUE, BYTE, op2(E, R), 0 },
668 /*04*/ { "add", FALSE, BYTE, op2(I, A), 0 },
673 /*08*/ { "or", TRUE, BYTE, op2(R, E), 0 },
675 /*0a*/ { "or", TRUE, BYTE, op
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Dxxhash.c111 typedef uint8_t BYTE; typedef
117 typedef unsigned char BYTE; typedef
232 const BYTE* p = (const BYTE*)input;
233 const BYTE* bEnd = p + len;
238 if (p==NULL) { len=0; bEnd=p=(const BYTE*)(size_t)16; }
243 const BYTE* const limit = bEnd - 16;
368 const BYTE* p = (const BYTE*)input;
369 const BYTE* cons
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-parisc.pl504 .BYTE 0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5
505 .BYTE 0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76
506 .BYTE 0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0
507 .BYTE 0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0
508 .BYTE 0xb7, 0xfd, 0x93, 0x26, 0x36, 0x3f, 0xf7, 0xcc
509 .BYTE 0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15
510 .BYTE 0x04, 0xc7, 0x23, 0xc3, 0x18, 0x96, 0x05, 0x9a
511 .BYTE 0x07, 0x12, 0x80, 0xe2, 0xeb, 0x27, 0xb2, 0x75
512 .BYTE 0x09, 0x83, 0x2c, 0x1a, 0x1b, 0x6e, 0x5a, 0xa0
513 .BYTE
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dfsaccess.c157 BYTE aclBuffer[1024];
159 BYTE sidBuffer[100];
162 BYTE adminSidBuffer[100];
165 BYTE otherSidBuffer[100];
329 BYTE sidBuffer[500];
330 BYTE groupBuffer[500];
/freebsd-11-stable/contrib/gdb/gdb/
H A Dminimon.h31 typedef unsigned char BYTE; /* byte (8 bit) */ typedef
178 BYTE byte[DUMMY];
233 BYTE data[DUMMY];
297 BYTE fill_data[DUMMY];
354 BYTE data;
420 BYTE data[DUMMY];
548 BYTE data[DUMMY];
/freebsd-11-stable/sys/crypto/rijndael/
H A Drijndael-api-fst.c35 typedef u_int8_t BYTE; typedef
37 int rijndael_makeKey(keyInstance *key, BYTE direction, int keyLen,
72 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) {
87 const BYTE *input, int inputLen, BYTE *outBuffer) {
202 const BYTE *input, int inputOctets, BYTE *outBuffer) {
252 block[i] = (BYTE)padLen ^ iv[i];
265 const BYTE *input, int inputLen, BYTE *outBuffe
[all...]
/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.c28 #define BYTE *(unsigned char*)& macro
281 outb (RCOR(c->port), BYTE c->opt.rcor);
286 outb (RCOR(c->port), BYTE c->opt.rcor);
307 outb (RCOR(c->port), BYTE c->opt.rcor);
311 outb (COR2(c->port), (BYTE c->hopt.cor2) & ~3);
313 outb (COR2(c->port), BYTE c->hopt.cor2);
314 outb (TCOR(c->port), BYTE c->opt.tcor);
339 outb (RCOR(c->port), BYTE c->opt.rcor);
720 BYTE cor1 = 0;
760 outb (RCOR(c->port), BYTE
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp37 std::vector<BYTE> ChecksumBytes(ByteSize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DRandomNumberGenerator.cpp64 if (CryptGenRandom(hProvider, Size, static_cast<BYTE *>(Buffer)))
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l158 BYTE BYTE
356 return BYTE;
386 return BYTE;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crypto.c69 blobin.pbData = (BYTE *)orig->data;
92 blobin.pbData = (BYTE *)crypted->data;
363 BYTE *binary_cert;

Completed in 186 milliseconds

123