Searched refs:nelem (Results 1 - 25 of 32) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_upgrade.c32 u_int32_t fillf, i, maxb, max_entry, nelem; local
58 /* Copy: max_bucket, high_mask, low-mask, ffactor, nelem, h_charkey */
63 newmeta.nelem = oldmeta->nelem;
67 * There was a bug in 2.X versions where the nelem could go negative.
72 nelem = newmeta.nelem;
76 if ((fillf != 0 && fillf * maxb < 2 * nelem) ||
77 (fillf == 0 && nelem > 0x8000000))
78 newmeta.nelem
[all...]
H A Dhash_open.c105 hashp->h_nelem = hcp->hdr->nelem;
286 meta->nelem = hashp->h_nelem;
H A Dhash_verify.c128 * nelem: just make sure it's not astronomical for now. This is the
130 * which could make nelem go "negative".
132 if (m->nelem > 0x80000000) {
134 "Page %lu: suspiciously high nelem of %lu",
135 (u_long)pgno, (u_long)m->nelem));
139 pip->h_nelem = m->nelem;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_meta.c273 u_int32_t nelem, position, start; local
284 nelem = 0;
330 if ((ret = __memp_get_freelist(mpf, &nelem, &list)) != 0)
342 if (nelem != 0) {
343 __db_freelist_pos(h->pgno, list, nelem, &position);
353 if ((ret = __memp_extend_freelist(mpf, nelem + 1, &list)) != 0)
359 if (nelem != 0 && position != nelem)
361 (size_t)((u_int8_t*)&list[nelem] - (u_int8_t*)lp));
363 } else if (nelem !
[all...]
H A Ddb_rec.c449 u_int32_t nelem; local
451 if ((ret = __memp_get_freelist(mpf, &nelem, &list)) != 0)
455 __memp_extend_freelist(mpf, nelem + 1, &list)) != 0)
457 if (nelem != 0)
458 memmove(list + 1, list, nelem * sizeof(list));
743 u_int32_t nelem, pos; local
745 if ((ret = __memp_get_freelist(mpf, &nelem, &lp)) != 0)
750 __db_freelist_pos(argp->pgno, lp, nelem, &pos);
757 if (pos < nelem)
759 ((nelem
1001 u_int32_t felem, nelem; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_upgrade.h64 u_int32_t nelem; /* 88-91: Number of keys in hash table */ member in struct:_hashmeta31
153 u_int32_t nelem; /* 72-75: Number of keys in hash table */ member in struct:_hashmeta30
231 u_int32_t nelem; /* 48-51: Number of keys in hash table */ member in struct:hashhdr
H A Ddb_page.h134 u_int32_t nelem; /* 88-91: Number of keys in hash table */ member in struct:_hashmeta33
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c1386 for (i = 0; i < src->nelem; ++i)
1388 dst->nelem = src->nelem;
1401 for (i = 0; i < s->nelem && p.index < s->elems[i].index; ++i)
1403 if (i < s->nelem && p.index == s->elems[i].index)
1408 ++s->nelem;
1409 while (i < s->nelem)
1425 m->nelem = 0;
1426 while (i < s1->nelem && j < s2->nelem)
2644 int nelem = d->states[s].mbps.nelem; /* Just a alias. */ local
[all...]
H A Ddfa.h215 int nelem; /* Number of elements in this set. */ member in struct:__anon2393
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_qstor.c275 unsigned int nelem; local
281 nelem = 0;
294 VPRINTK("PRD[%u] = (0x%llX, 0x%X)\n", nelem,
296 nelem++;
299 return nelem;
308 unsigned int nelem; local
318 nelem = qs_fill_sg(qc);
329 *(__le32 *)(&buf[ 8]) = cpu_to_le32(nelem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb185_int.h108 u_int32_t nelem; /* number of elements */ member in struct:__anon1919
H A Ddb_185.h148 u_int32_t nelem; /* number of elements */ member in struct:__anon1924
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dpubkey.c2919 size_t nelem = strlen (algo_elems); local
2920 size_t needed = 19 + strlen (algo_name) + (nelem * 5);
2944 arg_list = malloc (nelem * sizeof *arg_list);
2951 for (i = 0; i < nelem; i++)
3211 size_t nelem, needed = strlen (algo_name) + 20; local
3214 nelem = strlen (algo_elems);
3217 needed += 10 * nelem;
3236 arg_list = malloc (nelem * sizeof *arg_list);
3243 for (i = 0; i < nelem; i++)
3534 size_t nelem local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_compat.c53 int actindex, cmdindex, nelem, result, ret; local
70 * Must be 1 arg, nelem. Error if not.
73 Tcl_WrongNumArgs(interp, 2, objv, "nelem");
76 result = Tcl_GetIntFromObj(interp, objv[2], &nelem);
79 ret = hcreate((size_t)nelem) == 0 ? 1: 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/
H A Ddb_server.x338 unsigned int nelem;
589 unsigned int nelem;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr017/
H A Dt.c40 h_info.nelem = 1000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db185/
H A Ddb185.c104 if (hi->nelem != 0)
105 (void)dbp->set_h_nelem(dbp, hi->nelem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapi.c1487 int nelem = ARRAY_SIZE(procfsentries); local
1490 for (i=0; i < nelem; i++) {
1499 int nelem = ARRAY_SIZE(procfsentries); local
1502 for (i=nelem-1; i >= 0; i--) {
H A Dcapidrv.c2236 int nelem = ARRAY_SIZE(procfsentries); local
2239 for (i=0; i < nelem; i++) {
2248 int nelem = ARRAY_SIZE(procfsentries); local
2251 for (i=nelem-1; i >= 0; i--) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-hash.t108 ok(3, ! defined $dbh->{nelem}) ;
119 $dbh->{nelem} = 400 ;
120 ok(9, $dbh->{nelem} == 400 );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dbstrlib.h159 typedef size_t (* bNread) (void *buff, size_t elsize, size_t nelem, void *parm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dbstrlib.h159 typedef size_t (* bNread) (void *buff, size_t elsize, size_t nelem, void *parm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_proc.c1195 replyp->status = dbp->get_h_nelem(dbp, &replyp->nelem);
1203 __db_set_h_nelem_proc(dbpcl_id, nelem, replyp)
1205 u_int32_t nelem;
1215 ret = dbp->set_h_nelem(dbp, nelem);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c1272 *nelemp = (u_int32_t)replyp->nelem;
2177 __dbcl_db_set_h_nelem(dbp, nelem)
2179 u_int32_t nelem;
2198 msg.nelem = (u_int)nelem;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp1033 replyp->status = dbp->get_h_nelem(&replyp->nelem);
1039 u_int32_t nelem,
1049 ret = dbp->set_h_nelem(nelem);
1037 __db_set_h_nelem_proc( u_int dbpcl_id, u_int32_t nelem, __db_set_h_nelem_reply *replyp) argument

Completed in 169 milliseconds

12