Searched refs:max_length (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_slk.c73 unsigned max_length; local
110 max_length = SP->_slk->maxlen;
112 size_t used = max_length + 1;
122 memset(SP->_slk->ent[i].form_text, ' ', max_length);
126 int gap = (cols - 3 * (3 + 4 * max_length)) / 2;
133 x += max_length;
138 int gap = cols - (SP->_slk->maxlab * max_length) - 6;
144 x += max_length;
149 int gap = (cols - (SP->_slk->maxlab * max_length) - 5)
156 x += max_length;
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/lint/
H A Dcommon_lint.py7 def VerifyLineLength(filename, lines, max_length):
14 max_length: maximum acceptable line length as number
24 if length > max_length:
26 'Line exceeds %d chars (%d)' % (max_length, length)))
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/trie_policy/
H A Dprefix_search_node_update_imp.hpp133 size_type max_length = 0; local
142 if (common_range_length > max_length)
146 max_length = common_range_length;
/macosx-10.10.1/text_cmds-88/fmt/
H A Dfmt.c221 static size_t max_length=0; /* Maximum length for output lines */ variable
304 max_length = goal_length;
317 max_length = goal_length;
345 && (max_length=get_positive(*argv,"max length must be positive", 0))
348 if (max_length<goal_length)
353 if (max_length==0) max_length = goal_length+10;
355 output_buffer = XMALLOC((max_length+1) * sizeof(wchar_t));
570 if (x0==0 || (new_x <= max_length && new_x-goal_length <= goal_length-x)) {
578 if (indent+width > max_length) {
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/examples/
H A Dbreak_long_quotes.pl159 my ( $str, $quote_char, $max_length ) = @_;
179 if ( $length > $max_length - 1 ) {
184 } ## end if ( $length > $max_length...
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-rpki-rtr.c63 u_char max_length; member in struct:rpki_rtr_pdu_ipv4_prefix_
76 u_char max_length; member in struct:rpki_rtr_pdu_ipv6_prefix_
235 pdu->prefix_length, pdu->max_length,
249 pdu->prefix_length, pdu->max_length,
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_module_apple.c85 dtrace_kernel_path(char *kernel_path, size_t max_length) { argument
90 if (strlcpy(kernel_path, path, max_length) < max_length)
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dtrees.c126 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
499 int max_length = desc->stat_desc->max_length; local
517 if (bits > max_length) bits = max_length, overflow++;
537 bits = max_length-1;
541 s->bl_count[max_length]--;
543 * but this does not affect bl_count[max_length]
553 for (bits = max_length; bits != 0; bits--) {
/macosx-10.10.1/sudo-73/src/zlib/
H A Dtrees.c122 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
497 int max_length = desc->stat_desc->max_length; local
515 if (bits > max_length) bits = max_length, overflow++;
535 bits = max_length-1;
539 s->bl_count[max_length]--;
541 * but this does not affect bl_count[max_length]
551 for (bits = max_length; bits != 0; bits--) {
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dtrees.c153 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
526 int max_length = desc->stat_desc->max_length; local
544 if (bits > max_length) bits = max_length, overflow++;
564 bits = max_length-1;
568 s->bl_count[max_length]--;
570 * but this does not affect bl_count[max_length]
580 for (bits = max_length; bits != 0; bits--) {
/macosx-10.10.1/zlib-55/zlib/
H A Dtrees.c127 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
503 int max_length = desc->stat_desc->max_length; local
521 if (bits > max_length) bits = max_length, overflow++;
541 bits = max_length-1;
545 s->bl_count[max_length]--;
547 * but this does not affect bl_count[max_length]
557 for (bits = max_length; bits != 0; bits--) {
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dclient.c669 size_t max_length = 1; local
673 max_length += strlen(array[i]) + 1;
675 s = utils->malloc(max_length);
676 bzero(s, max_length);
679 strlcat(s, array[i], max_length);
680 strlcat(s, " ", max_length);
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/RPC/
H A DServer.pm32 for my $method (qw/request path_info json version error_message max_length charset content_type
54 max_length => 1024 * 100,
640 =item max_length
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/RPC/Server/
H A DApache2.pm53 return if($len > $self->max_length);
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-driver.cxx76 max_length = d->max_length;
117 max_length = 0;
920 _cupsStrFormatd(length, length + sizeof(length), max_length, loc);
968 _cupsStrFormatd(length, length + sizeof(length), max_length, loc);
H A Dppdc-import.cxx133 driver->max_length = ppd->custom_max[1];
H A Dppdc.h391 max_length, // Maximum length (points) member in class:ppdcDriver
H A Dppdc-source.cxx3083 d->max_length = get_measurement(fp);
3791 cupsFilePrintf(fp, " MaxSize %.2f %.2f\n", d->max_width, d->max_length);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dcodecvt.h223 max_length() const throw() function in class:__codecvt_abstract_base
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_object.c7674 vm_size_t max_length; local
7696 max_length = *length;
7739 if (max_length > max_ph_size)
7740 max_length = max_ph_size;
7742 if (max_length <= PAGE_SIZE)
7803 * Linear growth in PH size: The maximum size is max_length...
7808 pre_heat_size = (max_length * object->pages_used) / object->pages_created;
7840 throttle_limit = (uint32_t) max_length;
7841 assert(throttle_limit == max_length);
7844 if (max_length > throttle_limi
[all...]
/macosx-10.10.1/cups-408/cups/cups/
H A Ddest-options.c126 max_length; /* Maximum length */ local
133 max_width = max_length = 0;
149 max_length = pwg->length;
160 pwg->length >= min_length && pwg->length <= max_length)
/macosx-10.10.1/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c1575 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
1879 int max_length = desc->stat_desc->max_length; local
1897 if (bits > max_length) bits = max_length, overflow++;
1917 bits = max_length-1;
1921 s->bl_count[max_length]--;
1923 * but this does not affect bl_count[max_length]
1933 for (bits = max_length; bits != 0; bits--) {
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm11380 my $max_length = 0;
11382 $max_length = total_line_length( $ibeg, $iend );
11399 if ( $length_t > $max_length ) {
11400 $max_length = $length_t;
11403 $right_margin = maximum_line_length($ibeg) - $max_length;
15940 my @max_length = ( 0, 0 );
15970 if ( $length > $max_length[$is_odd] ) {
15971 $max_length[$is_odd] = $length;
16002 if ( $last_item_length > $max_length[$i_odd] ) {
16003 $max_length[
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c4976 uint32 i, max_width, max_length, zwidth, zlength, buffsize; local
5017 max_width = max_length = 0;
5059 if (zlength > max_length)
5060 max_length = zlength;

Completed in 316 milliseconds