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

12

/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dsymbol.cpp30 int symbol::table_size = 0; member in class:symbol
89 table_size = table_sizes[0];
90 table = (const char **)new char*[table_size];
91 for (int i = 0; i < table_size; i++)
97 for (pp = table + hc % table_size;
99 (pp == table ? pp = table + table_size - 1 : --pp))
108 if (table_used >= table_size - 1 || table_used >= table_size*FULL_MAX) {
110 unsigned int old_table_size = table_size;
115 table_size
[all...]
/macosx-10.10/groff-38/groff/src/include/
H A Dindex.h28 int table_size; member in struct:index_header
H A Dsymbol.h28 static int table_size; member in class:symbol
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dmach_debug.c178 vm_size_t table_size, table_size_needed; local
191 table_size = 0;
197 if (table_size != 0)
199 table_addr, table_size);
208 if (table_size_needed == table_size)
213 if (table_size != table_size_needed) {
214 if (table_size != 0)
215 kmem_free(ipc_kernel_map, table_addr, table_size);
220 table_size = table_size_needed;
263 if (table_size >
[all...]
/macosx-10.10/less-25/less/
H A Dposition.c26 static int table_size; variable
111 if (sc_height <= table_size)
124 table_size = sc_height;
189 for (i = 0; i < table_size; i++)
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dcache.h142 unsigned int table_size; member in struct:stats
H A Dsaslcache.c169 for (x = 0; x < (table_stats->table_size * table_stats->max_buckets_per); x++) {
203 for (x = 0; x < table_stats->table_size; x++) {
238 fprintf(stdout, " total slots allocated : %d\n", table_stats->table_size);
240 fprintf(stdout, " total buckets : %d\n", (table_stats->max_buckets_per * table_stats->table_size));
250 if (table_stats->table_size == 0)
253 a = slots_in_use / (float)table_stats->table_size;
H A Dcache.c67 static unsigned int table_size = 0; variable
97 if (table_size == 0)
98 table_size = CACHE_DEFAULT_TABLE_SIZE;
100 bytes = (table_size * CACHE_MAX_BUCKETS_PER * (int)sizeof(struct bucket)) \
120 table_size);
122 table_size * CACHE_MAX_BUCKETS_PER);
135 table_stats->table_size = table_size;
376 return (hash_value % table_size);
408 table_size
[all...]
/macosx-10.10/libstdcxx-104.1/src/
H A Dctype.cc78 const size_t ctype<char>::table_size; member in class:ctype
/macosx-10.10/libauto-186/
H A Dauto_weak.cpp180 usword_t table_size = azone->max_weak_refs; local
181 usword_t hash_index = hash(new_entry->referent) % table_size;
190 index++; if (index == table_size) index = 0;
209 usword_t table_size = azone->max_weak_refs; local
216 index++; if (index == table_size) index = 0;
278 usword_t table_size = azone->max_weak_refs;
279 usword_t hash_index = hash(referent) % table_size;
286 index++; if (index == table_size) index = 0;
749 usword_t table_size = azone->max_weak_refs; local
777 i++; if (i == table_size)
[all...]
/macosx-10.10/gnutar-453/gnutar/lib/
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 Dregcomp.c836 __re_size_t table_size;
854 /* Avoid overflows. The extra "/ 2" is for the table_size doubling
864 /* table_size = 2 ^ ceil(log pat_len) */
865 for (table_size = 1; ; table_size <<= 1)
866 if (table_size > pat_len)
869 dfa->state_table = calloc (sizeof (struct re_state_table_entry), table_size);
870 dfa->state_hash_mask = table_size - 1;
2750 int32_t table_size;
2765 int32_t elem = hash % table_size;
831 __re_size_t table_size; local
2741 int32_t table_size; local
[all...]
/macosx-10.10/groff-38/groff/src/libs/libbib/
H A Dindex.cpp203 + header.table_size * sizeof(int)
214 pool = (char *)(table + header.table_size);
228 for (i = 0; i < header.table_size; i++) {
496 int li = table[int(hc % header.table_size)];
/macosx-10.10/Libnotify-133.1.1/
H A Dlibnotify.h172 notify_state_t *_notify_lib_notify_state_new(uint32_t flags, uint32_t table_size);
H A Dlibnotify.c59 _notify_lib_notify_state_new(uint32_t flags, uint32_t table_size) argument
81 ns->name_table = _nc_table_new(table_size);
82 ns->name_id_table = _nc_table_new(table_size);
83 ns->client_table = _nc_table_new(table_size);
84 ns->port_table = _nc_table_new(table_size);
85 ns->proc_table = _nc_table_new(table_size);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dsunos.c330 bfd_size_type table_size; local
336 table_size = info->dyninfo.ld_stab - info->dyninfo.ld_hash;
337 table = bfd_malloc (table_size);
338 if (table == NULL && table_size != 0)
341 || bfd_bread ((void *) table, table_size, abfd) != table_size)
359 if (hash == 0 || hash >= table_size / HASH_ENTRY_SIZE)
H A Dxsym.c123 size_t table_size = dshb->dshb_nte.dti_page_count * dshb->dshb_page_size; local
126 rstr = bfd_alloc (abfd, table_size);
131 ret = bfd_bread (rstr, table_size, abfd);
132 if (ret < 0 || (unsigned long) ret != table_size)
/macosx-10.10/vim-55/src/
H A Dhardcopy.c138 static char_u *parse_list_options __ARGS((char_u *option_str, option_table_T *table, int table_size));
187 parse_list_options(option_str, table, table_size)
190 int table_size;
199 for (idx = 0; idx < table_size; ++idx)
217 for (idx = 0; idx < table_size; ++idx)
221 if (idx == table_size)
/macosx-10.10/libdispatch-442.1.4/src/
H A Dtransform.c548 const char* table, ssize_t table_size)
573 if (index >= table_size || table[index] == -1) {
547 _dispatch_transform_from_base32_with_table(dispatch_data_t data, const char* table, ssize_t table_size) argument
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dipc.py23 table_size = int(task.itk_space.is_table_size)
25 out_string += format_string.format(task, pval.p_pid, task.thread_count, table_size, proc_name)
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_memorystatus.c3835 size_t table_size = 0; local
3883 table_size = sizeof(memorystatus_internal_properties_t) * entry_count;
3884 if ( (table = (memorystatus_internal_properties_t *)kalloc(table_size)) == NULL) {
3888 memset(table, 0, table_size);
3961 kfree(table, table_size);
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dmem.c532 unsigned int table_size; local
547 table_size = ctx->basic_table_size + TABLE_INCREMENT;
549 table_size * sizeof(unsigned char *));
561 ctx->basic_table_size = table_size;
/macosx-10.10/groff-38/groff/src/utils/indxbib/
H A Dindxbib.cpp762 h.table_size = hash_table_size;
/macosx-10.10/ntp-92/lib/isc/
H A Dmem.c353 unsigned int table_size; local
368 table_size = ctx->basic_table_size + TABLE_INCREMENT;
370 table_size * sizeof(unsigned char *));
382 ctx->basic_table_size = table_size;
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c2963 int32_t table_size;
2979 table_size =
2993 elem = hash % table_size;
2994 second = hash % (table_size - 2);
3517 int32_t table_size;
3525 table_size =
3539 elem = hash % table_size;
3540 second = hash % (table_size - 2);
2950 int32_t table_size; local
3504 int32_t table_size; local

Completed in 274 milliseconds

12