Home
last modified time | relevance | path

Searched full:xx (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/freebsd/contrib/tzdata/
H A Dzonenow.tab29 #XX coordinates TZ comments
32 XX -1416-17042 Pacific/Pago_Pago Midway; Samoa ("SST")
35 XX -1901-16955 Pacific/Niue Niue
38 XX +211825-1575130 Pacific/Honolulu Hawaii ("HST")
41 XX -1732-14934 Pacific/Tahiti Tahiti; Cook Islands
44 XX +515248-1763929 America/Adak western Aleutians in Alaska ("HST/HDT")
47 XX -0900-13930 Pacific/Marquesas Marquesas
50 XX -2308-13457 Pacific/Gambier Gambier
53 XX +611305-1495401 America/Anchorage most of Alaska ("AKST/AKDT")
56 XX -2504-13005 Pacific/Pitcairn Pitcairn
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpack.d.out46 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 …]
H A Dtst.aggpackbanner.ksh.out59 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
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
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp497 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()
540 case 0x25FF: // FF 25 XX XX XX XX : jmp [XXXXXXXX] in GetInstructionSize()
545 case 0x24A48D: // 8D A4 24 XX XX XX XX : lea esp, [esp + XX XX XX XX] in GetInstructionSize()
550 case 0xc2: // C2 XX XX : ret XX (needed for registering weak functions) in GetInstructionSize()
[all …]
/freebsd/lib/libc/tests/stdio/
H A Dprint_positional_test.c41 "|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/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl87 @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
120 push(@TX,shift(@TX)); push(@XX,shift(@XX)); # "rotate" registers
129 $MKX $XX[0],$key,$ix
131 ldo 1($XX[0]),$XX[0]
136 and $mask,$XX[0],$XX[0]
[all …]
H A Drc4-x86_64.pl165 my @XX=("%r10","%rsi");
171 xor $XX[0],$XX[0]
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
201 movl ($dat,$XX[0],4),$TX[0]#d
[all …]
H A Drc4-c64xplus.pl30 ($KEYA,$XX,$TY,$xx,$ONE,$ret)=map("A$_",(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]
88 SUB4 $XX,$ONE,$XX
[all …]
H A Drc4-md5-x86_64.pl115 my @XX=("%rbp","%rsi"); # RC4 registers
163 xor $XX[0],$XX[0]
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
217 #rc4# lea ($dat,$XX[0],4),$XX[1]
[all …]
H A Drc4-s390x.pl64 @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)
97 la $XX[1],1($XX[0])
98 nill $XX[1],255
110 llgc $TX[1],2($XX[1],$key)
111 stc $TY,2($XX[0],$key)
112 cr $XX[1],$YY
[all …]
H A Drc4-586.pl75 $xx="eax";
90 &mov (&DWP(0,$dat,$xx,4),$ty);
92 &inc (&LB($xx));
96 &mov ($tx,&DWP(0,$dat,$xx,4));
109 my @XX=($xx,$out);
116 &lea (@XX[1],&DWP(1,@XX[0]));
119 &and (@XX[1],0xff);
124 &mov (&DWP(0,$dat,$XX[0],4),$ty);
126 &movd (@XX[0],"mm7") if ($i==0);
127 &mov ($tx,&DWP(0,$dat,@XX[1],4));
[all …]
/freebsd/share/doc/usd/21.troff/
H A Dm288 a control line beginning \fB.\fIxx\fR will interpolate the contents of macro \fIxx\fR.
90 The strings \fIx\fR and \fIxx\fR are interpolated at any desired point with
91 \fB\e\(**\fIx\fR and \fB\e\(**(\fIxx\fR respectively.
137 For example, the macro \fIxx\fR may be defined by
141 &de xx \e"begin definition
239 \fB&de\fI|xx|yy\fR - \fI.yy=\fB..\fR - Define or redefine the macro \fIxx\fR.
253 \fB&am\fI|xx|yy\fR - \fI.yy=\fB..\fR - Append to macro (append version of \fBde\fR).
255 \fB&ds\fI|xx|string\fR - ignored - Define a string
256 \fIxx\fR containing \fIstring\fR.
260 \fB&as\fI|xx|string\fR - ignored - Append
[all …]
H A Dm0a88 \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/contrib/file/src/
H A Dencoding.c300 #define XX 0xF1 // invalid: size 1 macro
325 XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, // 0x80-0x8F
326 XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, // 0x90-0x9F
327 XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, // 0xA0-0xAF
328 XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, // 0xB0-0xBF
329 XX, XX, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, S1, // 0xC0-0xCF
332 S5, S6, S6, S6, S7, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, XX, // 0xF0-0xFF
380 if (x == XX) in file_looks_utf8()
392 } else if ((buf[i] & 0x04) == 0) { /* 111110xx */ in file_looks_utf8()
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dmpc8xxx-wdt.txt1 * 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/usr.sbin/mptutil/
H A Dmpt_evt.c53 * < ID> < time > <ty> <X XX XX XX XX XX XX XX XX XX XX XX XX XX |..............|
/freebsd/contrib/less/
H A Domit.uni1 /* Generated by "./mkutable -f2 Xx -- unicode/UnicodeData.txt" on Aug 19 1:16:32 GMT 2025 */
2 { 0x00ad, 0x00ad }, /* Xx */
3 { 0x200d, 0x200d }, /* Xx */
4 { 0xfe00, 0xfe0f }, /* Xx */
5 { 0x1f3fb, 0x1f3ff }, /* Xx */
6 { 0x1f9b0, 0x1f9b3 }, /* Xx */
7 { 0xe0100, 0xe01ef }, /* Xx */
/freebsd/contrib/tcpdump/
H A DCONTRIBUTING.md299 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
323 the string is a sequence of XX:XX:... values for the bytes
/freebsd/contrib/one-true-awk/testdir/
H A DT.sub75 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
H A DT.gawk317 xx
318 xx
320 xx
322 xx' >foo1
325 printf("xx%-39s\n", substr(x,1,39))
326 print "xx" substr("abcdef", 0, 2)
327 print "xx" substr("abcdef", 2.3, 2)
328 print "xx" substr("abcdef", -1, 2)
329 print "xx" substr("abcdef", 1, 0)
330 print "xx" substr("abcdef", 1, -3)
[all …]
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_proc_ptm.cpp267 // 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()
/freebsd/contrib/ldns/
H A Derror.c132 "separated by dashes expected (i.e. xx-xx-xx-xx-xx-xx" },
135 "separated by dashes expected (i.e. xx-xx-xx-xx-xx-xx-xx-xx" },
/freebsd/contrib/libxo/encoder/cbor/
H A Denc_cbor.c36 XX XX XX XX XX XX XX XX - XX XX XX XX XX XX XX XX abcdefghijklmnop
/freebsd/sys/dev/bxe/
H A Dbxe_debug.c197 int xx; in bxe_dump_mem() local
204 for (xx = 0; xx < len; xx++) in bxe_dump_mem()
206 if ((xx != 0) && (xx % 16 == 0)) in bxe_dump_mem()
210 snprintf(c, sizeof(c), "%03x", xx); in bxe_dump_mem()
236 int i, xx = 0; in bxe_dump_mbuf_data() local
246 snprintf(c, sizeof(c), "%03x", xx); in bxe_dump_mbuf_data()
254 if ((xx != 0) && (xx % 16 == 0)) in bxe_dump_mbuf_data()
258 snprintf(c, sizeof(c), "%03x", xx); in bxe_dump_mbuf_data()
267 xx++; in bxe_dump_mbuf_data()
274 xx += m->m_len; in bxe_dump_mbuf_data()
/freebsd/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.conf15 # bdaddr xx:xx:xx:xx:xx:xx ; - remote device BD_ADDR

12345678910>>...27