Searched refs:byte (Results 26 - 50 of 364) sorted by relevance

1234567891011>>

/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dvpaes-x86.S57 .byte 86,101,99,116,111,114,32,80,101,114,109,117,116,97,116,105
58 .byte 111,110,32,65,69,83,32,102,111,114,32,120,56,54,47,83
59 .byte 83,83,69,51,44,32,77,105,107,101,32,72,97,109,98,117
60 .byte 114,103,32,40,83,116,97,110,102,111,114,100,32,85,110,105
61 .byte 118,101,114,115,105,116,121,41,0
81 .byte 102,15,56,0,208
86 .byte 102,15,56,0,193
94 .byte 102,15,56,0,226
95 .byte 102,15,56,0,195
100 .byte 10
[all...]
H A Daesni-x86.S21 .byte 102,15,56,220,209
26 .byte 102,15,56,221,209
48 .byte 102,15,56,222,209
53 .byte 102,15,56,223,209
73 .byte 102,15,56,220,209
74 .byte 102,15,56,220,217
77 .byte 102,15,56,220,208
78 .byte 102,15,56,220,216
81 .byte 102,15,56,220,209
82 .byte 10
[all...]
H A Daes-586.S849 .byte 99,124,119,123,242,107,111,197
850 .byte 48,1,103,43,254,215,171,118
851 .byte 202,130,201,125,250,89,71,240
852 .byte 173,212,162,175,156,164,114,192
853 .byte 183,253,147,38,54,63,247,204
854 .byte 52,165,229,241,113,216,49,21
855 .byte 4,199,35,195,24,150,5,154
856 .byte 7,18,128,226,235,39,178,117
857 .byte 9,131,44,26,27,110,90,160
858 .byte 8
[all...]
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dvpaes-x86_64.S32 .byte 102,15,56,0,208
34 .byte 102,15,56,0,193
46 .byte 102,15,56,0,226
47 .byte 102,15,56,0,195
52 .byte 102,15,56,0,234
55 .byte 102,15,56,0,211
58 .byte 102,15,56,0,193
61 .byte 102,15,56,0,220
64 .byte 102,15,56,0,193
76 .byte 10
[all...]
H A Daes-x86_64.S155 .byte 0xf3,0xc3
328 .byte 0xf3,0xc3
395 .byte 0xf3,0xc3
550 .byte 0xf3,0xc3
775 .byte 0xf3,0xc3
844 .byte 0xf3,0xc3
865 .byte 0xf3,0xc3
1105 .byte 0xf3,0xc3
1292 .byte 0xf3,0xc3
1749 .byte
[all...]
/freebsd-11-stable/usr.sbin/ngctl/
H A Dwrite.c54 "write hook < -f file | byte ... >",
70 int byte; local
97 if (sscanf(av[i], "%i", &byte) != 1
98 || (byte < -128 || byte > 255)) {
99 warnx("invalid byte \"%s\"", av[i]);
102 buf[len] = (u_char)byte;
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_i2c.h43 extern int bti2c_smb_writeb(device_t dev, u_char slave, char cmd, char byte);
45 extern int bti2c_smb_readb(device_t dev, u_char slave, char cmd, char *byte);
/freebsd-11-stable/sys/dev/smbus/
H A Dsmbconf.h100 #define smbus_sendb(bus,slave,byte) \
101 (SMBUS_SENDB(device_get_parent(bus), slave, byte))
102 #define smbus_recvb(bus,slave,byte) \
103 (SMBUS_RECVB(device_get_parent(bus), slave, byte))
104 #define smbus_writeb(bus,slave,cmd,byte) \
105 (SMBUS_WRITEB(device_get_parent(bus), slave, cmd, byte))
108 #define smbus_readb(bus,slave,cmd,byte) \
109 (SMBUS_READB(device_get_parent(bus), slave, cmd, byte))
/freebsd-11-stable/lib/libc/net/
H A Dlinkaddr.c58 int byte = 0, state = NAMING, new; local
89 *cp++ = byte;
93 byte = new;
97 byte = new + (byte << 4);
101 *cp++ = byte;
102 byte = 0;
106 *cp++ = byte;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp169 uint8_t byte = bytes[byte_idx]; local
170 bool bit0 = (byte & 1) == 1;
171 bool bit1 = (byte & 2) == 2;
172 bool bit2 = (byte & 4) == 4;
173 bool bit3 = (byte & 8) == 8;
174 bool bit4 = (byte & 16) == 16;
175 bool bit5 = (byte & 32) == 32;
176 bool bit6 = (byte & 64) == 64;
177 bool bit7 = (byte & 128) == 128;
184 // print the last byte ensurin
185 uint8_t byte = bytes[num_bytes - 1]; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-decnet.c44 typedef uint8_t byte[1]; /* single byte field */ typedef
47 * the keyword 'byte' generates conflicts in Windows
49 typedef unsigned char Byte[1]; /* single byte field */
50 #define byte Byte macro
52 typedef uint8_t word[2]; /* 2 byte field */
79 byte sh_flags; /* route flags */
82 byte sh_visits; /* visit count */
87 byte lg_flags; /* route flags */
88 byte lg_dare
[all...]
/freebsd-11-stable/libexec/bootpd/
H A Ddovend.c32 PRIVATE int insert_generic(struct shared_bindata *, byte **, int *);
50 byte *buf;
54 byte *vp = buf;
79 *vp++ = TAG_TIME_OFFSET;/* -1 byte */
80 *vp++ = 4; /* -1 byte */
90 *vp++ = TAG_SWAP_SERVER;/* -1 byte */
91 *vp++ = 4; /* -1 byte */
103 *vp++ = (byte) (len & 0xFF);
116 *vp++ = (byte) (len & 0xFF);
138 *vp++ = (byte) (le
[all...]
/freebsd-11-stable/sys/arm/include/
H A Dstack.h48 u_int byte; member in struct:unwind_state
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dpk.h34 typedef unsigned char byte, DesData[ 8], IdeaData[16]; typedef
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost89.c211 const byte CryptoProKeyMeshingKey[] = {
242 void gostcrypt(gost_ctx * c, const byte * in, byte * out)
285 out[0] = (byte) (n2 & 0xff);
286 out[1] = (byte) ((n2 >> 8) & 0xff);
287 out[2] = (byte) ((n2 >> 16) & 0xff);
288 out[3] = (byte) (n2 >> 24);
289 out[4] = (byte) (n1 & 0xff);
290 out[5] = (byte) ((n1 >> 8) & 0xff);
291 out[6] = (byte) ((n
[all...]
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_locore.s84 .byte 1 /* Version number */
90 .byte 8 /* Return address register column */
92 .byte 0x1b /* DW_EH_PE_pcrel|DW_EH_PE_sdata4. */
93 .byte 0x0c /* DW_CFA_def_cfa */
96 .byte 0x88 /* DW_CFA_offset, column 0x8 */
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dsha256-armv4.S16 @ lute" terms is ~2250 cycles per 64-byte block or ~35 cycles per
17 @ byte [on single-issue Xscale PXA250 core].
22 @ Cortex A8 core and ~20 cycles per processed byte.
27 @ improvement on Cortex A8 core and ~15.4 cycles per processed byte.
32 @ byte in 12.5 cycles or 23% faster than integer-only code. Snapdragon
2626 # define INST(a,b,c,d) .byte c,d|0xc,a,b
2628 # define INST(a,b,c,d) .byte a,b,c,d
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_tt560.c44 unsigned char byte[4]; member in union:byteswap_u
243 * Output: byte swapped 32 bit integer.
245 * This routine is used to compensate for the byte alignment
257 temp = byte_swap.byte[3];
258 byte_swap.byte[3] = byte_swap.byte[0];
259 byte_swap.byte[0] = temp;
261 temp = byte_swap.byte[2];
262 byte_swap.byte[2] = byte_swap.byte[
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dunwind-pe.h137 unsigned char byte;
143 byte = *p++;
144 result |= ((_Unwind_Word)byte & 0x7f) << shift;
147 while (byte & 0x80);
159 unsigned char byte;
165 byte = *p++;
166 result |= ((_Unwind_Word)byte & 0x7f) << shift;
169 while (byte & 0x80);
172 if (shift < 8 * sizeof(result) && (byte & 0x40) != 0)
136 unsigned char byte; local
158 unsigned char byte; local
/freebsd-11-stable/stand/libsa/
H A Dnet.c242 u_int byte; local
252 byte = addr & 0xff;
253 *--cp = byte % 10 + '0';
254 byte /= 10;
255 if (byte > 0) {
256 *--cp = byte % 10 + '0';
257 byte /= 10;
258 if (byte > 0)
259 *--cp = byte + '0';
/freebsd-11-stable/sys/dev/ppc/
H A Dppcreg.h171 #define w_dtr(ppc, byte) (bus_write_1((ppc)->res_ioport, PPC_SPP_DTR, byte))
172 #define w_str(ppc, byte) (bus_write_1((ppc)->res_ioport, PPC_SPP_STR, byte))
173 #define w_ctr(ppc, byte) (bus_write_1((ppc)->res_ioport, PPC_SPP_CTR, byte))
175 #define w_epp_A(ppc, byte) (bus_write_1((ppc)->res_ioport, PPC_EPP_ADDR, byte))
176 #define w_epp_D(ppc, byte) (bus_write_1((ppc)->res_ioport, PPC_EPP_DATA, byte))
[all...]
/freebsd-11-stable/stand/i386/libi386/
H A Drelocater_tramp.S192 .byte 0xb8
249 .byte 0xb8
255 .byte 0xb8
261 .byte 0xb8
267 .byte 0xb8
273 .byte 0xb8
279 .byte 0xb8
285 .byte 0x66, 0xb8
291 .byte 0x66, 0xba
296 .byte
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp119 // Include the NULL termination byte for binary output
194 // The byte order get accessor
251 for (size_t byte = 0; byte < sizeof(uvalue); ++byte)
252 _PutHex8(static_cast<uint8_t>(uvalue >> (byte * 8)), false);
254 for (size_t byte = sizeof(uvalue) - 1; byte < sizeof(uvalue); --byte)
255 _PutHex8(static_cast<uint8_t>(uvalue >> (byte *
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-mep.c243 unsigned char *byte;
265 byte = (unsigned char *)contents + rel->r_offset;
288 byte[0] = (u & 0xff);
292 byte[0^e2] = ((u >> 8) & 0xff);
293 byte[1^e2] = (u & 0xff);
296 byte[0^e4] = ((u >> 24) & 0xff);
297 byte[1^e4] = ((u >> 16) & 0xff);
298 byte[2^e4] = ((u >> 8) & 0xff);
299 byte[3^e4] = (u & 0xff);
303 byte[
240 unsigned char *byte; local
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dradix.c54 static int ldns_radix_array_space(ldns_radix_node_t* node, uint8_t byte);
202 /** Find some space in the array for the first byte */
238 uint8_t byte = key[pos]; local
240 if (byte < prefix->offset ||
241 (byte - prefix->offset) >= prefix->len) {
242 /** Find some space in the array for the byte. */
249 if (!ldns_radix_array_space(prefix, byte)) {
253 assert(byte >= prefix->offset);
254 assert((byte - prefix->offset) <= prefix->len);
255 byte
338 uint8_t byte = 0; local
385 uint8_t byte; local
779 uint8_t byte; local
837 ldns_radix_array_space(ldns_radix_node_t* node, uint8_t byte) argument
[all...]

Completed in 156 milliseconds

1234567891011>>