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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dmm_hash.c35 cur = table->buckets[i];
64 for (b = table->buckets[ hash ]; b; b = b->next) {
82 for(b = table->buckets[ hash ]; b; b = b->next) {
97 b->next = table->buckets[ hash ];
98 table->buckets[ hash ] = b;
110 for (b = table->buckets[ hash ]; b; b = b->next) {
120 table->buckets[hash] = b->next;
H A Dmm_hash.h27 MM_Bucket *buckets[ MM_HASH_SIZE ]; member in struct:_Hash
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-qt.c152 u16 buckets[table_size];
169 buckets[i] is 0 for an empty bucket, or the offset in pool[] where
522 struct bucket *buckets = XNMALLOC (table_size, struct bucket); local
529 buckets[i].head = NULL;
530 buckets[i].tail = &buckets[i].head;
547 *buckets[i].tail = freelist;
548 buckets[i].tail = &freelist->next;
559 if (buckets[i].head != NULL)
563 for (p = buckets[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Danalyze.c37 pair_t buckets[FLAC__MAX_BLOCK_SIZE]; member in struct:__anon819
152 update_stats(&all_, stats.buckets[i].residual, stats.buckets[i].count);
191 if(stats->buckets[i].residual == residual) {
192 stats->buckets[i].count += incr;
198 stats->buckets[i].residual = residual;
199 stats->buckets[i].count = incr;
202 if(stats->peak_index < 0 || stats->buckets[i].count > stats->buckets[stats->peak_index].count)
219 const double p = stats->buckets[stat
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_alloc.c41 u_int32_t buckets, buffers, high_priority, priority, priority_saved; local
54 buckets = buffers = put_counter = total_buckets = 0;
83 * sets of hash buckets each time to limit the amount of work needing
110 total_buckets += buckets;
137 total_buckets += buckets;
138 buckets = 0;
141 * Walk the hash buckets and find the next two with potentially useful
142 * buffers. Free the buffer with the lowest priority from the buckets'
189 if (buckets++ == c_mp->htab_buckets) {
221 * Skip empty buckets
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm-raid1.c80 struct list_head *buckets; member in struct:region_hash
175 * Calculate a suitable number of buckets for our hash
191 rh->buckets = vmalloc(nr_buckets * sizeof(*rh->buckets));
192 if (!rh->buckets) {
198 INIT_LIST_HEAD(rh->buckets + i);
210 vfree(rh->buckets);
211 rh->buckets = NULL;
225 list_for_each_entry_safe(reg, nreg, rh->buckets + h, hash_list) {
235 vfree(rh->buckets);
[all...]
H A Ddm-ioctl.c58 static void init_buckets(struct list_head *buckets) argument
63 INIT_LIST_HEAD(buckets + i);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/misc/
H A Darpd.c242 static int buckets; local
248 buckets += diff;
250 buckets = broadcast_burst;
252 if (buckets > broadcast_burst)
253 buckets = broadcast_burst;
254 if (buckets >= broadcast_rate && !send_probe(ifindex, addr)) {
255 buckets -= broadcast_rate;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptlan.c96 atomic_t buckets_out; /* number of unused buckets on IOC */
110 int max_buckets_out; /* Max buckets to send to IOC */
470 any buckets it still has. */
514 dlprintk((KERN_INFO MYNAM ":lan_close: Posted %d buckets "
885 dioprintk((MYNAM "/receive_skb: %d buckets remaining\n",
891 dioprintk((KERN_INFO MYNAM "/receive_post_reply: %d buckets "
969 "IOC returned %d buckets, freeing them...\n", count));
999 /* dlprintk((KERN_INFO MYNAM "/receive_post_reply: freed %d buckets\n",
1002 /**/ dlprintk((KERN_INFO MYNAM "@receive_post_reply: %d buckets "
1059 // dioprintk((KERN_INFO MYNAM ": %s/%s: Multiple buckets returne
1200 u32 curr, buckets, count, max; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c205 * Macros for schema buckets.
292 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
574 xmlSchemaItemListPtr buckets; /* List of schema buckets. */ member in struct:_xmlSchemaConstructionCtxt
3565 * For each following import buckets an xmlSchema will be created.
3651 * Add to list of all buckets; this is used for lookup
3654 if (xmlSchemaItemListAdd(WXS_CONSTRUCTOR(pctxt)->buckets, ret) == -1)
4101 * the schema buckets.
4131 /* Never free the doc here, since this will be done by the buckets
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c205 * Macros for schema buckets.
292 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
574 xmlSchemaItemListPtr buckets; /* List of schema buckets. */ member in struct:_xmlSchemaConstructionCtxt
3565 * For each following import buckets an xmlSchema will be created.
3651 * Add to list of all buckets; this is used for lookup
3654 if (xmlSchemaItemListAdd(WXS_CONSTRUCTOR(pctxt)->buckets, ret) == -1)
4101 * the schema buckets.
4131 /* Never free the doc here, since this will be done by the buckets
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.c205 * Macros for schema buckets.
292 ( (WXS_CONSTRUCTOR((ctx))->buckets != NULL) && \
293 (WXS_CONSTRUCTOR((ctx))->buckets->nbItems > 0) )
574 xmlSchemaItemListPtr buckets; /* List of schema buckets. */ member in struct:_xmlSchemaConstructionCtxt
3565 * For each following import buckets an xmlSchema will be created.
3651 * Add to list of all buckets; this is used for lookup
3654 if (xmlSchemaItemListAdd(WXS_CONSTRUCTOR(pctxt)->buckets, ret) == -1)
4101 * the schema buckets.
4131 /* Never free the doc here, since this will be done by the buckets
[all...]

Completed in 328 milliseconds