Home
last modified time | relevance | path

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

12

/external/linux-tools-perf/util/
Dhelp.c73 static void pretty_print_string_list(struct cmdnames *cmds, int longest) in pretty_print_string_list() argument
76 int space = longest + 1; /* min 1 SP between words */ in pretty_print_string_list()
201 unsigned int i, longest = 0; in list_commands() local
204 if (longest < main_cmds->names[i]->len) in list_commands()
205 longest = main_cmds->names[i]->len; in list_commands()
207 if (longest < other_cmds->names[i]->len) in list_commands()
208 longest = other_cmds->names[i]->len; in list_commands()
216 pretty_print_string_list(main_cmds, longest); in list_commands()
225 pretty_print_string_list(other_cmds, longest); in list_commands()
Dparse-events.c363 int n, longest = -1; in parse_aliases() local
368 if (n > longest && !strncasecmp(*str, names[i][j], n)) in parse_aliases()
369 longest = n; in parse_aliases()
371 if (longest > 0) { in parse_aliases()
372 *str += longest; in parse_aliases()
/external/regex-re2/re2/testing/
Dbacktrack.cc54 bool anchored, bool longest,
95 bool anchored, bool longest, in Search() argument
106 longest_ = longest | prog_->anchor_end(); in Search()
246 bool longest = kind != kFirstMatch; in UnsafeSearchBacktrack() local
247 if (!b.Search(text, context, anchored, longest, match, nmatch)) in UnsafeSearchBacktrack()
Dexhaustive_tester.cc103 RE2::Options longest; in HandleRegexp() local
104 longest.set_longest_match(true); in HandleRegexp()
105 RE2 relongest(regexp, longest); in HandleRegexp()
/external/regex-re2/re2/
Dbitstate.cc39 bool anchored, bool longest,
294 bool anchored, bool longest, in Search() argument
306 longest_ = longest || prog_->anchor_end(); in Search()
370 bool longest = kind != kFirstMatch; in SearchBitState() local
371 if (!b.Search(text, context, anchored, longest, match, nmatch)) in SearchBitState()
Dnfa.cc51 bool anchored, bool longest,
401 bool anchored, bool longest, in Search() argument
425 longest = true; in Search()
437 longest_ = longest; in Search()
456 longest); in Search()
/external/linux-tools-perf/
Dbuiltin-help.c280 unsigned int i, longest = 0; in list_common_cmds_help() local
283 if (longest < strlen(common_cmds[i].name)) in list_common_cmds_help()
284 longest = strlen(common_cmds[i].name); in list_common_cmds_help()
289 printf(" %-*s ", longest, common_cmds[i].name); in list_common_cmds_help()
Dandroid.patch818 int space = longest + 1; /* min 1 SP between words */
/external/zlib/src/doc/
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
Drfc1951.txt808 sequence starting at the current point, and selects the longest
/external/icu4c/tools/tzcode/
Dzdump.c160 static size_t longest; variable
427 longest = 0;
429 if (strlen(argv[i]) > longest)
430 longest = strlen(argv[i]);
440 (fakeenv[0] = (char *) malloc(longest + 4)) == NULL) {
747 (void) printf("%-*s ", (int) longest, zone); in show()
/external/sepolicy/
Dgenfs_contexts3 # proc labeling can be further refined (longest matching prefix).
/external/chromium/chrome/common/extensions/docs/server/
DREADME40 view and delete the version which was deployed the longest time ago. Then
/external/iproute2/doc/
Dip-cref.tex1090 \item The longest matching prefix is selected. All shorter ones
1093 \item If the TOS of some route with the longest prefix is equal to the TOS
1233 the longest match is understood as: First, compare the TOS
1922 according to the longest match rule, is replaced with a ``routing policy
1956 a route from these tables according to the classic longest match algorithm.
/external/zlib/src/
DChangeLog425 - Add AMD64 assembler code for longest match to contrib [Teterin]
/external/qemu/distrib/jpeg-6b/
Dlibjpeg.doc1650 longest standard marker in the file. Standard JPEG markers should normally
1651 not exceed a few hundred bytes each (DHT tables are typically the longest).
/external/jpeg/
Dlibjpeg.doc1650 longest standard marker in the file. Standard JPEG markers should normally
1651 not exceed a few hundred bytes each (DHT tables are typically the longest).
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man413 whether this rule is the "longest match",
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/
Dflex.info445 included when determining whether this rule is the "longest
Dflex.texi534 the @dfn{longest match}, but is then returned to the input before
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf786 ADJ^N "longest" :G2P
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf950 ADJ^N "longest" :G2P
/external/mksh/src/
Dcheck.t1725 longest...)
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1010583 - renamed a few opcodes and fixed assembly formatting to accomodate the longest opcode
18522 …- JSC part of fix for "SVG multichar glyph matching matches longest instead of first (affects Acid…
28546 the longest collision chain is not any longer.
/external/bison/doc/
Dbison.texi7274 To prefer the longest @code{words}, the conflict between the token

12