Searched refs:table_size (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgl_anylinked_list1.h40 size_t table_size; member in struct:gl_list_impl
H A Dgl_linkedhash_list.c52 if (estimate > list->table_size)
60 size_t bucket = node->h.hashcode % list->table_size;
70 size_t bucket = node->h.hashcode % list->table_size;
H A Dgl_anyhash_list2.h98 if (new_size > list->table_size)
106 for (i = list->table_size; i > 0; )
123 list->table_size = new_size;
H A Dfnmatch_loop.c459 int32_t table_size; local
482 table_size =
496 elem = hash % table_size;
499 second = hash % (table_size - 2) + 1;
680 int32_t table_size; local
703 table_size =
718 elem = hash % table_size;
721 second = hash % (table_size - 2) + 1;
H A Dgl_anylinked_list2.h54 list->table_size = 11;
55 list->table = XCALLOC (list->table_size, gl_hash_entry_t);
85 list->table_size = next_prime (estimate);
86 list->table = XCALLOC (list->table_size, gl_hash_entry_t);
229 size_t bucket = hashcode % list->table_size;
385 size_t bucket = hashcode % list->table_size;
H A Dterm-ostream.c183 nearest_color (rgb_t given, const rgb_t *table, unsigned int table_size) argument
190 assert (table_size > 0);
196 for (i = 0; i < table_size; i++)
H A Dterm-ostream.oo.c180 nearest_color (rgb_t given, const rgb_t *table, unsigned int table_size) argument
187 assert (table_size > 0);
193 for (i = 0; i < table_size; i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbitstream.c122 index = vlc->table_size;
123 vlc->table_size += size;
124 if (vlc->table_size > vlc->table_allocated) {
147 int i, j, k, n, table_size, table_index, nb, n1, index, code_prefix2, symbol; local
151 table_size = 1 << table_nb_bits;
152 table_index = alloc_table(vlc, table_size, flags & (INIT_VLC_USE_STATIC|INIT_VLC_USE_NEW_STATIC));
155 table_index, table_size, code_prefix, n_prefix);
161 for(i=0;i<table_size;i++) {
189 j = (code << (table_nb_bits - n)) & (table_size - 1);
223 for(i=0;i<table_size;
[all...]
H A Dhuffyuv.c965 int table_size= 0; local
983 table_size = read_huffman_tables(s, s->bitstream_buffer, buf_size);
984 if(table_size < 0)
988 if((unsigned)(buf_size-table_size) >= INT_MAX/8)
991 init_get_bits(&s->gb, s->bitstream_buffer+table_size, (buf_size-table_size)*8);
1195 return (get_bits_count(&s->gb)+31)/32*4 + table_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dsym.c51 int addsym( sym, str_def, int_def, table, table_size )
56 int table_size;
58 int hash_val = hashfunct( sym, table_size );
130 struct hash_entry *findsym( sym, table, table_size )
133 int table_size;
141 table[hashfunct( sym, table_size )];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dunwind.h26 unsigned long table_size)
24 unwind_add_table(struct module *mod, const void *table_start, unsigned long table_size) argument
H A Dacpi.h88 int __init acpi_table_parse_entries(char *id, unsigned long table_size,
H A Di2o-dev.h218 __u32 table_size:16; member in struct:_i2o_lct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dati_pcigart.c90 order = drm_order((gart_info->table_size + (PAGE_SIZE-1)) / PAGE_SIZE);
100 max_pages = (gart_info->table_size / sizeof(u32));
144 order = drm_order((gart_info->table_size +
163 order = drm_order((gart_info->table_size +
178 max_pages = (gart_info->table_size / sizeof(u32));
H A Dr128_cce.c563 dev_priv->gart_info.table_size = R128_PCIGART_TABLE_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-qt.c151 u16 table_size;
152 u16 buckets[table_size];
157 for i = 0, ..., table_size:
158 if there are context strings with elfHash(context)%table_size == i:
159 for all context strings with elfHash(context)%table_size == i:
493 unsigned long table_size; local
511 table_size = next_prime (num_contexts * 1.7);
512 if (table_size >= 0x10000)
513 table_size = 65521;
515 /* Put the contexts into a hash table of size table_size
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Ddevice.c326 u16 table_size; local
334 table_size = buf & 0xffff;
336 lct = c->lct = kmalloc(table_size * 4, GFP_KERNEL);
344 lct->table_size = table_size;
348 table_size -= 3;
351 lct->table_size);
353 while (table_size > 0) {
392 table_size -= 9;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dkallsyms.c45 static unsigned int table_size, table_cnt; variable
199 if (table_cnt >= table_size) {
200 table_size += 10000;
201 table = realloc(table, sizeof(*table) * table_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c376 int table_size = dev->limits.num_mgms + dev->limits.num_amgms; local
379 table_size,
380 table_size - 1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dtables.c175 unsigned long table_size,
203 ((unsigned long)table_header + table_size);
174 acpi_table_parse_entries(char *id, unsigned long table_size, int entry_id, acpi_table_entry_handler handler, unsigned int max_entries) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dtime.c180 static int table_size = 0; local
191 for (i=0;i<table_size;i++)
195 if (i<table_size) {
205 table_size = 0;
208 table_size++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dcluster.c384 u32 table_size; local
401 table_size = msg_size(msg) - msg_hdr_sz(msg);
410 for (n_num = 1; n_num < table_size; n_num++) {
425 for (n_num = 1; n_num < table_size; n_num++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dterm-ostream.oo.c180 nearest_color (rgb_t given, const rgb_t *table, unsigned int table_size) argument
187 assert (table_size > 0);
193 for (i = 0; i < table_size; i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddpt_i2o.c1398 max = lct->table_size;
2381 max = lct->table_size;
2904 if ((pHba->lct->table_size << 2) > pHba->lct_size) {
2905 pHba->lct_size = pHba->lct->table_size << 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c2968 int32_t table_size;
2984 table_size =
2998 elem = hash % table_size;
2999 second = hash % (table_size - 2);
3517 int32_t table_size;
3525 table_size =
3539 elem = hash % table_size;
3540 second = hash % (table_size - 2);
2955 int32_t table_size; local
3504 int32_t table_size; local

Completed in 336 milliseconds

12