Searched refs:lengths (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Djson_write.tcl119 set lengths 0 ; # This will be the max if the dict is empty, and
124 lappend lengths [::string length $str]
127 return [tcl::mathfunc::max {*}$lengths]
H A Dtext_write.tcl216 set lengths 0 ; # This will be the max if the list is empty, and
221 lappend lengths [::string length $str]
224 return [tcl::mathfunc::max {*}$lengths]
/macosx-10.9.5/zlib-53/zlib/contrib/puff/
H A Dpuff.c52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Jean-loup]
87 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */
203 * a negative value if there is an error. If all of the lengths are zero, i.e.
210 * a simple integer ordering of codes of the same lengths. Hence below the
296 * Given the list of code lengths length[0..n-1] representing a canonical
307 * codes past the end of the incomplete lengths.
338 (h->count[length[symbol]])++; /* assumes lengths are within bounds */
342 /* check for an over-subscribed or incomplete set of lengths */
379 * - Literals, lengths, and the end-of-block code are combined into a single
383 * - There are 256 possible lengths (
526 short lengths[FIXLCODES]; local
650 short lengths[MAXCODES]; /* descriptor code lengths */ local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/json/
H A Djson_write.tcl139 set lengths 0 ; # This will be the max if the dict is empty, and
144 lappend lengths [::string length $str]
147 return [tcl::mathfunc::max {*}$lengths]
/macosx-10.9.5/apache-786.1/httpd/modules/loggers/
H A Dmod_log_config.h50 int *lengths,
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DDrawingBasics.py137 lengths = ( 12.0, 6.0, 5.0, 6.0, 5.0, 6.0 )
146 CGContextSetLineDash(context, 0.0, lengths, 2)
150 CGContextSetLineDash(context, 0.0, lengths, 4)
154 CGContextSetLineDash(context, 0.0, lengths, 6)
158 CGContextSetLineDash(context, lengths[0]+lengths[1], lengths, 6)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DDrawingBasics.py137 lengths = ( 12.0, 6.0, 5.0, 6.0, 5.0, 6.0 )
146 CGContextSetLineDash(context, 0.0, lengths, 2)
150 CGContextSetLineDash(context, 0.0, lengths, 4)
154 CGContextSetLineDash(context, 0.0, lengths, 6)
158 CGContextSetLineDash(context, lengths[0]+lengths[1], lengths, 6)
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ddictionarydata.h71 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
84 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
101 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
H A Ddictbe.cpp103 // list of word candidate lengths, in increasing length order
104 int32_t lengths[POSSIBLE_WORD_LIST_MAX]; member in class:PossibleWord
147 prefix = dict->matches(text, rangeEnd-start, lengths, count, sizeof(lengths)/sizeof(lengths[0]));
154 utext_setNativeIndex(text, start+lengths[count-1]);
163 utext_setNativeIndex(text, offset + lengths[mark]);
164 return lengths[mark];
170 utext_setNativeIndex(text, offset + lengths[--current]);
840 AutoBuffer<int32_t, maxWordSize> lengths(numChar
[all...]
H A Ddictionarydata.cpp38 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const { argument
53 lengths[count++] = numChars;
102 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const { argument
117 lengths[count++] = numChars;
H A Dunames.cpp528 * expandGroupLengths() reads a block of compressed lengths of 32 strings and
529 * expands them into offsets and lengths for each string.
534 * The offsets and lengths arrays must be at least 33 (one more) long because
539 uint16_t offsets[LINES_PER_GROUP+1], uint16_t lengths[LINES_PER_GROUP+1]) {
540 /* read the lengths of the 32 strings in this group and get each string's offset */
544 /* all 32 lengths must be read to get the offset of the first group string */
563 *lengths++=length;
575 *lengths++=length;
593 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
595 s=expandGroupLengths(s, offsets, lengths);
538 expandGroupLengths(const uint8_t *s, uint16_t offsets[LINES_PER_GROUP+1], uint16_t lengths[LINES_PER_GROUP+1]) argument
626 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
1366 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
2010 uint16_t offsets[LINES_PER_GROUP+1], lengths[LINES_PER_GROUP+1]; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp215 // Prime the prefix lengths so that we don't keep prefixLength at 0 until
348 int32_t *lengths, int &count, int limit ) {
364 // lengths[count++]=(int32_t)utext_getNativeIndex(text);
365 lengths[count++]=numChars; // CompactTrieDictionary just counts chars too.
441 int32_t lengths[20]; local
452 lengths, count, LENGTHOF(lengths));
453 if(count==0 || lengths[count-1]!=lines[i].len) {
547 int32_t *lengths, int &count, int limit ) {
558 // lengths[coun
346 ucharsTrieMatches(UCharsTrie &trie, UText *text, int32_t textLimit, int32_t *lengths, int &count, int limit ) argument
545 bytesTrieMatches(BytesTrie &trie, UText *text, int32_t textLimit, int32_t *lengths, int &count, int limit ) argument
590 int32_t lengths[20]; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dmkzipkit.tcl117 x(date) x(crc32) x(sizes) x(lengths) \
124 foreach size $x(lengths) var {filename extrafield comment} {
144 x(date) x(crc32) x(sizes) x(lengths) \
/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/
H A DLiteral.pm85 to extraordinary lengths in an XML template file (be it XSLT or whatever) to
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DLiteral.pm82 to extraordinary lengths in an XML template file (be it XSLT or whatever) to
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dedit_field.c308 char lengths[80]; local
444 sprintf(lengths, "%d", length);
445 set_field_buffer(before, 1, lengths);
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/Builder/
H A DParser.pm385 my ($lengths, $others) = $class->sort_parsers( $options, \@specs );
419 if (%$lengths)
422 my $parser = $lengths->{$length};
470 my (%lengths, @others);
485 my @lengths = ref $spec->{length}
488 for my $length ( @lengths )
490 push @{ $lengths{$length} }, $code;
505 while (my ($length, $parsers) = each %lengths)
507 $lengths{$length} = $class->chain_parsers( $parsers );
510 return ( \%lengths, \
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/
H A DParser.pm397 my ($lengths, $others) = $class->sort_parsers( $options, \@specs );
436 if (%$lengths)
439 my $parser = $lengths->{$length};
487 my (%lengths, @others);
502 my @lengths = ref $spec->{length}
505 for my $length ( @lengths )
507 push @{ $lengths{$length} }, $code;
522 while (my ($length, $parsers) = each %lengths)
524 $lengths{$length} = $class->chain_parsers( $parsers );
527 return ( \%lengths, \
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Ddiff3.c84 size_t *lengths[2]; /* Line lengths (including newlines, if any) */
94 size_t *lengths[3]; /* Line lengths (including newlines, if any) */
116 ((diff)->lengths[filenum][linenum])
124 ((diff)->lengths[filenum])
959 sizeof *bptr->lengths[1]));
970 bptr->lengths[0] = bptr->lengths[1] = 0;
1009 bptr->lengths[
83 size_t *lengths[2]; /* Line lengths (including newlines, if any) */ member in struct:diff_block
93 size_t *lengths[3]; /* Line lengths (including newlines, if any) */ member in struct:diff3_block
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextCodecUTF8.cpp68 static const uint8_t lengths[256] = { local
86 return lengths[firstByte];
/macosx-10.9.5/CF-855.17/
H A DCFStorage.c997 const CFIndex lengths[3] = {children[0]->numBytes, children[1] ? children[1]->numBytes : 0, children[2] ? children[2]->numBytes : 0}; local
998 const CFIndex offsets[3] = {0, lengths[0], lengths[0] + lengths[1]};
999 const CFRange overlaps[3] = {intersectionRange(CFRangeMake(offsets[0], lengths[0]), range), intersectionRange(CFRangeMake(offsets[1], lengths[1]), range), intersectionRange(CFRangeMake(offsets[2], lengths[2]), range)};
1047 const CFIndex lengths[3] = {children[0]->numBytes, children[1] ? children[1]->numBytes : 0, children[2] ? children[2]->numBytes : 0}; local
1048 const CFIndex offsets[3] = {0, lengths[0], lengths[
[all...]
/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/TransitiveClosure/
H A DMatrix.pm364 paths (lengths and vertices) between vertices, and after that query
406 By default the path lengths are not computed, only the boolean transitivity.
407 By using true for C<path_length> also the path lengths will be computed,
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/TransitiveClosure/
H A DMatrix.pm366 paths (lengths and vertices) between vertices, and after that query
408 By default the path lengths are not computed, only the boolean transitivity.
409 By using true for C<path_length> also the path lengths will be computed,
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dutil.c251 static const char *lengths[] = {"y", "w", "d", "h", "m", "s"}; local
253 const char **l = lengths;
/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/
H A DTransitiveClosure.pm112 (lengths and vertices) between vertices, and after that query the

Completed in 324 milliseconds

12