HomeSort by: relevance | last modified time | path
    Searched refs:six (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
anon.c 19 int six : 4;
29 val.data.six = 6;
pretty-print.c 32 unsigned six : 4;
37 .data = { .four = -1, .six = 15 } };
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
anon.c 19 int six : 4;
29 val.data.six = 6;
pretty-print.c 32 unsigned six : 4;
37 .data = { .four = -1, .six = 15 } };
  /src/usr.bin/make/unit-tests/
varmod-order-reverse.mk 6 WORDS= one two three four five six seven eight nine ten
8 .if ${WORDS:Or} != "two three ten six seven one nine four five eight"
varmod-order-string.mk 7 WORDS= one two three four five six seven eight nine ten
8 .if ${WORDS:O} != "eight five four nine one seven six ten three two"
varcmd.mk 5 # FIXME: The purpose of this test is unclear. The test uses six levels of
71 @${.MAKE} -f ${MAKEFILE} M=y six
73 six: show-v
varcmd.exp 9 six v=is y k=is y
varmod-order.mk 6 WORDS= one two three four five six seven eight nine ten
9 .if ${WORDS:O} != "eight five four nine one seven six ten three two"
  /src/external/gpl2/texinfo/dist/util/
infosrch 7 $six = '';
15 $six = "true";
35 if(/$regex/ && !$six){
38 }elsif(/$regex/ && $six){
93 The -e flag is not required but if used then 6 lines preceding and six
  /src/external/mpl/bind/dist/bin/tests/system/geoip2/ns2/
named11.conf.j2 78 view six {
79 match-clients { geoip domain six.it; };
named.conf.j2 78 view six {
named10.conf.j2 78 view six {
named2.conf.j2 86 view six {
named3.conf.j2 78 view six {
named5.conf.j2 70 view six {
named6.conf.j2 78 view six {
named7.conf.j2 78 view six {
79 match-clients { geoip isp "Six Company"; };
named8.conf.j2 78 view six {
79 match-clients { geoip org "Six Company"; };
named9.conf.j2 78 view six {
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgunfmt-properties-1 20 six=sixth
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
good-maxcachettl.conf 29 view six {
good-maxncachettl.conf 29 view six {
  /src/lib/librpcsvc/
rex.x 150 unsigned six; /* always equals 6 */
161 unsigned six; /* always equals 6 */
  /src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
ppc-xlate.pl 241 my $vshasigmad = sub { my ($st,$six)=splice(@_,-2); vcrypto_op(@_, $st<<4|$six, 1730); };
242 my $vshasigmaw = sub { my ($st,$six)=splice(@_,-2); vcrypto_op(@_, $st<<4|$six, 1666); };

Completed in 34 milliseconds

1 2 3