Searched refs:byte (Results 76 - 100 of 364) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_spi_v2.c231 uint8_t *buf, byte, *tx_buf; local
286 byte = tx_buf[i];
287 error = mtk_spi_txrx(sc, &byte,
293 error = mtk_spi_txrx(sc, &byte,
297 buf[i] = byte;
311 byte = buf[i];
312 error = mtk_spi_txrx(sc, &byte,
316 buf[i] = byte;
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_spi.c222 uint8_t *buf, byte, *tx_buf; local
278 byte = tx_buf[i];
279 error = rt305x_spi_txrx(sc, &byte,
285 error = rt305x_spi_txrx(sc, &byte,
289 buf[i] = byte;
303 byte = buf[i];
304 error = rt305x_spi_txrx(sc, &byte,
308 buf[i] = byte;
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx_msr.c147 int byte, bit; local
150 byte = msr / 8;
152 byte = 1024 + (msr - 0xC0000000) / 8;
159 bitmap[byte] &= ~(1 << bit);
161 bitmap[byte] |= 1 << bit;
163 byte += 2048;
165 bitmap[byte] &= ~(1 << bit);
167 bitmap[byte] |= 1 << bit;
/freebsd-11-stable/sys/amd64/acpica/
H A Dacpi_wakecode.S136 .byte 0x66 /* size override to 32 bits */
137 .byte 0xea /* opcode for far jump */
204 .byte 0xea /* opcode for far jump */
236 .byte 0
238 .byte 0
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dx86_64-gf2m.S188 .byte 102,72,15,126,198
193 .byte 102,72,15,126,199
198 .byte 0xf3,0xc3
210 .byte 102,72,15,110,198
211 .byte 102,72,15,110,201
212 .byte 102,72,15,110,210
213 .byte 102,73,15,110,216
216 .byte 102,15,58,68,193,0
219 .byte 102,15,58,68,211,0
220 .byte 10
[all...]
H A Drsaz-x86_64.S20 .byte 102,72,15,110,202
372 .byte 102,72,15,126,205
403 .byte 102,72,15,110,199
414 .byte 0xc4,0x62,0xf3,0xf6,0xa6,0x20,0x00,0x00,0x00
417 .byte 0xc4,0x62,0xfb,0xf6,0xae,0x28,0x00,0x00,0x00
440 .byte 0xc4,0xe2,0xfb,0xf6,0x9e,0x10,0x00,0x00,0x00
446 .byte 0x66
457 .byte 0xc4,0xe2,0xfb,0xf6,0x9e,0x30,0x00,0x00,0x00
461 .byte 0xc4,0x62,0xc3,0xf6,0x86,0x38,0x00,0x00,0x00
466 .byte
[all...]
/freebsd-11-stable/lib/libvgl/
H A Dmouse.c41 static byte StdAndMask[MOUSE_IMG_SIZE*MOUSE_IMG_SIZE] = {
59 static byte StdOrMask[MOUSE_IMG_SIZE*MOUSE_IMG_SIZE] = {
83 static byte map[MOUSE_IMG_SIZE*MOUSE_IMG_SIZE];
96 byte buf[MOUSE_IMG_SIZE*MOUSE_IMG_SIZE];
99 byte crtcidx, crtcval, gdcidx, gdcval;
126 byte crtcidx, crtcval, gdcidx, gdcval;
235 VGLMouseFreeze(int x, int y, int width, int hight, byte color)
H A Dsimple.c36 static byte VGLSavePaletteRed[256];
37 static byte VGLSavePaletteGreen[256];
38 static byte VGLSavePaletteBlue[256];
46 color2mem(u_long color, byte *b, int len)
68 mem2color(byte *b, int len)
95 byte b[4];
103 object->Bitmap[y*object->VXsize+x]=((byte)color);
106 object->Bitmap[VGLSetSegment(y*object->VXsize+x)]=((byte)color);
125 object->Bitmap[(unsigned)(VGLAdpInfo.va_line_width*y)+(x/4)] = ((byte)color);
134 outb(0x3ce, 0x00); outb(0x3cf, (byte)colo
[all...]
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dx86cpuid.S30 .byte 0x0f,0xa2
54 .byte 0x0f,0xa2
59 .byte 0x0f,0xa2
65 .byte 0x0f,0xa2
70 .byte 0x0f,0xa2
85 .byte 0x0f,0xa2
92 .byte 0x0f,0xa2
122 .byte 0x0f,0xa2
128 .byte 15,1,208
163 .byte
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_rx.c772 unsigned int byte; local
776 byte = 0;
781 offset > 0 && byte < n;
783 oword.eo_u8[offset - 1] = key[byte++];
787 byte = 0;
792 offset > 0 && byte < n;
794 if (oword.eo_u8[offset - 1] != key[byte++]) {
803 byte = 0;
809 offset > 0 && byte < n;
811 oword.eo_u8[offset - 1] = key[byte
909 uint32_t byte; local
924 uint32_t byte; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp35 uint8_t byte = *src; local
38 if (byte == 0x23 || byte == 0x24 || byte == 0x7d || byte == 0x2a) {
40 byte ^= 0x20;
42 bytes_written += PutChar(byte);
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlfsr.c90 unsigned int byte; local
97 byte = count;
99 while (byte--) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/atomic/sparc64/
H A Dopensolaris_atomic.S80 and %o0, 0x3, %o4 ! %o4 = byte offset, left-to-right
81 xor %o4, 0x3, %g1 ! %g1 = byte offset, right-to-left
86 and %o1, %o3, %o1 ! %o1 = single byte value
/freebsd-11-stable/sys/dev/iicbus/
H A Diicsmb.c76 char low; /* low byte received first */
77 char high; /* high byte */
91 static int iicsmb_sendb(device_t dev, u_char slave, char byte);
92 static int iicsmb_recvb(device_t dev, u_char slave, char *byte);
93 static int iicsmb_writeb(device_t dev, u_char slave, char cmd, char byte);
95 static int iicsmb_readb(device_t dev, u_char slave, char cmd, char *byte);
331 iicsmb_sendb(device_t dev, u_char slave, char byte) argument
334 { slave, IIC_M_WR, 1, &byte },
343 iicsmb_recvb(device_t dev, u_char slave, char *byte) argument
346 { slave, IIC_M_RD, 1, byte },
355 iicsmb_writeb(device_t dev, u_char slave, char cmd, char byte) argument
381 iicsmb_readb(device_t dev, u_char slave, char cmd, char *byte) argument
[all...]
/freebsd-11-stable/release/picobsd/tinyware/view/
H A Dview.c83 byte pal_red[256];
84 byte pal_green[256];
85 byte pal_blue[256];
86 byte pal_colors;
139 sav.Bitmap=(byte *)calloc(width*height,1);
140 clr.Bitmap=(byte *)calloc(width*height,1);
189 byte *red,
190 byte *green,
191 byte *blue,
205 target.Bitmap=(byte *)callo
[all...]
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Daes-armv4.S19 @ is endian-neutral. The performance is ~42 cycles/byte for 128-bit
29 @ Cortex A8 core and ~25 cycles per byte processed with 128-bit key.
34 @ improvement on Cortex A8 core and ~21.5 cycles per byte.
122 .byte 0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5
123 .byte 0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76
124 .byte 0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0
125 .byte 0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0
126 .byte 0xb7, 0xfd, 0x93, 0x26, 0x36, 0x3f, 0xf7, 0xcc
127 .byte 0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15
128 .byte
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Docteon-feature.h287 int byte, bit; local
288 byte = feature >> 3;
291 if (byte >= FEATURE_MAP_SIZE)
301 return (octeon_feature_map[byte] & ((1 << bit))) ? 1 : 0;
/freebsd-11-stable/lib/libc/i386/
H A DSYS.h54 #define LCALL(x,y) .byte 0x9a ; .long y; .word x
/freebsd-11-stable/usr.bin/mkimg/tests/
H A Dmkimg.sh20 local byte count name
22 byte=$1
25 name=_tmp-$byte-$count.bin
26 jot -b $byte $(($count/2)) > $name
H A Dmkimg_test.sh20 local byte count name
22 byte=$1
25 name=_tmp-$byte-$count.bin
26 jot -b $byte $(($count/2)) > $name
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c64 unsigned char byte; local
67 byte = *p++;
68 result |= (byte & 0x7f) << shift;
70 } while (byte & 0x80);
/freebsd-11-stable/sys/dev/cmx/
H A Dcmxvar.h91 #define cmx_test(byte, flags, test) \
92 (((byte) & (flags)) == ((test) ? (flags) : 0))
/freebsd-11-stable/sys/dev/cx/
H A Dmachdep.h57 static inline void __ddk_outb (unsigned port, unsigned char byte) argument
58 { outb (byte, port); }
/freebsd-11-stable/sys/arm/arm/
H A Dunwind.c194 /* Reads the next byte from the instruction list */
201 insn = (*state->insn) >> (state->byte * 8);
204 if (state->byte == 0) {
205 state->byte = 3;
209 state->byte--;
352 state->byte = 2;
355 state->byte = 1;
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2asm.c313 int size = 0, byte;
317 byte = (value & 0x7f);
321 while (!((value == 0 && (byte & 0x40) == 0)
322 || (value == -1 && (byte & 0x40) != 0)));
537 int byte = (work & 0x7f);
541 byte |= 0x80;
545 fprintf (asm_out_file, "0x%x", byte);
550 assemble_integer (GEN_INT (byte), 1, BITS_PER_UNIT, 1);
592 int more, byte;
599 byte
311 int size = 0, byte; local
535 int byte = (work & 0x7f); local
590 int more, byte; local
[all...]

Completed in 376 milliseconds

1234567891011>>