Home
last modified time | relevance | path

Searched refs:longest (Results 1 – 25 of 31) 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/
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/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/chromium/chrome/common/extensions/docs/server/
DREADME40 view and delete the version which was deployed the longest time ago. Then
/external/sepolicy/
Docontexts52 # proc labeling can be further refined (longest matching prefix).
/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/
DChangeLog363 - Add AMD64 assembler code for longest match to contrib [Teterin]
/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/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/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/webkit/Tools/android/flex-2.5.4a/MISC/
Dflex.man413 whether this rule is the "longest match",
/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.t1570 longest...)
/external/bluetooth/glib/
DChangeLog.pre-2-02095 of the longest character in any encoding. This is necessary
/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/webkit/Tools/
DChangeLog-2010-05-2429129 * Scripts/commit-log-editor: Find and remove the longest common prefix
29133 removes, and returns the longest common prefix ending in a double
/external/srec/config/en.us/dictionary/
Dlarge.ok17190 longest l{Ng6st

12