Home
last modified time | relevance | path

Searched refs:terms (Results 1 - 25 of 232) sorted by relevance

12345678910

/third_party/python/Doc/tools/extensions/
H A Dglossary_search.py26 terms = {}
34 terms[term] = {
40 app.env.glossary_terms.update(terms)
42 app.env.glossary_terms = terms
/third_party/curl/winbuild/
H A Dgen_resp_file.bat12 rem * you should have received as part of this distribution. The terms
17 rem * furnished to do so, under the terms of the COPYING file.
/third_party/ffmpeg/libavcodec/
H A Dwavpack.c9 * modify it under the terms of the GNU Lesser General Public
78 int terms; member
802 for (i = 0; i < s->terms; i++) { in wv_unpack_stereo()
928 for (i = 0; i < s->terms; i++) { in wv_unpack_mono()
1179 av_log(avctx, AV_LOG_ERROR, "Too many decorrelation terms\n"); in wavpack_decode_block()
1180 s->terms = 0; in wavpack_decode_block()
1184 s->terms = size; in wavpack_decode_block()
1185 for (i = 0; i < s->terms; i++) { in wavpack_decode_block()
1187 s->decorr[s->terms - i - 1].value = (val & 0x1F) - 5; in wavpack_decode_block()
1188 s->decorr[s->terms in wavpack_decode_block()
[all...]
H A Dwavpackenc.h7 * modify it under the terms of the GNU Lesser General Public
29 int8_t joint_stereo, delta, terms[MAX_TERMS+1]; member
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/sha/
H A Dsha512-armv4.S15 @ Permission to use under GPL terms is granted.
42 @ terms it's 22.6 cycles per byte, which is disappointing result.
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/
H A Dsha512-armv4.S15 @ Permission to use under GPL terms is granted.
42 @ terms it's 22.6 cycles per byte, which is disappointing result.
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js1847 * @param {lunr.Pipeline} attrs.pipeline - The pipeline to use for search terms.
1872 * At its simplest queries can just be a single term, e.g. `hello`, multiple terms are also supported
1876 * Wildcards can be included in terms to match one or more unspecified characters, these wildcards can
1885 * Modifiers can also be added to terms, lunr supports edit distance and boost modifiers on terms. A term
1893 * optionally contain 'bar'. Conversely a leading '-' sets the terms presence to prohibited, i.e. it must not
1911 * @example <caption>terms with presence modifiers</caption>
1962 // * process terms
1963 // * expand terms from token set
1989 * the case for terms wit
[all...]
/third_party/libwebsockets/lib/roles/h2/
H A Dminihuf.c314 unsigned char terms[2000]; variable
430 terms[(state[n].real_pos + m) >> 3] |= in main()
467 fprintf(stdout, "0x%02x, ", terms[n]); in main()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A Ddemo.bat4 REM * License & terms of use: http://www.unicode.org/copyright.html
/third_party/icu/icu4c/source/samples/uresb/
H A Dresources.mak2 ## License & terms of use: http://www.unicode.org/copyright.html
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dspan16perf.bat2 rem License & terms of use: http://www.unicode.org/copyright.html
H A Dcontperf.bat2 rem License & terms of use: http://www.unicode.org/copyright.html
H A Dspan8perf.bat2 rem License & terms of use: http://www.unicode.org/copyright.html
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.bat2 rem License & terms of use: http://www.unicode.org/copyright.html
/third_party/skia/third_party/externals/icu/source/samples/uresb/
H A Dresources.mak2 ## License & terms of use: http://www.unicode.org/copyright.html
/third_party/ffmpeg/libavcodec/arm/
H A Dvideodsp_armv5te.S8 @ modify it under the terms of the GNU Lesser General Public
/third_party/ffmpeg/libavutil/x86/
H A Demms.asm7 ;* modify it under the terms of the GNU Lesser General Public
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dindic.bat4 REM * License & terms of use: http://www.unicode.org/copyright.html *
/third_party/curl/tests/libtest/
H A Dmk-lib1521.pl12 # you should have received as part of this distribution. The terms
17 # furnished to do so, under the terms of the COPYING file.
48 * you should have received as part of this distribution. The terms
53 * furnished to do so, under the terms of the COPYING file.
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc701 // common prefix if the terms were similar or presorted in the input. in RationalizeConsecutiveAtoms()
1051 static void MaybeRewrite(ZoneList<RegExpTree*>* terms, Zone* zone) { in RationalizeConsecutiveAtoms() argument
1052 AssertionSequenceRewriter rewriter(terms, zone); in RationalizeConsecutiveAtoms()
1057 for (int i = 0; i < terms->length(); i++) { in RationalizeConsecutiveAtoms()
1058 RegExpTree* t = terms->at(i); in RationalizeConsecutiveAtoms()
1068 if (from != kNoIndex && terms->length() - from > 1) { in RationalizeConsecutiveAtoms()
1069 rewriter.Rewrite(from, terms->length()); in RationalizeConsecutiveAtoms()
1122 AssertionSequenceRewriter(ZoneList<RegExpTree*>* terms, Zone* zone) in RationalizeConsecutiveAtoms() argument
1123 : zone_(zone), terms_(terms) {} in RationalizeConsecutiveAtoms()
/third_party/ffmpeg/libavcodec/x86/
H A Dsvq1enc.asm8 ;* modify it under the terms of the GNU Lesser General Public
H A Dvorbisdsp.asm8 ;* modify it under the terms of the GNU Lesser General Public
H A Ddnxhdenc.asm9 ;* modify it under the terms of the GNU Lesser General Public
H A Dg722dsp.asm9 ;* modify it under the terms of the GNU Lesser General Public
H A Dproresdsp.asm11 ;* modify it under the terms of the GNU Lesser General Public

Completed in 15 milliseconds

12345678910