Searched refs:eight (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-order-reverse.mk6 NUMBERS= one two three four five six seven eight nine ten
8 .if ${NUMBERS:Or} != "two three ten six seven one nine four five eight"
H A Dvarmod-order.mk6 NUMBERS= one two three four five six seven eight nine ten
8 .if ${NUMBERS:O} != "eight five four nine one seven six ten three two"
H A Dvarmod-order-shuffle.mk14 NUMBERS= one two three four five six seven eight nine ten
/freebsd-13-stable/contrib/dialog/samples/
H A Dtreeview225 tag8:eight:off:4
33 tag18:1eight:off:4
41 tag28:2eight:off:4
H A Dtreeview17 tag8 eight off 4 \
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.bases.d37 @eight = llquantize(i, 8, 0, 1, 16);
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c200 eight = 3; /* binary output and input */
203 eight = 0;
224 eight |= 2; /* binary output only */
H A Dterminal.c163 if ((eight & 1) || my_want_state_is_will(TELOPT_BINARY))
166 if (eight & 2)
H A Dexterns.h58 eight, /* use eight bit mode (binary in and/or out */
H A Dtelnet.c38 #define strip(x) (eight ? (x) : ((x) & 0x7f))
58 eight = 3, variable
/freebsd-13-stable/contrib/telnet/telnet/
H A Dmain.c168 eight = 3; /* binary output and input */
182 eight |= 2; /* binary output only */
H A Dexterns.h102 eight, /* use eight bit mode (binary in and/or out */
H A Dtelnet.c89 eight = 0, variable
2150 if (eight)
2151 tel_enter_binary(eight);
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom.h338 m->m_pkthdr.PH_per.eight[0] = ulp_submode;
346 return (m->m_pkthdr.PH_per.eight[0]);
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-nand.h251 uint64_t eight : 4; member in struct:__anon10226
H A Dcvmx-nand.c1412 cmd.wr.eight = 8;
/freebsd-13-stable/sys/sys/
H A Dmbuf.h182 uint8_t eight[8]; member in union:pkthdr::__anon15855
192 uint8_t eight[8]; member in union:pkthdr::__anon15856
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_sge.c89 /* Internal mbuf flags stored in PH_loc.eight[1]. */
2331 return (m->m_pkthdr.PH_loc.eight[4]);
2339 m->m_pkthdr.PH_loc.eight[4] = flags;
2348 n = m->m_pkthdr.PH_loc.eight[0];
2362 m->m_pkthdr.PH_loc.eight[0] = len16;
2371 return (m->m_pkthdr.PH_loc.eight[1]);
2379 m->m_pkthdr.PH_loc.eight[1] = nsegs;
2388 n = m->m_pkthdr.PH_loc.eight[2];
2399 m->m_pkthdr.PH_loc.eight[2] = len16;
2407 return (m->m_pkthdr.PH_loc.eight[
[all...]
/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-ppc.pl916 my ($sixteen,$twelve,$eight,$seven) = ($xt0,$xt1,$xt2,$xt3);
965 "&vrlw (@x[$d0],@x[$d0],'$eight')",
966 "&vrlw (@x[$d1],@x[$d1],'$eight')",
967 "&vrlw (@x[$d2],@x[$d2],'$eight')",
968 "&vrlw (@x[$d3],@x[$d3],'$eight')",
1061 vspltisw $eight,8

Completed in 219 milliseconds