Searched refs:hsize (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dbsd_comp.c135 unsigned int hsize; /* size of the hash table */ member in struct:bsd_db
359 unsigned int hsize, hshift, maxmaxcode; local
376 hsize = 5003;
380 hsize = 9001;
384 hsize = 18013;
388 hsize = 35023;
392 /* hsize = 69001; */ /* and 69001 is too big for cptr */
414 db->dict = (struct bsd_dict *) vmalloc (hsize *
447 (sizeof (struct bsd_dict) * hsize);
449 db->hsize
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dbsd-comp.c79 u_int hsize; /* size of the hash table */ member in struct:bsd_db
288 u_int newlen, hsize, hshift, maxmaxcode; local
301 hsize = 5003;
305 hsize = 9001;
309 hsize = 18013;
313 hsize = 35023;
317 /* hsize = 69001; */ /* and 69001 is too big for cptr */
325 newlen = sizeof(*db) + (hsize-1) * (sizeof(db->dict[0]));
342 db->hsize = hsize;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Dbsd-comp.c81 u_int hsize; /* size of the hash table */ member in struct:bsd_db
290 u_int newlen, hsize, hshift, maxmaxcode; local
303 hsize = 5003;
307 hsize = 9001;
311 hsize = 18013;
315 hsize = 35023;
319 /* hsize = 69001; */ /* and 69001 is too big for cptr */
327 newlen = sizeof(*db) + (hsize-1) * (sizeof(db->dict[0]));
344 db->hsize = hsize;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dbsd-comp.c79 u_int hsize; /* size of the hash table */ member in struct:bsd_db
288 u_int newlen, hsize, hshift, maxmaxcode; local
301 hsize = 5003;
305 hsize = 9001;
309 hsize = 18013;
313 hsize = 35023;
317 /* hsize = 69001; */ /* and 69001 is too big for cptr */
325 newlen = sizeof(*db) + (hsize-1) * (sizeof(db->dict[0]));
342 db->hsize = hsize;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_bsdcomp.c120 unsigned int hsize; /* size of the hash table */ member in struct:bsd_db
315 unsigned int hsize, hshift, maxmaxcode; local
333 hsize = htab[bits-9][0];
353 db->dict = (struct bsd_dict *) vmalloc (hsize * sizeof (struct bsd_dict));
379 db->totlen = sizeof (struct bsd_db) + (sizeof (struct bsd_dict) * hsize);
380 db->hsize = hsize;
416 indx = db->hsize;
451 if ((unsigned int) idx >= (unsigned int) db->hsize) {
544 if (hval >= db->hsize)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dbsd-comp.c101 u_int hsize; /* size of the hash table */ member in struct:bsd_db
322 u_int newlen, hsize, hshift, maxmaxcode; local
335 hsize = 5003;
339 hsize = 9001;
343 hsize = 18013;
347 hsize = 35023;
351 /* hsize = 69001; */ /* and 69001 is too big for cptr */
359 newlen = sizeof(*db) + (hsize-1) * (sizeof(db->dict[0]));
384 db->hsize = hsize;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dbsd-comp.c101 u_int hsize; /* size of the hash table */ member in struct:bsd_db
322 u_int newlen, hsize, hshift, maxmaxcode; local
335 hsize = 5003;
339 hsize = 9001;
343 hsize = 18013;
347 hsize = 35023;
351 /* hsize = 69001; */ /* and 69001 is too big for cptr */
359 newlen = sizeof(*db) + (hsize-1) * (sizeof(db->dict[0]));
384 db->hsize = hsize;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dbsd-comp.c101 u_int hsize; /* size of the hash table */ member in struct:bsd_db
322 u_int newlen, hsize, hshift, maxmaxcode; local
335 hsize = 5003;
339 hsize = 9001;
343 hsize = 18013;
347 hsize = 35023;
351 /* hsize = 69001; */ /* and 69001 is too big for cptr */
359 newlen = sizeof(*db) + (hsize-1) * (sizeof(db->dict[0]));
384 db->hsize = hsize;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Ddir.c186 int hsize; local
207 hsize = 0x10 + 2 * nr_fix;
208 hsize = (hsize + 7) & ~7; /* Align. */
209 NTFS_PUTU16(record + 0x18, hsize);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Dtexinfo.tex136 \pagewidth=\hsize \pageheight=\vsize
158 \shipout\vbox{{\let\hsize=\pagewidth \makeheadline} \pagebody{#1}%
159 {\let\hsize=\pagewidth \makefootline}}
171 \vbox to \outervsize{\hsize=\outerhsize
180 {\let\hsize=\pagewidth \makeheadline}
182 {\let\hsize=\pagewidth \makefootline}}
340 \advance \hsize by -\leftskip
341 \advance \hsize by -\rightskip
355 \def\centerzzz #1{{\advance\hsize by -\leftskip
356 \advance\hsize b
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dxmon.c901 unsigned hsize = Hash_size; local
907 hmask = hsize / 64 - 1;
960 unsigned hsize = Hash_size; local
966 hmask = hsize / 128 - 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dxmon.c1293 unsigned hsize = Hash_size; local
1299 hmask = hsize / 64 - 1;
1352 unsigned hsize = Hash_size; local
1358 hmask = hsize / 128 - 1;

Completed in 125 milliseconds