Home
last modified time | relevance | path

Searched refs:MAXWORDS (Results 1 – 25 of 99) sorted by relevance

1234

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/
H A Dtdel.c53 #define MAXWORDS 25000 /* # of elements in search table */ macro
88 i++ < MAXWORDS) {
110 i++ < MAXWORDS) {
H A Dthash4.c54 #define MAXWORDS 25000 /* # of elements in search table */ macro
90 i++ < MAXWORDS) {
113 i++ < MAXWORDS) {
H A Dtcreat3.c53 #define MAXWORDS 25000 /* # of elements in search table */ macro
86 i++ < MAXWORDS) {
H A Dtread2.c53 #define MAXWORDS 25000 /* # of elements in search table */ macro
87 i++ < MAXWORDS) {
H A Dtverify.c53 #define MAXWORDS 25000 /* # of elements in search table */ macro
87 i++ < MAXWORDS) {
/dports/lang/micropython/berkeley-db-1.xx-35aaec4/test/hash.tests/
H A Dtdel.c53 #define MAXWORDS 25000 /* # of elements in search table */ macro
88 i++ < MAXWORDS) {
110 i++ < MAXWORDS) {
H A Dthash4.c55 #define MAXWORDS 25000 /* # of elements in search table */ macro
91 i++ < MAXWORDS) {
114 i++ < MAXWORDS) {
H A Dtcreat3.c53 #define MAXWORDS 25000 /* # of elements in search table */ macro
86 i++ < MAXWORDS) {
H A Dtread2.c53 #define MAXWORDS 25000 /* # of elements in search table */ macro
87 i++ < MAXWORDS) {
H A Dtverify.c53 #define MAXWORDS 25000 /* # of elements in search table */ macro
87 i++ < MAXWORDS) {
/dports/security/krb5/krb5-1.19.2/src/plugins/kdb/db2/libdb2/test/hash1.tests/
H A Dtdel.c53 #define MAXWORDS 25000 /* # of elements in search table */ macro
88 i++ < MAXWORDS) {
110 i++ < MAXWORDS) {
H A Dthash4.c54 #define MAXWORDS 25000 /* # of elements in search table */ macro
90 i++ < MAXWORDS) {
113 i++ < MAXWORDS) {
H A Dtcreat3.c53 #define MAXWORDS 25000 /* # of elements in search table */ macro
86 i++ < MAXWORDS) {
H A Dtread2.c53 #define MAXWORDS 25000 /* # of elements in search table */ macro
87 i++ < MAXWORDS) {
H A Dtverify.c53 #define MAXWORDS 25000 /* # of elements in search table */ macro
87 i++ < MAXWORDS) {
/dports/cad/jspice3/jspice3-2.5/src/lib/cp/
H A Dglob.c264 char *poss[MAXWORDS];
276 bzero((char *) poss, MAXWORDS * sizeof (char *));
311 for (i = 0; i < MAXWORDS; i++) {
326 for (j = 0; j < MAXWORDS; j++)
329 if (j == MAXWORDS) {
353 for (i = 0; i < MAXWORDS; i++)
364 for (i = j = 0; i < MAXWORDS; i++) {
411 for (i = 0; i < MAXWORDS; i++)
/dports/devel/cc65/cc65-2.19/test/ref/
H A Dwf1.c12 #define MAXWORDS 250 macro
23 } words[MAXWORDS];
99 if (next >= MAXWORDS)
/dports/devel/ragel/ragel-6.10/examples/
H A Dawkemu.c25 #define MAXWORDS 256 macro
33 char *ws[MAXWORDS]; in main()
34 char *we[MAXWORDS]; in main()
H A Dawkemu.rl59 #define MAXWORDS 256
67 char *ws[MAXWORDS];
68 char *we[MAXWORDS];
/dports/games/bloodfrontier/bloodfrontier/src/game/
H A Dauth.h132 const int MAXWORDS = 25; in processinput() local
133 char *w[MAXWORDS]; in processinput()
134 int numargs = MAXWORDS; in processinput()
144 loopi(MAXWORDS) in processinput()
/dports/mail/faces/faces-1.7.7/compface/
H A Darith.c147 if ((i = B.b_words++) >= MAXWORDS - 1)
169 if (B.b_words++ >= MAXWORDS)
231 if (B.b_words++ >= MAXWORDS)
H A Dcompface.h78 #define MAXWORDS ((PIXELS * 2 + BITSPERWORD - 1) / BITSPERWORD) macro
83 WORD b_word[MAXWORDS];
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/header/
H A Dkxface.h292 static const int MAXWORDS = ((PIXELS * 2 + BITSPERWORD - 1) / BITSPERWORD); variable
305 unsigned char b_word[MAXWORDS];
/dports/news/pan/pan-0.145/pan/gui/
H A Dxface.c71 #define MAXWORDS ((PIXELS * 2 + BITSPERWORD - 1) / BITSPERWORD) macro
76 WORD b_word[MAXWORDS];
741 if ((i = B.b_words++) >= MAXWORDS - 1) in BigMul()
763 if (B.b_words++ >= MAXWORDS) in BigMul()
792 if (B.b_words++ >= MAXWORDS) in BigAdd()
/dports/russian/mueller-dic/mf/
H A Dmf.c38 #define MAXWORDS 4096 macro
39 HashData *hList[MAXWORDS];
325 if( hLines>MAXWORDS ) { in main()

1234