| /freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
| H A D | interception_win.cpp | 136 static const int kAddressLength = FIRST_32_SECOND_64(4, 8); 449 // 8a01 mov al,byte ptr [rcx] 477 return 8; in GetInstructionSize() 497 case 0x6A: // 6A XX = push XX in GetInstructionSize() 500 case 0xb8: // b8 XX XX XX XX : mov eax, XX XX XX XX in GetInstructionSize() 501 case 0xB9: // b9 XX XX XX XX : mov ecx, XX XX XX XX in GetInstructionSize() 505 case 0xE9: // E9 XX XX XX XX : jmp <label> in GetInstructionSize() 506 case 0xE8: // E8 XX XX XX XX : call <func> in GetInstructionSize() 507 case 0xEB: // EB XX : jmp XX (short jump) in GetInstructionSize() 508 case 0x70: // 7Y YY : jy XX (short conditional jump) in GetInstructionSize() [all …]
|
| /freebsd/crypto/openssl/crypto/rc4/asm/ |
| H A D | rc4-parisc.pl | 23 # It's possible to unroll loop 8 times on PA-RISC 2.0, but improvement 39 $SIZE_T =8; 87 @XX=("%r19","%r20"); 103 ldo 1($XX[0]),$XX[1] 105 and $mask,$XX[1],$XX[1] 108 $LDX $XX[1]($key),$TX[1] 109 $MKX $XX[0],$key,$iy 111 comclr,<> $XX[1],$YY,%r0 ; conditional 113 `sprintf("%sdep %$dat1,%d,8,%$acc",$i==1?"z":"",8*($i-1)+7) if ($i>0)` 120 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotate" registers [all …]
|
| H A D | rc4-x86_64.pl | 165 my @XX=("%r10","%rsi"); 171 xor $XX[0],$XX[0] 174 lea 8($dat),$dat 175 mov -8($dat),$XX[0]#b 181 inc $XX[0]#b 182 sub $XX[0],$TX[1] 184 movl ($dat,$XX[0],4),$TX[0]#d 190 lea 1($XX[0]),$XX[1] 197 movl $TY#d,($dat,$XX[0],4) 199 inc $XX[0]#b [all …]
|
| H A D | rc4-586.pl | 49 # Sandy Bridge 5.0/+8% 64 # in comparison to largest 8KB block size. Above improvement 75 $xx="eax"; 90 &mov (&DWP(0,$dat,$xx,4),$ty); 92 &inc (&LB($xx)); 94 &ror ($out,8) if ($i!=0); 96 &mov ($tx,&DWP(0,$dat,$xx,4)); 104 # >20% faster on Atom and Sandy Bridge[!], 8% faster on Opteron, 109 my @XX=($xx,$out); 116 &lea (@XX[1],&DWP(1,@XX[0])); [all …]
|
| H A D | rc4-s390x.pl | 42 $SIZE_T=8; 64 @XX=("%r6","%r7"); 80 llgc $XX[0],0($key) 82 la $XX[0],1($XX[0]) 83 nill $XX[0],0xff 86 llgc $TX[0],2($XX[0],$key) 93 for ($i=0;$i<8;$i++) { 97 la $XX[1],1($XX[0]) 98 nill $XX[1],255 104 sllg $acc,$acc,8 [all …]
|
| H A D | rc4-md5-x86_64.pl | 115 my @XX=("%rbp","%rsi"); # RC4 registers 163 xor $XX[0],$XX[0] 166 lea 8($dat),$dat 167 mov -8($dat),$XX[0]#b 170 inc $XX[0]#b 172 movl ($dat,$XX[0],4),$TX[0]#d 178 sub $XX[0],$TX[1] 186 movl $TY#d,($dat,$XX[0],4) 188 inc $XX[0]#b 190 movl ($dat,$XX[0],4),$TX[0]#d [all …]
|
| H A D | rc4-c64xplus.pl | 30 ($KEYA,$XX,$TY,$xx,$ONE,$ret)=map("A$_",(5,7,8,9,1,2)); 31 ($KEYB,$YY,$TX,$tx,$SUM,$dat)=map("B$_",(5,7,8,9,1,2)); 55 ||[B0] LDBU *${KEYA}[-2],$XX ; key->x 59 ADD4 $ONE,$XX,$XX 60 LDBU *${KEYA}[$XX],$TX 68 || MVD $XX,$xx 69 || ADD4 $ONE,$XX,$XX 70 LDBU *${KEYA}[$XX],$tx 71 CMPEQ $YY,$XX,B0 75 STB $TY,*${KEYA}[$xx] [all …]
|
| /freebsd/contrib/file/src/ |
| H A D | encoding.c | 31 * Joerg Wunsch <joerg@freebsd.org> wrote the original support for 8-bit 117 *code = "Unicode text, UTF-8 (with BOM)"; in file_encoding() 118 *code_mime = "utf-8"; in file_encoding() 121 *code = "Unicode text, UTF-8"; in file_encoding() 122 *code_mime = "utf-8"; in file_encoding() 148 *code_mime = "unknown-8bit"; in file_encoding() 226 * from the ISO-8859 8-bit extension, characters 0xA0 ... 0xFF. 287 * Decide whether some text looks like UTF-8. Returns: 289 * -1: invalid UTF-8 292 * 2: definitely UTF-8 text (valid high-bit set bytes) [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
| H A D | mpc8xxx-wdt.txt | 1 * Freescale mpc8xxx watchdog driver (For 83xx, 86xx and 8xx) 10 On the 83xx, "Watchdog Timer Registers" area: <0x200 0x100> 11 On the 86xx, "Watchdog Timer Registers" area: <0xe4000 0x100> 12 On the 8xx, "General System Interface Unit" area: <0x0 0x10> 17 On the 83xx, it is located at offset 0x910 18 On the 86xx, it is located at offset 0xe0094 19 On the 8xx, it is located at offset 0x288
|
| /freebsd/contrib/libxo/encoder/cbor/ |
| H A D | enc_cbor.c | 36 XX XX XX XX XX XX XX XX - XX XX XX XX XX XX XX XX abcdefghijklmnop 48 static const int ends[ MAX_PER_LINE ] = { 2, 5, 8, 11, 15, 18, 21, 24, in cbor_memdump() 66 if (i == 8) { in cbor_memdump() 86 * a small value (0 .. 23), an 8-bit value (24), a 16-bit value (25), 120 #define CBOR_LEN8 0x18 /* 24 - 8-bit value */ 146 } else if (minor > (1<<8)) { in cbor_encode_uint() 152 m = 8; in cbor_encode_uint() 159 for (i = m - 8; i >= 0; i -= 8) in cbor_encode_uint() 310 case XO_OP_STRING: /* Quoted UTF-8 string */ in cbor_handler()
|
| /freebsd/contrib/opencsd/decoder/source/ptm/ |
| H A D | trc_pkt_proc_ptm.cpp | 267 // b) unsync then async: xx xx xx xx xx xx xx xx 00 00 00 00 00 80 in waitASync() 268 // c) unsync (may have 00) xx xx xx xx 00 xx xx 00 00 00 xx xx xx xx in waitASync() 269 // d) unsync then part async: xx xx xx xx xx xx xx xx xx xx xx 00 00 00 in waitASync() 270 …// e) unsync with prev part async [00 00 00] 00 xx xx xx xx xx xx xx xx [] = byte in previous inp… in waitASync() 522 address |= ((uint32_t)m_currPacketData[2]) << 8; in pktISync() 751 m_tsByteMax = m_config->TSPkt64() ? 10 : 8; in pktTimeStamp() 987 shift+=8; in extractCtxtID() 1052 tsUpdateBits += 8; in extractTS() 1157 // branch address packets all end in 8'bxxxxxxx1 in BuildIPacketTable() 1163 // atom packets are 8'b1xxxxxx0 in BuildIPacketTable() [all …]
|
| /freebsd/contrib/tcpdump/ |
| H A D | CONTRIBUTING.md | 99 8) Test using `make check` (current build options) and `./build_matrix.sh` 185 ND_TCHECK_n(p), n in { 1, 2, 3, 4, 5, 6, 7, 8, 16 } 213 GET_BE_U_n(p), n in { 2, 3, 4, 5, 6, 7, 8 } 214 GET_BE_S_n(p), n in { 2, 3, 4, 5, 6, 7, 8 } 215 GET_LE_U_n(p), n in { 2, 3, 4, 5, 6, 7, 8 } 216 GET_LE_S_n(p), n in { 2, 3, 4, 5, 6, 7, 8 } 299 XX:XX:XX:XX:XX:XX-style representation of the address. 302 returns a string that is the standard XX:XX:XX:XX:XX:XX:XX:XX-style 307 XX:XX:XX:XX:XX:XX:XX:XX-style representation of the address. 315 otherwise, the string is a sequence of XX:XX:... values for the bytes [all …]
|
| /freebsd/usr.sbin/virtual_oss/virtual_oss/ |
| H A D | virtual_oss.8 | 67 Valid values are 8, 16, 24 and 32. 221 Split an 8-channel 24-bit OSS compatible sound device into multiple subdevices: 233 -i 8 \\ 235 -C 16 -c 8 -r 48000 -b 32 -s 4ms -f /dev/dspX \\ 237 -a 12 -b 16 -c 2 -m 8,8,9,9 -d vdsp \\ 242 -a 0 -b 32 -c 8 -m 0,8,1,9,2,8,3,9,4,8,5,9,6,8,7,9 -w vdsp.rec.mic.wav -d vdsp.rec.mic \\ 243 -a 0 -b 32 -c 2 -m 0,8,1,9 -w vdsp.rec.master.wav -d vdsp.master.mic \\ 247 -M o,8,0,0,0,0 \\ 257 -M x,8,0,0,1,0 \\ 258 -M x,8,1,0,1,0 \\ [all …]
|
| /freebsd/lib/libc/tests/stdio/ |
| H A D | print_positional_test.c | 41 "|xx 01 02 03 04\n" 42 "|xx 05 06 07 08\n" 43 "|xx 09 10 11 12\n" 44 "|xx 13 14 15 16\n" 45 "|xx 17 18 19 20\n" 46 "|xx 21 22 23 24\n" 47 "|xx 25 26 27 28\n" 48 "|xx 29 30 31 32\n" 49 "|xx 33 34 35 36\n" 50 "|xx 37 38 39 40\n" [all …]
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | T.sub | 75 aaaa xaa xx 88 ^a$ xx a xx xx 151 acc xc xx 166 xx xx xx 173 xx xx xx 180 xx xx xx 284 # 8 294 # 8 304 # 8 314 # 8
|
| /freebsd/share/doc/usd/21.troff/ |
| H A D | m0a | 88 \fIF\fR|= \fIx\fR, \fIxx\fR, or 1-4. 89 Also \fB\ef\fIx\fR,\|\fB\ef(\fIxx\fR,\|\fB\ef\fIN\fR. 158 \fB&de\fI|xx|yy\fR - \fI.yy=\fB..\fR - Define or redefine macro \fIxx;\fR end at call of \fIyy\fR. 160 \fB&am\fI|xx|yy\fR - \fI.yy=\fB..\fR - Append to a macro. 162 \fB&ds\fI|xx|string\fR - ignored - Define a string \fIxx\fR containing \fIstring\fR. 164 \fB&as\fI|xx|string\fR - ignored - Append \fIstring\fR to string \fIxx\fR. 166 \fB&rm\fI|xx\fR - ignored - Remove request, macro, or string. 168 \fB&rn\fI|xx|yy\fR - ignored - Rename request, macro, or string \fIxx\fR to \fIyy\fR. 170 \fB&di\fI|xx\fR - end D Divert output to macro \fIxx\fR. 172 \fB&da\fI|xx\fR - end D Divert and append to \fIxx\fR. [all …]
|
| /freebsd/share/man/man4/ |
| H A D | bridge.4 | 75 .Xr ifconfig 8 96 .Xr ifconfig 8 . 99 .Xr sysctl 8 110 .Xr ppp 8 . 127 .Xr sysctl 8 136 .Xr ifconfig 8 176 .Xr sysctl 8 231 .Xr sysctl 8 266 .Xr ifconfig 8 . 273 .Xr sysctl 8 . [all …]
|
| /freebsd/sbin/ping/tests/ |
| H A D | test_ping.py | 19 icmp_id_seq_types = [0, 8, 13, 14, 15, 16, 17, 18, 37, 38] 25 oicmp.type = 8 278 ("cp: .*", "cp: xx xx xx xx xx xx xx xx"), 279 ("dp: .*", "dp: xx xx xx xx xx xx xx xx"), 316 PING(56=40+8+8 bytes) ::1 --> ::1 362 PING(56=40+8+8 bytes) 2001:db8::1 --> 2001:db8::1 378 PING(56=40+8+8 bytes) 2001:db8::1 --> 2001:db8::2 424 PING(56=40+8+8 bytes) 2001:db8::1 --> 2001:db8::1 442 \x07\x07PING(56=40+8+8 bytes) 2001:db8::1 --> 2001:db8::2 486 PING(56=40+8+8 bytes) 2001:db8::1 --> 2001:db8::1 [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.aggpackbanner.ksh.out | 14 3 < 0 : ▂▂ ▂▂ ▂ ▂ ▂ ▂ : >= 40 | 8 45 7 < 0 : ▂ ▂ ▂ ▂ ▂▂▂▂ : >= 40 | 8 59 2 < 0 : XX X X : >= 40 | 4 60 3 < 0 : X X XX XX : >= 40 | 6 61 4 < 0 : X X X XX X : >= 40 | 6 62 5 < 0 : XXXXXX X X : >= 40 | 8 69 3 < 0 : XX X X X X : >= 40 | 6 72 6 < 0 : X XX X X X : >= 40 | 6 80 5 < 0 : X XX X X X X : >= 40 | 7 81 6 < 0 : XX XX X X X : >= 40 | 7 [all …]
|
| H A D | tst.aggpack.d.out | 46 78 0 :xx : 2 | 100 47 77 0 :xx : 2 | 100 48 76 0 :xx : 2 | 100 49 75 0 :xx : 2 | 100 50 74 0 :xx : 2 | 100 51 73 0 :xx : 2 | 100 52 72 0 :xx : 2 | 100 53 71 0 :xx : 2 | 100 54 70 0 :xx : 2 | 100 55 69 0 :xx : 2 | 100 [all …]
|
| /freebsd/contrib/netbsd-tests/usr.bin/sort/ |
| H A D | t_sort.sh | 246 0:2:3:4:5:6:7:8:9 247 1:1:3:4:5:6:7:8:9 248 1:2:2:4:5:6:7:8:9 249 1:2:3:3:5:6:7:8:9 250 1:2:3:4:4:6:7:8:9 251 1:2:3:4:5:5:7:8:9 252 1:2:3:4:5:6:6:8:9 254 1:2:3:4:5:6:7:8:8 258 1:2:3:4:5:6:7:8:8 260 1:2:3:4:5:6:6:8:9 [all …]
|
| /freebsd/usr.sbin/iovctl/ |
| H A D | iovctl.conf.5 | 36 .Xr iovctl 8 44 .Xr iovctl 8 102 xx:xx:xx:xx:xx:xx, where xx is one or two hexadecimal digits. 134 .Xr bhyve 8 146 .Xr bhyve 8 169 .Xr iovctl 8
|
| /freebsd/usr.sbin/i2c/ |
| H A D | i2c.8 | 37 .Op Fl w Ar 0|8|16|16LE|16BE 109 One or more addresses ([0x]xx) or ranges of addresses 110 ([0x]xx-[0x]xx or [0x]xx..[0x]xx) separated by commas or colons. 123 .It Fl w Ar 0|8|16|16LE|16BE 142 .It 'r' bus address [0|8|16|16LE|16BE] offset count 144 .It 'w' bus address [0|8|16|16LE|16BE] offset hexstring 176 Read 8 bytes of data from device at address 0x56 (e.g., an EEPROM): 178 i2c -a 0x56 -d r -c 8 192 Read 8 bytes at address 24 in an EEPROM: 194 i2c -i 'r 0 0x50 16BE 24 8' [all …]
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | bhyve.8 | 108 .Xr bhyveload 8 158 .Xr sysctl 8 266 .Xr bhyveload 8 . 291 A guest can have up to 8 NUMA domains. 294 .Xr bhyveload 8 . 374 There are 32 available slots, with the option of providing up to 8 functions 438 .Xr bhyveload 8 . 514 .Op Cm \&,mac= Ar xx:xx:xx:xx:xx:xx 520 .Op Cm \&,mac= Ar xx:xx:xx:xx:xx:xx 530 .Op Cm \&,mac= Ar xx:xx:xx:xx:xx:xx [all …]
|
| /freebsd/sys/dev/sfxge/common/ |
| H A D | efx_rx.c | 1215 for (offset = (FRF_BZ_RX_RSS_TKEY_LBN + FRF_BZ_RX_RSS_TKEY_WIDTH) / 8; in siena_rx_scale_key_set() 1226 for (offset = (FRF_BZ_RX_RSS_TKEY_LBN + FRF_BZ_RX_RSS_TKEY_WIDTH) / 8; in siena_rx_scale_key_set() 1243 FRF_CZ_RX_RSS_IPV6_TKEY_HI_WIDTH) / 8; in siena_rx_scale_key_set() 1253 FRF_CZ_RX_RSS_IPV6_TKEY_MID_WIDTH) / 8; in siena_rx_scale_key_set() 1263 FRF_CZ_RX_RSS_IPV6_TKEY_LO_WIDTH) / 8; in siena_rx_scale_key_set() 1275 FRF_CZ_RX_RSS_IPV6_TKEY_HI_WIDTH) / 8; in siena_rx_scale_key_set() 1287 FRF_CZ_RX_RSS_IPV6_TKEY_MID_WIDTH) / 8; in siena_rx_scale_key_set() 1299 FRF_CZ_RX_RSS_IPV6_TKEY_LO_WIDTH) / 8; in siena_rx_scale_key_set() 1403 * 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1404 * xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.xx.TT.TT.TT.TT [all …]
|