Home
last modified time | relevance | path

Searched refs:longest (Results 1 – 25 of 142) sorted by relevance

123456

/netbsd-src/usr.bin/wc/
H A Dwc.c181 wc_count_t charct, linect, wordct, longest; in cnt() local
189 linect = wordct = charct = longest = 0; in cnt()
276 if (linelen > longest) in cnt()
277 longest = linelen; in cnt()
311 print_counts(linect, wordct, charct, longest, file); in cnt()
320 if (dolongest && longest > tlongest) in cnt()
321 tlongest = longest; in cnt()
331 wc_count_t longest, const char *name) in print_counts() argument
341 (void)printf(WCFMT, (WCCAST)longest); in print_counts()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dstore.c36 typedef long long longest; typedef
38 longest
39 add_longest (register longest u, register longest v) in add_longest()
99 wack_longest (register longest u, register longest v) in wack_longest()
101 register longest l = u, r = v; in wack_longest()
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dstore.c36 typedef long long longest; typedef
38 longest
39 add_longest (register longest u, register longest v) in add_longest()
99 wack_longest (register longest u, register longest v) in wack_longest()
101 register longest l = u, r = v; in wack_longest()
/netbsd-src/usr.sbin/timed/timedc/
H A Dtimedc.c148 int nmatches, longest; in getcmd() local
152 longest = 0; in getcmd()
161 if (q - name > longest) { in getcmd()
162 longest = q - name; in getcmd()
165 } else if (q - name == longest) in getcmd()
/netbsd-src/usr.sbin/lpr/lpc/
H A Dlpc.c206 int nmatches, longest; in getcmd() local
208 longest = 0; in getcmd()
216 if (q - name > longest) { in getcmd()
217 longest = q - name; in getcmd()
220 } else if (q - name == longest) in getcmd()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dsymtab.cc277 size_t total_bytes, longest, deleted = 0; in ht_dump_statistics() local
288 total_bytes = longest = sum_of_squares = nids = 0; in ht_dump_statistics()
300 if (n > longest) in ht_dump_statistics()
301 longest = n; in ht_dump_statistics()
344 (unsigned long) longest); in ht_dump_statistics()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dsymtab.c277 size_t total_bytes, longest, deleted = 0; in ht_dump_statistics() local
288 total_bytes = longest = sum_of_squares = nids = 0; in ht_dump_statistics()
300 if (n > longest) in ht_dump_statistics()
301 longest = n; in ht_dump_statistics()
344 (unsigned long) longest); in ht_dump_statistics()
/netbsd-src/external/bsd/tre/dist/lib/
H A DREADME32 leftmost longest match and submatches in one pass over the input
34 a leftmost match and longest match is found.
42 the leftmost longest match and submatches. Portions of the
50 * Finds the leftmost and longest match and submatches in one pass
/netbsd-src/usr.bin/tftp/
H A Dmain.c693 int nmatches, longest; in getcmd() local
695 longest = 0; in getcmd()
703 if (q - name > longest) { in getcmd()
704 longest = q - name; in getcmd()
707 } else if (q - name == longest) in getcmd()
/netbsd-src/crypto/external/bsd/openssl/dist/
H A Dconfigdata.pm.in263 my $longest = 0;
266 $longest = length($what) if $longest < length($what);
277 print " $what", ' ' x ($longest - length($what) + 1),
/netbsd-src/external/gpl3/gdb.old/dist/zlib/doc/
H A Dalgorithm.txt25 the longest match is selected.
34 parameter of deflateInit). So deflate() does not always find the longest
68 input less than the length of longest code. It gets that many bits from the
77 be a first level table to cover all the way to the longest code. However,
118 longest symbol is? The reason is that if you do that, you end up spending
161 Table X is two bits long since the longest code starting with 110 is five bits
169 Table Y is three bits long since the longest code starting with 111 is six
/netbsd-src/external/gpl3/binutils/dist/zlib/doc/
H A Dalgorithm.txt25 the longest match is selected.
34 parameter of deflateInit). So deflate() does not always find the longest
68 input less than the length of longest code. It gets that many bits from the
77 be a first level table to cover all the way to the longest code. However,
118 longest symbol is? The reason is that if you do that, you end up spending
161 Table X is two bits long since the longest code starting with 110 is five bits
169 Table Y is three bits long since the longest code starting with 111 is six
/netbsd-src/external/gpl3/binutils.old/dist/zlib/doc/
H A Dalgorithm.txt25 the longest match is selected.
34 parameter of deflateInit). So deflate() does not always find the longest
68 input less than the length of longest code. It gets that many bits from the
77 be a first level table to cover all the way to the longest code. However,
118 longest symbol is? The reason is that if you do that, you end up spending
161 Table X is two bits long since the longest code starting with 110 is five bits
169 Table Y is three bits long since the longest code starting with 111 is six
/netbsd-src/external/gpl3/gdb/dist/zlib/doc/
H A Dalgorithm.txt25 the longest match is selected.
34 parameter of deflateInit). So deflate() does not always find the longest
68 input less than the length of longest code. It gets that many bits from the
77 be a first level table to cover all the way to the longest code. However,
118 longest symbol is? The reason is that if you do that, you end up spending
161 Table X is two bits long since the longest code starting with 110 is five bits
169 Table Y is three bits long since the longest code starting with 111 is six
/netbsd-src/usr.bin/ftp/
H A Dmain.c779 ptrdiff_t longest; in getcmd()
784 longest = 0; in getcmd()
792 if (q - name > longest) { in getcmd()
793 longest = q - name;
796 } else if (q - name == longest)
768 int nmatches, longest; getcmd() local
/netbsd-src/usr.bin/tsort/
H A Dtsort.c105 static int debug, longest, quiet, reverse; variable
133 longest = 1; in main()
414 if (len > 0 && !longest) in find_cycle()
/netbsd-src/external/zlib/pigz/dist/zopfli/
H A Dblocksplitter.c204 size_t longest = 0; in FindLargestSplittableBlock() local
210 if (!done[start] && end - start > longest) { in FindLargestSplittableBlock()
214 longest = end - start; in FindLargestSplittableBlock()
/netbsd-src/common/lib/libc/misc/
H A Dubsan.c120 typedef __int128 longest; typedef
123 typedef int64_t longest; typedef
262 …rializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L);
268 static longest llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumbe…
1432 DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest
1569 static longest
1573 longest L = 0;
1586 memcpy(&L, REINTERPRET_CAST(longest *, ulNumber), sizeof(longest));
1709 longest L = llliGetNumber(szLocation, pType, ulNumber);
/netbsd-src/usr.bin/midirecord/
H A Dmidirecord.c677 unsigned count = 1, u, longest = 0, c = 0; in parse_ints() local
690 if (c > longest) in parse_ints()
691 longest = c; in parse_ints()
697 num_buf = malloc(longest + 1); in parse_ints()
/netbsd-src/external/bsd/less/dist/
H A Dregexp.c217 register char *longest; local
277 longest = NULL;
281 longest = OPERAND(scan);
284 r->regmust = longest;
H A Dline.c1526 int longest = 0; in rrshift() local
1534 if (end_column > longest) in rrshift()
1535 longest = end_column; in rrshift()
1538 if (longest < sc_width) in rrshift()
1540 return longest - sc_width; in rrshift()
/netbsd-src/lib/libcompat/regexp/
H A Dregexp.c214 char *longest; local
278 longest = NULL;
282 longest = OPERAND(scan);
285 r->regmust = longest;
/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A Dsnprintf.c134 typedef long long longest; typedef
137 typedef long longest; typedef
419 longest arg; in xyzprintf()
/netbsd-src/tools/compat/
H A Dsnprintf.c132 typedef long long longest; typedef
135 typedef long longest; typedef
417 longest arg; in xyzprintf()
/netbsd-src/lib/libc/time/
H A Dzdump.c87 static size_t longest;
580 longest = min(arglenmax, INT_MAX - 2);
841 (void) printf("%-*s ", (int) longest, zone);
91 static size_t longest; global() variable

123456