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

12

/freebsd-10.3-release/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-10.3-release/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...]
H A Dsi.c812 BYTE val;
1106 static BYTE si_rxbuf[SI_BUFFERSIZE]; /* input staging area */
1107 static BYTE si_txbuf[SI_BUFFERSIZE]; /* output staging area */
1117 BYTE op, ip;
1119 volatile BYTE *z;
1120 BYTE c;
1370 BYTE ipos, count;
1388 DPRINT((pp, DBG_START, "txbuf pend count %d\n", (BYTE)count));
1416 (BYTE)count, nchar));
/freebsd-10.3-release/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-10.3-release/contrib/libpcap/
H A Dpcap-dos.h18 typedef unsigned char BYTE; typedef
21 typedef BYTE ETHER[6];
131 BYTE data[ETH_MAX+10]; /* add some margin. data[0] should be */
134 extern BYTE *get_rxbuf (int len) LOCKED_FUNC;
135 extern int peek_rxbuf (BYTE **buf);
136 extern int release_rxbuf (BYTE *buf);
164 int (*copy_rx_buf) (BYTE *buf, int max); /* rx-copy (pktdrvr only) */
165 BYTE *(*get_rx_buf) (int len); /* rx-buf fetch/enqueue */
166 int (*peek_rx_buf) (BYTE **buf); /* rx-non-copy at queue */
167 int (*release_rx_buf) (BYTE *bu
[all...]
/freebsd-10.3-release/usr.bin/systat/
H A Dconvtbl.c43 #define BYTE (1) macro
59 [SC_BYTE] = { BYTE, BYTES, "B", "byte" },
60 [SC_KILOBYTE] = { BYTE, KILOBYTE, "KB", "kbyte" },
61 [SC_MEGABYTE] = { BYTE, MEGABYTE, "MB", "mbyte" },
62 [SC_GIGABYTE] = { BYTE, GIGABYTE, "GB", "gbyte" },
63 [SC_TERABYTE] = { BYTE, TERABYTE, "TB", "tbyte" },
/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dlz4.c121 #define BYTE uint8_t macro
173 #define INITBASE(base) const BYTE* const base = ip
181 #define HTYPE const BYTE*
205 const BYTE *restrict ip = (const BYTE *) source;
206 const BYTE *const iend = ip + isize;
207 const BYTE *restrict ref;
209 BYTE *restrict op = (BYTE *) dest;
210 BYTE *cons
[all...]
/freebsd-10.3-release/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-10.3-release/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-10.3-release/sys/i386/i386/
H A Ddb_disasm.c42 #define BYTE 0 macro
339 /*b0*/ { "cmpxchg",TRUE, BYTE, op2(R, E), 0 },
359 /*c0*/ { "xadd", TRUE, BYTE, op2(R, E), 0 },
556 { "inc", TRUE, BYTE, op1(E), 0 },
557 { "dec", TRUE, BYTE, op1(E), 0 },
578 /*00*/ { "add", TRUE, BYTE, op2(R, E), 0 },
580 /*02*/ { "add", TRUE, BYTE, op2(E, R), 0 },
582 /*04*/ { "add", FALSE, BYTE, op2(I, A), 0 },
587 /*08*/ { "or", TRUE, BYTE, op2(R, E), 0 },
589 /*0a*/ { "or", TRUE, BYTE, op
[all...]
/freebsd-10.3-release/sys/amd64/amd64/
H A Ddb_disasm.c43 #define BYTE 0 macro
413 /*b0*/ { "cmpxchg",TRUE, BYTE, op2(R, E), 0 },
433 /*c0*/ { "xadd", TRUE, BYTE, op2(R, E), 0 },
630 { "inc", TRUE, BYTE, op1(E), 0 },
631 { "dec", TRUE, BYTE, op1(E), 0 },
652 /*00*/ { "add", TRUE, BYTE, op2(R, E), 0 },
654 /*02*/ { "add", TRUE, BYTE, op2(E, R), 0 },
656 /*04*/ { "add", FALSE, BYTE, op2(I, A), 0 },
661 /*08*/ { "or", TRUE, BYTE, op2(R, E), 0 },
663 /*0a*/ { "or", TRUE, BYTE, op
[all...]
/freebsd-10.3-release/contrib/libucl/src/
H A Dxxhash.c100 typedef uint8_t BYTE; typedef
106 typedef unsigned char BYTE; typedef
208 const BYTE* p = (const BYTE*)input;
209 const BYTE* const bEnd = p + len;
213 if (p==NULL) { len=0; p=(const BYTE*)(size_t)16; }
218 const BYTE* const limit = bEnd - 16;
342 const BYTE* p = (const BYTE*)input;
343 const BYTE* cons
[all...]
/freebsd-10.3-release/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-10.3-release/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-10.3-release/contrib/wpa/src/crypto/
H A Dcrypto_cryptoapi.c127 if (!CryptHashData(hash, (BYTE *) addr[i], len[i], 0)) {
163 BYTE key[8];
189 if (!CryptImportKey(prov, (BYTE *) &key_blob, sizeof(key_blob), 0, 0,
197 if (!CryptSetKeyParam(ckey, KP_MODE, (BYTE *) &mode, 0)) {
242 BYTE key[16];
269 if (!CryptImportKey(akey->prov, (BYTE *) &key_blob, sizeof(key_blob),
278 if (!CryptSetKeyParam(akey->ckey, KP_MODE, (BYTE *) &mode, 0)) {
360 BYTE key[32];
409 if (!CryptImportKey(ctx->prov, (BYTE *) &key_blob,
441 if (!CryptSetHashParam(ctx->hash, HP_HMAC_INFO, (BYTE *)
[all...]
/freebsd-10.3-release/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-10.3-release/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, char *keyMaterial) {
71 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) {
86 BYTE *input, int inputLen, BYTE *outBuffer) {
201 BYTE *input, int inputOctets, BYTE *outBuffer) {
251 block[i] = (BYTE)padLen ^ iv[i];
264 BYTE *input, int inputLen, BYTE *outBuffe
[all...]
/freebsd-10.3-release/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...]
H A Dcsigma.c27 #define BYTE *(unsigned char*)& macro
1039 outb (COR1(c->port), BYTE c->aopt.cor1);
1040 outb (COR2(c->port), BYTE c->aopt.cor2);
1041 outb (COR3(c->port), BYTE c->aopt.cor3);
1042 outb (COR6(c->port), BYTE c->aopt.cor6);
1043 outb (COR7(c->port), BYTE c->aopt.cor7);
1054 outb (COR1(c->port), BYTE c->hopt.cor1);
1055 outb (COR2(c->port), BYTE c->hopt.cor2);
1056 outb (COR3(c->port), BYTE c->hopt.cor3);
1066 outb (COR4(c->port), BYTE
[all...]
/freebsd-10.3-release/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l158 BYTE BYTE
356 return BYTE;
386 return BYTE;
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crypto.c68 blobin.pbData = (BYTE *)orig->data;
91 blobin.pbData = (BYTE *)crypted->data;
362 BYTE *binary_cert;
/freebsd-10.3-release/sys/dev/asr/
H A Dosd_util.h186 #define BYTE unsigned char macro
/freebsd-10.3-release/contrib/apr-util/dbd/
H A Dapr_dbd_freetds.c56 BYTE *data;
83 BYTE buf[MAX_COL_LEN];
348 BYTE *ptr = dbdata(proc, n+1);
352 dbconvert(proc, t, ptr, l, SYBCHAR, (BYTE *)row->buf, -1);

Completed in 318 milliseconds

12