Searched refs:mind (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-11-stable/gnu/usr.bin/grep/
H A Dkwset.c80 int mind; /* Minimum depth of an accepting node. */ member in struct:kwset
116 kwset->mind = INT_MAX;
273 if (trie->depth < kwset->mind)
274 kwset->mind = trie->depth;
391 if (kwset->mind < 256)
393 delta[i] = kwset->mind;
403 kwset->target = obstack_alloc(&kwset->obstack, kwset->mind);
404 for (i = kwset->mind - 1, curr = kwset->trie; i >= 0; --i)
410 for (i = 0; i < kwset->mind; ++i)
411 delta[(unsigned char) kwset->target[i]] = kwset->mind
[all...]
/freebsd-11-stable/crypto/openssl/crypto/krb5/
H A DMakefile38 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A DMakefile37 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/jpake/
H A DMakefile20 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/lhash/
H A DMakefile37 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/md2/
H A DMakefile37 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/md4/
H A DMakefile38 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/mdc2/
H A DMakefile37 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/pqueue/
H A DMakefile37 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A DMakefile37 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A DMakefile42 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/ripemd/
H A DMakefile42 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/stack/
H A DMakefile37 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/txt_db/
H A DMakefile37 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/whrlpool/
H A DMakefile42 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/bf/
H A DMakefile42 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/buffer/
H A DMakefile37 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/camellia/
H A DMakefile44 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A DMakefile42 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/cmac/
H A DMakefile37 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/comp/
H A DMakefile40 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A DMakefile37 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/seed/
H A DMakefile38 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/srp/
H A DMakefile37 $(RANLIB) $(LIB) || echo Never mind.
/freebsd-11-stable/crypto/openssl/crypto/store/
H A DMakefile39 $(RANLIB) $(LIB) || echo Never mind.

Completed in 101 milliseconds

123