Searched refs:greedy (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/
H A Dtegra_avp.h29 int greedy; member in struct:tegra_avp_lib
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php41 * -- Changed the algorithm for parsing expressions so that it matches the longest string possible (greedy)
1057 * Gets the largest symbol in the expression (greedy). Changed from non-greedy 26-Apr-2006
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrPattern.cpp254 // In case of greedy matching the next character checking is unnecessary therefore we just store
606 void quantifyAtom(unsigned min, unsigned max, bool greedy) argument
632 term.quantify(max, greedy ? QuantifierGreedy : QuantifierNonGreedy);
639 m_alternative->lastTerm().quantify((max == quantifyInfinite) ? max : max - min, greedy ? QuantifierGreedy : QuantifierNonGreedy);
767 // * where the parens are non-capturing, and quantified unbounded greedy (*).
/external/qemu/audio/
H A Daudio.c148 int greedy; member in struct:fixed_settings
167 .greedy = 1,
179 .greedy = 1,
H A Daudio_template.h322 if (glue (conf.fixed_, TYPE).enabled && glue (conf.fixed_, TYPE).greedy) {
/external/zlib/contrib/pascal/
H A Dexample.pas295 EXIT_ERR('deflate not greedy');

Completed in 1312 milliseconds