Home
last modified time | relevance | path

Searched +full:8 +full:xxx (Results 1 – 25 of 1159) sorted by relevance

12345678910>>...47

/freebsd/secure/lib/libcrypto/man/man7/
H A Dx509.730 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
75 . ds #V .8m
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
121 . ds 8 ss
168 \&\fBX509_\fR\fI\s-1XXX\s0\fR, \fBd2i_X509_\fR\fI\s-1XXX\s0\fR, and \fBi2d_X509_\fR\fI\s-1XXX\s0\fR…
171 \&\fBX509_CRL_\fR\fI\s-1XXX\s0\fR, \fBd2i_X509_CRL_\fR\fI\s-1XXX\s0\fR, and \fBi2d_X509_CRL_\fR\fI\…
174 \&\fBX509_REQ_\fR\fI\s-1XXX\s0\fR, \fBd2i_X509_REQ_\fR\fI\s-1XXX\s0\fR, and \fBi2d_X509_REQ_\fR\fI\…
[all …]
H A Devp.730 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
75 . ds #V .8m
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
121 . ds 8 ss
151 The \fBEVP_Seal\fR\fI\s-1XXX\s0\fR and \fBEVP_Open\fR\fI\s-1XXX\s0\fR
154 The \fBEVP_DigestSign\fR\fI\s-1XXX\s0\fR and
155 \&\fBEVP_DigestVerify\fR\fI\s-1XXX\s0\fR functions implement
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnl80211.h43 NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR = BIT(8),
78 NL80211_RRF_NO_160MHZ = BIT(8),
119 /* XXX TODO */
128 /* XXX TODO */
146 /* XXX TODO */
159 /* XXX TODO */
179 /* XXX TODO */
187 /* XXX TODO */
198 /* XXX TODO */
204 /* XXX TODO */
[all …]
H A Dieee80211.h46 printf("%s:%d: XXX LKPI80211 TODO " fmt "\n", __func__, __LINE__, ##__VA_ARGS__)
58 #define IEEE80211_CCMP_HDR_LEN 8 /* 802.11i .. net80211 comment */
60 #define IEEE80211_CCMP_MIC_LEN 8 /* || 16 */
61 #define IEEE80211_CCMP_256_HDR_LEN 8
63 #define IEEE80211_GCMP_HDR_LEN 8
119 #define IEEE80211_TKIP_IV_LEN 8 /* WEP + KID + EXT */
169 IEEE80211_HT_MPDU_DENSITY_8 = 6, /* 8us */
178 #define IEEE80211_FCTL_ORDER (IEEE80211_FC1_ORDER << 8)
179 #define IEEE80211_FCTL_PROTECTED (IEEE80211_FC1_PROTECTED << 8)
180 #define IEEE80211_FCTL_FROMDS (IEEE80211_FC1_DIR_FROMDS << 8)
[all …]
/freebsd/contrib/tcpdump/
H A Dparsenfsfh.c75 #define FHT_VMSUCX 8
138 /* XXX or could be Ultrix+MASSBUS "hp" disk? */ in Parse_fh()
146 (GET_U_1(fhp + 8) == 12) && (GET_U_1(fhp + 9) == 0)) { in Parse_fh()
151 /* XXX the test of fhp[5] == 8 could be wrong */ in Parse_fh()
152 if ((GET_U_1(fhp + 4) == 0) && (GET_U_1(fhp + 5) == 8) && (GET_U_1(fhp + 6) == 0) && in Parse_fh()
178 /*XXX we probably only need to test of these two bytes */ in Parse_fh()
183 /* XXX no obvious difference between SUNOS5 and IRIX5 */ in Parse_fh()
186 /* XXX what about AIX? */ in Parse_fh()
193 if ((GET_U_1(fhp + 8) == 12) && (GET_U_1(fhp + 9) == 0)) { in Parse_fh()
195 } else if ((GET_U_1(fhp + 8) == 0) && (GET_U_1(fhp + 9) == 10)) { in Parse_fh()
[all …]
H A Dprint-802_15_4.c440 x = crc >> 8 ^ y; in ieee802_15_4_crc16()
442 crc = ((uint16_t)(crc << 8)) ^ in ieee802_15_4_crc16()
452 crc = (((crc & 0xff00) >> 8) | ((crc & 0x00ff) << 8)); in ieee802_15_4_crc16()
465 x = (x << 24) | ((x & 0xFF00) << 8) | in ieee802_15_4_reverse32()
466 ((x >> 8) & 0xFF00) | (x >> 24); in ieee802_15_4_reverse32()
515 case FC_ADDRESSING_MODE_RESERVED: /* Reserved, there used to be 8-bit in ieee802_15_4_addr_len()
526 return 8; in ieee802_15_4_addr_len()
546 case 8: in ieee802_15_4_print_addr()
567 ((ss >> 8) & 0xf)); in ieee802_15_4_print_superframe_specification()
637 len = 1 + s_cnt * 2 + e_cnt * 8; in ieee802_15_4_print_pending_addresses()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dulcb-kf-simple-audio-card-mix+split.dtsi14 * (C) CPU3 (2ch) ----> (8ch) (Y) PCM3168A-p (TDM-0 : 0,1ch)
20 * (A) aplay -D plughw:0,0 xxx.wav (MIX-0)
21 * (B) aplay -D plughw:0,1 xxx.wav (MIX-1)
22 * (C) aplay -D plughw:1,0 xxx.wav (TDM-0)
23 * (D) aplay -D plughw:1,1 xxx.wav (TDM-1)
24 * (E) aplay -D plughw:1,2 xxx.wav (TDM-2)
25 * (F) aplay -D plughw:1,3 xxx.wav (TDM-3)
27 * (A) arecord -D plughw:0,0 xxx.wav
28 * (G) arecord -D plughw:1,4 xxx.wav
48 convert-channels = <8>; /* t
[all...]
H A Dulcb-kf-audio-graph-card-mix+split.dtsi14 * (C) CPU2 (2ch) ----> (8ch) (Y) PCM3168A-p (TDM-0 : 0,1ch)
20 * (A) aplay -D plughw:0,0 xxx.wav (MIX-0)
21 * (B) aplay -D plughw:0,1 xxx.wav (MIX-1)
22 * (C) aplay -D plughw:1,0 xxx.wav (TDM-0)
23 * (D) aplay -D plughw:1,1 xxx.wav (TDM-1)
24 * (E) aplay -D plughw:1,2 xxx.wav (TDM-2)
25 * (F) aplay -D plughw:1,3 xxx.wav (TDM-3)
27 * (A) arecord -D plughw:0,0 xxx.wav
28 * (G) arecord -D plughw:1,4 xxx.wav
63 convert-channels = <8>; /* t
[all...]
H A Dulcb-kf-audio-graph-card2-mix+split.dtsi14 * (C) CPU3 (2ch) ----> (8ch) (Y) PCM3168A-p (TDM-0 : 0,1ch)
20 * (A) aplay -D plughw:0,0 xxx.wav (MIX-0)
21 * (B) aplay -D plughw:0,1 xxx.wav (MIX-1)
22 * (C) aplay -D plughw:1,0 xxx.wav (TDM-0)
23 * (D) aplay -D plughw:1,1 xxx.wav (TDM-1)
24 * (E) aplay -D plughw:1,2 xxx.wav (TDM-2)
25 * (F) aplay -D plughw:1,3 xxx.wav (TDM-3)
27 * (A) arecord -D plughw:0,0 xxx.wav
28 * (G) arecord -D plughw:1,4 xxx.wav
98 convert-channels = <8>; /* t
[all...]
H A Dulcb-kf-audio-graph-card.dtsi11 * (C) CPU2 ----> PCM3168A-p (8ch)
14 * (A) aplay -D plughw:0,0 xxx.wav
15 * (B) aplay -D plughw:0,1 xxx.wav
16 * (C) aplay -D plughw:1,0 xxx.wav
18 * (A) arecord -D plughw:0,0 xxx.wav
19 * (D) arecord -D plughw:1,1 xxx.wav
75 dai-tdm-slot-num = <8>;
H A Dulcb-kf-audio-graph-card2.dtsi11 * (C) CPU2 ----> PCM3168A-p (8ch)
14 * (A) aplay -D plughw:0,0 xxx.wav
15 * (B) aplay -D plughw:0,1 xxx.wav
16 * (C) aplay -D plughw:1,0 xxx.wav
18 * (A) arecord -D plughw:0,0 xxx.wav
19 * (D) arecord -D plughw:1,1 xxx.wav
/freebsd/contrib/one-true-awk/testdir/
H A DT.sub59 a x aaa xaa xxx
60 axa xxa xxx
67 . x aaa xaa xxx
68 axa xxa xxx
69 bbb xbb xxx
117 b xxx bxxx bxbxbxb
132 $$$ x$$ xxx
137 ... x.. xxx
272 # xxx
284 # 8
[all …]
/freebsd/usr.bin/m4/tests/
H A Dregress.comments.out4 'XXX' this is a COMMENT
5 'XXX' this is a COMMENT q COMMENT too
10 'XXX' this is a COMMENT
11 'XXX' this is a COMMENT q COMMENT too
16 'XXX' this is a COMMENT
17 'XXX' this is a COMMENT q COMMENT too
22 'XXX' this is a COMMENT
23 'XXX' this is a COMMENT q COMMENT too
28 'XXX' this is a COMMENT
29 'XXX' this is a COMMENT q COMMENT too
[all …]
/freebsd/sys/dev/bwi/
H A Dif_bwireg.h86 #define BWI_ID_HI_REGWIN_REV(v) (((v) & 0xf) | (((v) & 0x7000) >> 8))
149 #define BWI_TXRX_INTR_STATUS(i) (BWI_TXRX_INTR_STATUS_BASE + ((i) * 8))
150 #define BWI_TXRX_INTR_MASK(i) (BWI_TXRX_INTR_MASK_BASE + ((i) * 8))
222 #define BWI_HI_TSSI_MASK __BITS(15, 8)
242 #define BWI_TXSTATUS0_RTS_TXCNT_MASK __BITS(11, 8)
274 #define BWI_PHYINFO_TYPE_MASK __BITS(11, 8)
301 /* XXX extra bits for reading from radio */
308 #define BWI_RF_MANUFACT_BCM 0x17f /* XXX */
380 #define BWI_SPROM_CARD_INFO_LOCALE __BITS(11, 8)
385 #define BWI_SPROM_GPIO_1 __BITS(15, 8)
[all …]
/freebsd/lib/libc/nls/
H A Dru_RU.KOI8-R.msg22 8 ������ ������� ������������ �����
198 $ XXX: ����������?
209 $ XXX: ��������� ����������
214 $ XXX: ������ �������� � ��������� ������?
215 8 ������ ��� ������ � ������������ ������
217 $ XXX: ����
220 $ XXX: ������ ��������� �� ����
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMEHABI.h62 // Format: 10100xxx
66 // Format: 10101xxx
91 // Format: 10111xxx
92 // Purpose: pop d[(8+x):8]
95 // Format: 11000xxx
116 // Format: 11010xxx
117 // Purpose: pop d[(8+x):8]
/freebsd/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template2 # vi: set filetype=sh tabstop=8 shiftwidth=8 noexpandtab :: Vi/ViM
5 # $Title: dwatch(8) profile for XXX entry $
10 # XXX
24 # Optional: dwatch(8) initializes this to the expanded probe arguments
26 #: ${PROBE:="XXX"}
60 # customized to call-specific information because the `-v' flag of dwatch(8)
67 # printf("XXX");
/freebsd/sys/dev/fb/
H A Dvga.c39 #include "opt_syscons.h" /* should be removed in the future, XXX */
68 /* XXX machine/pc/bios.h has got too much i386-specific stuff in it */
271 { M_B40x25, V_INFO_COLOR, 40, 25, 8, 8, 2, 1,
273 { M_C40x25, V_INFO_COLOR, 40, 25, 8, 8, 4, 1,
275 { M_B80x25, V_INFO_COLOR, 80, 25, 8, 8, 2, 1,
277 { M_C80x25, V_INFO_COLOR, 80, 25, 8, 8, 4, 1,
280 { M_ENH_B40x25, V_INFO_COLOR, 40, 25, 8, 14, 2, 1,
282 { M_ENH_C40x25, V_INFO_COLOR, 40, 25, 8, 14, 4, 1,
284 { M_ENH_B80x25, V_INFO_COLOR, 80, 25, 8, 14, 2, 1,
286 { M_ENH_C80x25, V_INFO_COLOR, 80, 25, 8, 14, 4, 1,
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Dtar.584 char mode[8];
85 char uid[8];
86 char gid[8];
89 char checksum[8];
199 char mode[8];
200 char uid[8];
201 char gid[8];
204 char checksum[8];
211 char devmajor[8];
212 char devminor[8];
[all...]
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h56 printf("%s:%d: XXX LKPI80211 TODO " fmt "\n", __func__, __LINE__, ##__VA_ARGS__)
58 printf("%s:%d: XXX LKPI80211 IMPROVE\n", __func__, __LINE__)
81 /* Max 8 bits as used in struct rate_info. */
113 IEEE80211_CHAN_NO_160MHZ = BIT(8),
128 /* XXX net80211 has an ieee80211_channel as well. */
148 uint16_t vht_mcs[8];
149 uint16_t he_mcs[8];
152 uint8_t he_ltf; /* XXX enum? */
195 /* XXX net80211 calls these IEEE80211_VHTCAP_* */
256 /* XXX TODO */
[all …]
/freebsd/sys/net80211/
H A Dieee80211_phy.c68 /* XXX the 11n and the basic rate flag are unfortunately overlapping. Grr. */
70 #define PBCC (IEEE80211_T_OFDM_QUARTER+1) /* XXX */
75 .rateCount = 4, /* XXX no PBCC */
100 [8] = { .phy = OFDM, 24000, 0x00, 48, 8 },
101 [9] = { .phy = OFDM, 36000, 0x00, 72, 8 },
102 [10] = { .phy = OFDM, 48000, 0x00, 96, 8 },
103 [11] = { .phy = OFDM, 54000, 0x00, 108, 8 }
108 .rateCount = 8,
124 .rateCount = 8,
140 .rateCount = 8,
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dmatrix.h38 * XXX = unused, but part of the definition (will be used someday, maybe).
46 #define SND_CHN_T_FLC 6 /* Front Left Center XXX */
47 #define SND_CHN_T_FRC 7 /* Front Right Center XXX */
48 #define SND_CHN_T_BC 8 /* Back Center */
51 #define SND_CHN_T_TC 11 /* Top Center XXX */
52 #define SND_CHN_T_TFL 12 /* Top Front Left XXX */
53 #define SND_CHN_T_TFC 13 /* Top Front Center XXX */
54 #define SND_CHN_T_TFR 14 /* Top Front Right XXX */
55 #define SND_CHN_T_TBL 15 /* Top Back Left XXX */
56 #define SND_CHN_T_TBC 16 /* Top Back Center XXX */
[all …]
/freebsd/contrib/libpcap/
H A Dextract.h40 * GCC or Clang first had __attribute__((no_sanitize(XXX)).
42 * For Clang, we check for __attribute__((no_sanitize(XXX)) with
68 * XXX - are those all the x86 tests we need?
69 * XXX - are those the only 68k tests we need not to generated
71 * XXX - are there any tests we don't need, because some definitions are for
73 * XXX - do we need to test for both 32-bit and 64-bit versions of those
144 * XXX - add other architectures and compilers as possible and
166 * XXX - what if the native C compiler doesn't support
232 * XXX - ARM is a special case. ARMv1 through ARMv5 didn't support
243 ((uint16_t)(((uint16_t)(*((const uint8_t *)(p) + 0)) << 8) | \
[all …]
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_attach.c25 #include "ah_eeprom_v14.h" /* XXX for tx/rx gain */
86 .cycPwrThr1 = { 2, 4, 6, 8, 10, 12, 14, 16 }, in ar9280AniSetup()
88 .firstep = { 0, 4, 8 }, in ar9280AniSetup()
141 /* XXX shouldn't be here! */
191 /* XXX override with 9280 specific state */ in ar9280Attach()
332 /* XXX check for >= minor ver 17 */ in ar9280Attach()
350 goto bad; /* XXX ? try to continue */ in ar9280Attach()
354 /* XXX check for >= minor ver 19 */ in ar9280Attach()
368 goto bad; /* XXX ? try to continue */ in ar9280Attach()
386 /* XXX How about the serial number ? */ in ar9280Attach()
[all …]
/freebsd/usr.sbin/wpa/hostapd/
H A Dhostapd.conf.532 .Xr hostapd 8
36 .Xr hostapd 8
49 .\" XXX not yet
79 .Xr hostapd 8
84 .Xr hostapd_cli 8 .
114 .\" XXX not yet
117 .\" XXX not yet
145 .Xr hostapd 8
169 digits), wpa_psk, or as an ASCII passphrase (8..63 characters) that
193 .Xr hostapd 8 ,
[all …]

12345678910>>...47