Home
last modified time | relevance | path

Searched refs:match_length (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c76 static int match_length(regmatch_t * matches, int index) in match_length() function
154 tokens.Negate.Length = match_length(matches, 1); in init_rc_normal_src()
156 tokens.Abs.Length = match_length(matches, 2); in init_rc_normal_src()
158 tokens.File.Length = match_length(matches, 3); in init_rc_normal_src()
160 tokens.Index.Length = match_length(matches, 4); in init_rc_normal_src()
162 tokens.Swizzle.Length = match_length(matches, 5); in init_rc_normal_src()
282 tokens.File.Length = match_length(matches, 1); in init_rc_normal_dst()
284 tokens.Index.Length = match_length(matches, 2); in init_rc_normal_dst()
286 tokens.WriteMask.Length = match_length(matches, 3); in init_rc_normal_dst()
387 tokens.Opcode.Length = match_length(matche in parse_rc_normal_instruction()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dnotchlc.c81 unsigned reference_pos, match_length, delta, pos = 0; in lz4_decompress() local
115 match_length = 4 + (token & 0x0F); in lz4_decompress()
116 if (match_length == 4 + 0x0F) { in lz4_decompress()
121 match_length += current; in lz4_decompress()
125 if (pos + match_length < HISTORY_SIZE && reference_pos + match_length < HISTORY_SIZE) { in lz4_decompress()
126 if (pos >= reference_pos + match_length || reference_pos >= pos + match_length) { in lz4_decompress()
127 memcpy(history + pos, history + reference_pos, match_length); in lz4_decompress()
128 pos += match_length; in lz4_decompress()
[all...]
/third_party/node/deps/zlib/
H A Ddeflate.c645 s->match_length = s->prev_length = MIN_MATCH-1; in deflateSetDictionary()
727 s->match_length = s->prev_length = MIN_MATCH-1; in lm_init()
1895 * At this point we have always match_length < MIN_MATCH in deflate_fast()
1902 s->match_length = longest_match (s, hash_head); in deflate_fast()
1905 if (s->match_length >= MIN_MATCH) { in deflate_fast()
1906 check_match(s, s->strstart, s->match_start, s->match_length); in deflate_fast()
1909 s->match_length - MIN_MATCH, bflush); in deflate_fast()
1911 s->lookahead -= s->match_length; in deflate_fast()
1917 if (s->match_length <= s->max_insert_length && in deflate_fast()
1919 s->match_length in deflate_fast()
[all...]
H A Ddeflate.h163 uInt match_length; /* length of best match */ member
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c487 s->match_length = s->prev_length = MIN_MATCH-1;
1265 s->match_length = s->prev_length = MIN_MATCH-1;
1946 * At this point we have always match_length < MIN_MATCH
1953 s->match_length = longest_match (s, hash_head);
1956 if (s->match_length >= MIN_MATCH) {
1957 check_match(s, s->strstart, s->match_start, s->match_length);
1960 s->match_length - MIN_MATCH, bflush);
1962 s->lookahead -= s->match_length;
1968 if (s->match_length <= s->max_insert_length &&
1970 s->match_length
[all...]
H A Ddeflate.h159 uInt match_length; /* length of best match */ member
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c482 s->match_length = s->prev_length = MIN_MATCH-1;
1257 s->match_length = s->prev_length = MIN_MATCH-1;
1930 * At this point we have always match_length < MIN_MATCH
1937 s->match_length = longest_match (s, hash_head);
1940 if (s->match_length >= MIN_MATCH) {
1941 check_match(s, s->strstart, s->match_start, s->match_length);
1944 s->match_length - MIN_MATCH, bflush);
1946 s->lookahead -= s->match_length;
1952 if (s->match_length <= s->max_insert_length &&
1954 s->match_length
[all...]
H A Ddeflate.h159 uInt match_length; /* length of best match */ member
/third_party/zlib/
H A Ddeflate.c611 s->match_length = s->prev_length = MIN_MATCH-1; in deflateSetDictionary()
694 s->match_length = s->prev_length = MIN_MATCH-1; in lm_init()
1851 * At this point we have always match_length < MIN_MATCH in deflate_fast()
1858 s->match_length = longest_match (s, hash_head); in deflate_fast()
1861 if (s->match_length >= MIN_MATCH) { in deflate_fast()
1862 check_match(s, s->strstart, s->match_start, s->match_length); in deflate_fast()
1865 s->match_length - MIN_MATCH, bflush); in deflate_fast()
1867 s->lookahead -= s->match_length; in deflate_fast()
1873 if (s->match_length <= s->max_insert_length && in deflate_fast()
1875 s->match_length in deflate_fast()
[all...]
H A Ddeflate.h163 uInt match_length; /* length of best match */ member
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c1085 s->match_length = s->prev_length = MIN_MATCH-1;
1596 * At this point we have always match_length < MIN_MATCH
1603 s->match_length = longest_match (s, hash_head);
1606 if (s->match_length >= MIN_MATCH) {
1607 check_match(s, s->strstart, s->match_start, s->match_length);
1610 s->match_length - MIN_MATCH, bflush);
1612 s->lookahead -= s->match_length;
1618 if (s->match_length <= s->max_insert_length &&
1620 s->match_length--; /* string at strstart already in table */
1627 } while (--s->match_length !
[all...]
H A Ddeflate.h153 uInt match_length; /* length of best match */ member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-morx-table.hh460 match_length (0) {} in driver_context_t()
476 if (match_length && match_positions[(match_length - 1u) % ARRAY_LENGTH (match_positions)] == buffer->out_len) in transition()
477 match_length--; in transition()
479 match_positions[match_length++ % ARRAY_LENGTH (match_positions)] = buffer->out_len; in transition()
485 DEBUG_MSG (APPLY, nullptr, "Perform action with %u", match_length); in transition()
488 if (unlikely (!match_length)) in transition()
494 unsigned int cursor = match_length; in transition()
508 match_length = 0; in transition()
541 unsigned int lig_end = match_positions[(match_length in transition()
569 unsigned int match_length; global() member
[all...]
H A Dhb-ot-layout-gsubgpos.hh1063 unsigned int match_length, in ligate_input()
1071 buffer->merge_clusters (buffer->idx, buffer->idx + match_length); in ligate_input()
1348 unsigned int match_length) in apply_lookup()
1359 end = bl + match_length; in apply_lookup()
1550 unsigned int match_length = 0; in context_apply_lookup() local
1555 &match_length, match_positions) in context_apply_lookup()
1556 && (c->buffer->unsafe_to_break (c->buffer->idx, c->buffer->idx + match_length), in context_apply_lookup()
1560 match_length)); in context_apply_lookup()
2452 unsigned int start_index = 0, match_length = 0, end_index = 0;
2457 &match_length, match_position
1060 ligate_input(hb_ot_apply_context_t *c, unsigned int count, const unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], unsigned int match_length, hb_codepoint_t lig_glyph, unsigned int total_component_count) ligate_input() argument
1343 apply_lookup(hb_ot_apply_context_t *c, unsigned int count, unsigned int match_positions[HB_MAX_CONTEXT_LENGTH], unsigned int lookupCount, const LookupRecord lookupRecord[], unsigned int match_length) apply_lookup() argument
[all...]
H A Dhb-ot-layout-gsub-table.hh829 unsigned int match_length = 0; in apply() local
836 &match_length, in apply()
844 match_length, in apply()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c1849 lit_utf8_size_t match_length; in ecma_regexp_exec_helper() local
1855 match_length = (lit_utf8_size_t) (match_end_p - match_begin_p); in ecma_regexp_exec_helper()
1859 match_length = lit_utf8_string_length (match_begin_p, in ecma_regexp_exec_helper()
1865 ecma_make_uint32_value (index + match_length), in ecma_regexp_exec_helper()
2248 uint32_t match_length; in ecma_regexp_split_helper() local
2249 result = ecma_op_object_get_length (match_array_p, &match_length); in ecma_regexp_split_helper()
2257 match_length = (match_length > 0) ? match_length - 1 : match_length; in ecma_regexp_split_helper()
[all...]
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-interpreter.cc188 const int match_length = match_end - match_begin; in FindMatches() local
189 if (match_length != 0) { in FindMatches()
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1901 const int match_length = match->length(); in RUNTIME_FUNCTION() local
1982 next_source_position = position + match_length; in RUNTIME_FUNCTION()

Completed in 33 milliseconds