Searched refs:byte (Results 51 - 75 of 364) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libvgl/
H A Dtext.c38 extern byte VGLFont[];
65 (byte*)malloc(256*((VGLTextFont->Width + 7)/8)*VGLTextFont->Height);
74 VGLBitmapPutChar(VGLBitmap *Object, int x, int y, byte ch,
75 byte fgcol, byte bgcol, int fill, int dir)
123 byte fgcol, byte bgcol, int fill, int dir)
154 byte VGLFont[] = {
/freebsd-11-stable/sys/dev/ppbus/
H A Dppb_msq.h110 #define MS_RASSERT(reg,byte) { MS_OP_RASSERT, { { (reg) }, { (byte) }}}
125 #define MS_DASS(byte) MS_RASSERT(MS_REG_DTR,byte)
126 #define MS_SASS(byte) MS_RASSERT(MS_REG_STR,byte)
127 #define MS_CASS(byte) MS_RASSERT(MS_REG_CTR,byte)
/freebsd-11-stable/contrib/bmake/
H A Dbuf.h96 /* Buf_AddByte adds a single byte to a buffer. */
97 #define Buf_AddByte(bp, byte) do { \
103 _ptr[-1] = (byte); \
/freebsd-11-stable/sys/dev/smbus/
H A Dsmb.h39 char byte; member in union:smbcmd::__anon7857
44 char byte; member in union:smbcmd::__anon7858
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.h32 /// \brief Decodes the LZMA Properties byte (lc/lp/pb)
37 lzma_options_lzma *options, uint8_t byte);
H A Dlzma_encoder.h33 /// Encodes lc/lp/pb into one byte. Returns false on success and true on error.
35 const lzma_options_lzma *options, uint8_t *byte);
/freebsd-11-stable/stand/i386/libi386/
H A Dpxetramp.s28 .byte 0x9a # far call
32 .byte 0xcb # to vm86int
35 .byte 0x9a # far call
38 .byte 0xcb # to vm86int
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Docteon-feature.c70 int bit, byte; local
72 byte = feature >> 3;
74 octeon_feature_map[byte] |= (((uint8_t)1) << bit);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsysdump.c144 int byte = *idx / 8; local
145 int size = ptr[byte++];
151 res.data[i] = ptr[byte++];
160 int byte = *idx / 8; local
162 if (byte >= max)
176 n = (ptr[byte]);
179 n = (ptr[byte + 0] << 8) + ptr[byte + 1];
182 n = (ptr[byte + 0] << 24) + (ptr[byte
195 int byte = *idx / 8; local
[all...]
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Daesni-mb-x86_64.S109 .byte 102,15,56,220,209
112 .byte 102,15,56,220,217
115 .byte 102,15,56,220,225
116 .byte 102,15,56,220,233
119 .byte 102,15,56,220,208
120 .byte 102,15,56,220,216
121 .byte 102,15,56,220,224
124 .byte 102,15,56,220,232
127 .byte 102,15,56,220,209
128 .byte 10
[all...]
H A Daesni-sha1-x86_64.S21 .byte 0xf3,0xc3
66 .byte 102,15,56,0,227
67 .byte 102,15,56,0,235
68 .byte 102,15,56,0,243
71 .byte 102,15,56,0,251
90 .byte 102,15,56,220,208
117 .byte 102,15,56,220,209
144 .byte 102,15,56,220,208
173 .byte 102,15,56,220,209
199 .byte 10
[all...]
H A Dx86_64cpuid.S19 .byte 0xf0
23 .byte 0x48,0x98
24 .byte 0xf3,0xc3
34 .byte 0xf3,0xc3
168 .byte 0x0f,0x01,0xd0
181 .byte 0xf3,0xc3
199 .byte 0xf3,0xc3
216 .byte 0xf3,0xc3
247 .byte 0xf3,0xc3
255 .byte 7
[all...]
H A Dghash-x86_64.S92 .byte 0xf3,0xc3
658 .byte 0xf3,0xc3
689 .byte 102,15,58,68,194,0
690 .byte 102,15,58,68,202,17
691 .byte 102,15,58,68,222,0
729 .byte 102,15,58,15,227,8
734 .byte 102,15,58,68,194,0
735 .byte 102,15,58,68,202,17
736 .byte 102,15,58,68,222,0
772 .byte 10
[all...]
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S72 * made of four 16-byte entries each containing:
242 * Whatever drive we decided to use, store it at (%bp). The byte
256 * Start out with a pointer to the 4th byte of the first table entry
258 * and beyond a 256 byte boundary. We use the latter trick to check for
266 * pass a 256 byte boundary.
287 * The byte at $(TLEN-1)(%di) contains the offset of the description
299 * We are past a 256 byte boundary: the partition table is finished.
442 * Set %dl with the drive number saved in byte 0.
531 putstr: lodsb # Get byte
596 item: .ascii " "; .byte ' '|
[all...]
/freebsd-11-stable/sys/dev/imcsmb/
H A Dimcsmb.c63 static int imcsmb_readb(device_t dev, u_char slave, char cmd, char *byte);
65 static int imcsmb_writeb(device_t dev, u_char slave, char cmd, char byte);
215 * @param[out] byte
216 * The byte which was read.
219 imcsmb_readb(device_t dev, u_char slave, char cmd, char *byte) argument
222 return (imcsmb_transfer(dev, slave, cmd, byte, FALSE, FALSE));
263 * @param[in] byte
264 * The byte to write.
267 imcsmb_writeb(device_t dev, u_char slave, char cmd, char byte) argument
270 return (imcsmb_transfer(dev, slave, cmd, &byte, FALS
335 uint8_t *byte; local
[all...]
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghashv8-armx.S31 .byte 0xa8,0x0e,0xa8,0xf2 @ pmull q0,q12,q12
33 .byte 0xa9,0x4e,0xa9,0xf2 @ pmull2 q2,q12,q12
34 .byte 0xa0,0x2e,0xa0,0xf2 @ pmull q1,q8,q8
40 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase
47 .byte 0x26,0x0e,0xa0,0xf2 @ pmull q0,q0,q11
71 .byte 0x86,0x0e,0xa8,0xf2 @ pmull q0,q12,q3 @ H.lo��Xi.lo
73 .byte 0x87,0x4e,0xa9,0xf2 @ pmull2 q2,q12,q3 @ H.hi��Xi.hi
74 .byte 0xa2,0x2e,0xaa,0xf2 @ pmull q1,q13,q9 @ (H.lo+H.hi)��(Xi.lo+Xi.hi)
80 .byte 0x26,0x4e,0xe0,0xf2 @ pmull q10,q0,q11 @ 1st phase of reduction
87 .byte
[all...]
/freebsd-11-stable/usr.bin/cmp/
H A Dregular.c63 off_t byte, length, line; local
109 for (byte = line = 1; length--; ++byte) {
114 (long long)byte - 1, ch, *p2);
118 (long long)byte, ch, *p2);
120 diffmsg(file1, file2, byte, line);
/freebsd-11-stable/sys/dev/nand/
H A Dnand.c311 * byte positions than exist within the tables of software-ecc defaults.
326 uint8_t p8, byte; local
332 byte = buf[i];
333 ecc[0] ^= (BIT0(byte) ^ BIT2(byte) ^ BIT4(byte) ^
334 BIT6(byte)) << 2;
335 ecc[0] ^= (BIT1(byte) ^ BIT3(byte) ^ BIT5(byte)
371 uint8_t ecc0, ecc1, ecc2, onesnum, bit, byte; local
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dmpboot.S80 .byte 0x66 /* size override to 32 bits */
81 .byte 0xea /* opcode for far jump */
145 .byte 0xea /* opcode for far jump */
/freebsd-11-stable/lib/libc/mips/string/
H A Dstrchr.S49 lbu a2, 0(a0) # get a byte
H A Dstrlen.S50 lb v0, 0(a0) # get byte from string
H A Dstrrchr.S50 lbu a3, 0(a0) # get a byte
/freebsd-11-stable/sys/i386/acpica/
H A Dacpi_wakecode.S129 .byte 0x66 /* size override to 32 bits */
130 .byte 0xea /* opcode for far jump */
167 .byte 0
169 .byte 0
/freebsd-11-stable/libexec/bootpd/
H A Dbootpd.h85 byte data[1]; /* Dynamically extended */
182 byte vm_cookie[4],
184 RFC951 only allocates 1 byte. . . */
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_spi_v1.c226 uint8_t *buf, byte, *tx_buf; local
281 byte = tx_buf[i];
282 error = mtk_spi_txrx(sc, &byte,
288 error = mtk_spi_txrx(sc, &byte,
292 buf[i] = byte;
306 byte = buf[i];
307 error = mtk_spi_txrx(sc, &byte,
311 buf[i] = byte;

Completed in 242 milliseconds

1234567891011>>