Searched refs:max_count (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/list_update_policy/
H A Dcounter_lu_policy_imp.hpp51 { return (base_type::operator()(max_count)); }
57 { return (base_type::operator()(r_data, max_count)); }
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dstrhash.c352 int max_count = 0; local
382 if (counts[i] > max_count){
383 max_count = counts[i];
386 else if (counts[i] == max_count){
401 printf("the maximum number of elements in a bucket is %d (%d times)\n", max_count, max_repeats);
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dlib582.c36 int max_count; /* max number of sockets that fit in allocated array */ member in struct:Sockets
82 sockets->max_count = 20;
84 else if(sockets->count + 1 > sockets->max_count) {
87 (sockets->max_count + 20));
93 sockets->max_count += 20;
/macosx-10.10/Security-57031.1.35/Security/utilities/Regressions/
H A Dsu-40-secdb.c37 __block int max_count = 0; local
52 if (count > max_count) {
53 max_count = count;
66 return max_count;
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/
H A Dlist_update_policy.hpp109 max_count = Max_Count enumerator in enum:pb_ds::counter_lu_policy::__anon9760
/macosx-10.10/dtrace-147/libdwarf/
H A Ddwarf_macro.c193 unsigned long max_count = (unsigned long) maximum_count; local
219 max_count = ULONG_MAX;
234 for (count = 0; !done && count < max_count; ++count) {
/macosx-10.10/rsync-45/rsync/zlib/
H A Dtrees.c717 int max_count = 7; /* max repeat count */ local
720 if (nextlen == 0) max_count = 138, min_count = 3;
725 if (++count < max_count && curlen == nextlen) {
739 max_count = 138, min_count = 3;
741 max_count = 6, min_count = 3;
743 max_count = 7, min_count = 4;
762 int max_count = 7; /* max repeat count */ local
766 if (nextlen == 0) max_count = 138, min_count = 3;
770 if (++count < max_count && curlen == nextlen) {
790 max_count
[all...]
/macosx-10.10/sudo-73/src/zlib/
H A Dtrees.c715 int max_count = 7; /* max repeat count */ local
718 if (nextlen == 0) max_count = 138, min_count = 3;
723 if (++count < max_count && curlen == nextlen) {
737 max_count = 138, min_count = 3;
739 max_count = 6, min_count = 3;
741 max_count = 7, min_count = 4;
760 int max_count = 7; /* max repeat count */ local
764 if (nextlen == 0) max_count = 138, min_count = 3;
768 if (++count < max_count && curlen == nextlen) {
788 max_count
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dtrees.c744 int max_count = 7; /* max repeat count */ local
747 if (nextlen == 0) max_count = 138, min_count = 3;
752 if (++count < max_count && curlen == nextlen) {
766 max_count = 138, min_count = 3;
768 max_count = 6, min_count = 3;
770 max_count = 7, min_count = 4;
789 int max_count = 7; /* max repeat count */ local
793 if (nextlen == 0) max_count = 138, min_count = 3;
797 if (++count < max_count && curlen == nextlen) {
817 max_count
[all...]
/macosx-10.10/configd-699.1.5/dnsinfo/
H A Ddnsinfo_flatfile.c65 int max_count; member in struct:__anon7218
298 int max_count; local
328 max_count = tokens[i].max_count;
343 if (++token_count[token] > max_count) {
/macosx-10.10/zlib-55/zlib/
H A Dtrees.c721 int max_count = 7; /* max repeat count */ local
724 if (nextlen == 0) max_count = 138, min_count = 3;
729 if (++count < max_count && curlen == nextlen) {
743 max_count = 138, min_count = 3;
745 max_count = 6, min_count = 3;
747 max_count = 7, min_count = 4;
766 int max_count = 7; /* max repeat count */ local
770 if (nextlen == 0) max_count = 138, min_count = 3;
774 if (++count < max_count && curlen == nextlen) {
794 max_count
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dsparc-dis.c424 int min_count = num_opcodes, max_count = 0;
431 if (hash_count[i] > max_count)
432 max_count = hash_count[i];
437 min_count, max_count, (double) total / HASH_SIZE);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dclient.c643 size_t i = 0, max_count = 2; local
646 if (!ismechchar(s[i])) max_count += 1;
649 char **array = utils->malloc(max_count * sizeof(char *));
651 bzero(array, max_count * sizeof(char *));
658 if (i > max_count) return NULL;
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkInterface.h426 uint32_t max_count,
430 uint32_t max_count,
H A DIONetworkInterface.cpp2894 uint32_t max_count,
2905 assert(max_count != 0);
2918 driver->pollInputPackets(me, max_count, &queue, 0);
2940 uint32_t max_count,
2951 assert(max_count != 0);
2969 /* param1 */ (void *)(uintptr_t) max_count,
2891 if_input_poll( ifnet_t ifp, uint32_t flags, uint32_t max_count, mbuf_t * first_packet, mbuf_t * last_packet, uint32_t * cnt, uint32_t * len ) argument
2937 if_input_poll_gated( ifnet_t ifp, uint32_t flags, uint32_t max_count, mbuf_t * first_packet, mbuf_t * last_packet, uint32_t * cnt, uint32_t * len ) argument
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-port.cc299 const size_t max_count = (repeat == '?') ? 1 : local
304 for (size_t i = 0; i <= max_count; ++i) {
/macosx-10.10/ruby-106/ruby/lib/cgi/
H A Dcore.rb488 max_count = MAX_MULTIPART_COUNT
492 (n += 1) < max_count or raise StandardError.new("too many parameters.")
/macosx-10.10/smb-759.0/kernel/sys5/kern/
H A Dsubr_mchain.c738 size_t max_count, count, ii; local
744 max_count = count = (size_t)mbuf_data(m) + mbuf_len(m) - (size_t)s;
746 max_count &= ~1;
749 for (ii = 0; ii < max_count; ii += 2) {
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_importance.h260 extern int task_importance_list_pids(task_t task, int flags, int *pid_list, unsigned int max_count);
H A Dipc_importance.c3188 task_importance_list_pids(task_t task, int flags, int *pid_list, unsigned int max_count) argument
3191 max_count < 1 ||
3207 if (pidcount >= max_count)
3230 if (pidcount >= max_count)
/macosx-10.10/Heimdal-398.1.2/lib/sl/
H A Dsl.c215 int max_count; member in struct:sl_data
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c2096 int max_count = 7; /* max repeat count */ local
2099 if (nextlen == 0) max_count = 138, min_count = 3;
2104 if (++count < max_count && curlen == nextlen) {
2118 max_count = 138, min_count = 3;
2120 max_count = 6, min_count = 3;
2122 max_count = 7, min_count = 4;
2141 int max_count = 7; /* max repeat count */ local
2145 if (nextlen == 0) max_count = 138, min_count = 3;
2149 if (++count < max_count && curlen == nextlen) {
2169 max_count
[all...]
/macosx-10.10/file-46/file/src/
H A Dapprentice.c82 uint32_t max_count; member in struct:magic_entry
1118 if (me->cont_count == me->max_count) {
1120 size_t cnt = me->max_count + ALLOC_CHUNK;
1127 me->max_count = CAST(uint32_t, cnt);
1155 me->max_count = ALLOC_CHUNK;
/macosx-10.10/vim-55/src/
H A Ddiff.c1676 int max_count; local
1711 max_count = 0;
1714 && max_count < dp->df_count[i])
1715 max_count = dp->df_count[i];
1728 if (max_count - fromwin->w_topfill >= dp->df_count[toidx])
1738 + max_count - fromwin->w_topfill;
1755 + max_count - lnum;
/macosx-10.10/smb-759.0/lib/smb/
H A Dmsdfs.c407 size_t max_count, count, ii; local
413 max_count = count = *bytes_unparsed;
417 for (ii = 0; ii < max_count; ii += 2) {

Completed in 272 milliseconds

12