Searched refs:nitems (Results 76 - 88 of 88) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_elf_fdpic.c480 unsigned long sp, csp, nitems; local
568 nitems = 1 + DLINFO_ITEMS + (k_platform ? 1 : 0) +
572 nitems++;
575 sp -= nitems * 2 * sizeof(unsigned long);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dec.h195 * In case r ist not zero nitems EC_builtin_curve structures
196 * are filled with the data of the first nitems internal groups */
197 size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec.h195 * In case r ist not zero nitems EC_builtin_curve structures
196 * are filled with the data of the first nitems internal groups */
197 size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dformdata.c1487 size_t nitems,
1496 wantedsize = size * nitems;
1485 Curl_FormReader(char *buffer, size_t size, size_t nitems, FILE *mydata) argument
H A Dhttp.c954 size_t nitems,
959 size_t fullsize = size * nitems;
952 readmoredata(char *buffer, size_t size, size_t nitems, void *userp) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/include/curl/
H A Dcurl.h198 size_t nitems,
310 size_t nitems,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dbtree.c1577 __u64 *keys, __u64 *ptrs, int nitems)
1610 if (nchildren < nitems)
1611 nitems = nchildren;
1614 for (i = 0; i < nitems; i++) {
1622 return nitems;
1576 nilfs_btree_gather_data(struct nilfs_bmap *btree, __u64 *keys, __u64 *ptrs, int nitems) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dhttpd_daap.c2134 int nitems; local
2235 nitems = 0;
2238 nitems++;
2274 dmap_add_int(evbuf, "mrco", nitems); /* 12 */
H A Ddb.c1652 int nitems; local
1704 nitems = db_pl_count_items(id);
1708 nitems = db_smartpl_count_items(dbpli->query);
1717 ret = snprintf(qp->buf, sizeof(qp->buf), "%d", nitems);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec.h408 * nitems EC_builtin_curve structures are filled with the data of the first
409 * nitems internal groups
411 size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems);
H A Dec_curve.c3188 size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems) argument
3192 if (r == NULL || nitems == 0)
3195 min = nitems < curve_list_length ? nitems : curve_list_length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec.h408 * nitems EC_builtin_curve structures are filled with the data of the first
409 * nitems internal groups
411 size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems);
H A Dec_curve.c3188 size_t EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems) argument
3192 if (r == NULL || nitems == 0)
3195 min = nitems < curve_list_length ? nitems : curve_list_length;

Completed in 135 milliseconds

1234