Home
last modified time | relevance | path

Searched refs:next_index (Results 1 – 25 of 33) sorted by relevance

12

/third_party/python/Objects/
Denumobject.c106 PyObject *next_index; in enum_next_long() local
118 next_index = en->en_longindex; in enum_next_long()
119 assert(next_index != NULL); in enum_next_long()
120 stepped_up = PyNumber_Add(next_index, _PyLong_GetOne()); in enum_next_long()
131 PyTuple_SET_ITEM(result, 0, next_index); in enum_next_long()
144 Py_DECREF(next_index); in enum_next_long()
148 PyTuple_SET_ITEM(result, 0, next_index); in enum_next_long()
156 PyObject *next_index; in enum_next() local
170 next_index = PyLong_FromSsize_t(en->en_index); in enum_next()
171 if (next_index == NULL) { in enum_next()
[all …]
/third_party/skia/third_party/externals/brotli/c/enc/
Dcluster_inc.h215 uint32_t next_index;
222 next_index = 0;
225 new_index[symbols[i]] = next_index;
226 ++next_index;
231 tmp = BROTLI_ALLOC(m, HistogramType, next_index);
233 next_index = 0;
235 if (new_index[symbols[i]] == next_index) {
236 tmp[next_index] = out[symbols[i]];
237 ++next_index;
242 for (i = 0; i < next_index; ++i) {
[all …]
Dblock_splitter_inc.h306 uint32_t next_index = 0; in FN() local
329 new_index[best_out] = next_index++; in FN()
/third_party/node/deps/brotli/c/enc/
Dcluster_inc.h215 uint32_t next_index;
222 next_index = 0;
225 new_index[symbols[i]] = next_index;
226 ++next_index;
231 tmp = BROTLI_ALLOC(m, HistogramType, next_index);
233 next_index = 0;
235 if (new_index[symbols[i]] == next_index) {
236 tmp[next_index] = out[symbols[i]];
237 ++next_index;
242 for (i = 0; i < next_index; ++i) {
[all …]
Dblock_splitter_inc.h306 uint32_t next_index = 0; in FN() local
329 new_index[best_out] = next_index++; in FN()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string.c200 uint32_t next_index = 0; in ecma_builtin_string_object_raw() local
206 ecma_value_t next_seg = ecma_op_object_get_by_uint32_index (raw_obj_p, next_index); in ecma_builtin_string_object_raw()
229 if (next_index + 1 == literal_segments) in ecma_builtin_string_object_raw()
236 if (next_index >= number_of_substitutions) in ecma_builtin_string_object_raw()
238 next_index++; in ecma_builtin_string_object_raw()
243 ecma_string_t *next_sub_p = ecma_op_to_string (substitutions[next_index]); in ecma_builtin_string_object_raw()
256 next_index++; in ecma_builtin_string_object_raw()
/third_party/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c48 next_index = in jsimd_h2v1_fancy_upsample_altivec() local
84 p_next0 = vec_perm(this0, next0, next_index); in jsimd_h2v1_fancy_upsample_altivec()
154 next_index = in jsimd_h2v2_fancy_upsample_altivec() local
220 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
223 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
238 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
239 p_nextcolsum_1h = vec_perm(thiscolsum_1h, nextcolsum_1l, next_index); in jsimd_h2v2_fancy_upsample_altivec()
246 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
247 p_nextcolsum1h = vec_perm(thiscolsum1h, nextcolsum1l, next_index); in jsimd_h2v2_fancy_upsample_altivec()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c48 next_index = in jsimd_h2v1_fancy_upsample_altivec() local
84 p_next0 = vec_perm(this0, next0, next_index); in jsimd_h2v1_fancy_upsample_altivec()
154 next_index = in jsimd_h2v2_fancy_upsample_altivec() local
220 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
223 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
238 p_nextcolsum_1l = vec_perm(thiscolsum_1l, thiscolsum_1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
239 p_nextcolsum_1h = vec_perm(thiscolsum_1h, nextcolsum_1l, next_index); in jsimd_h2v2_fancy_upsample_altivec()
246 p_nextcolsum1l = vec_perm(thiscolsum1l, thiscolsum1h, next_index); in jsimd_h2v2_fancy_upsample_altivec()
247 p_nextcolsum1h = vec_perm(thiscolsum1h, nextcolsum1l, next_index); in jsimd_h2v2_fancy_upsample_altivec()
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dqttextparse.c184 gint next_index; in qttext_parse_tag() local
196 next_index = 1 + (next - line); in qttext_parse_tag()
198 g_assert (line[next_index - 1] == '}'); in qttext_parse_tag()
209 str = read_str (line + *index + 4, line + next_index - 1); in qttext_parse_tag()
279 if (string_match (line + *index + 10, "relative", line + next_index)) { in qttext_parse_tag()
292 *index = next_index; in qttext_parse_tag()
/third_party/ffmpeg/libavcodec/
Delsdec.c390 if (!rung_node->next_index) { in ff_els_decode_unsigned()
406 rung_node->next_index = ur->avail_index; in ff_els_decode_unsigned()
409 rung_node = &ur->rem_rung_list[rung_node->next_index + bit]; in ff_els_decode_unsigned()
Delsdec.h45 uint16_t next_index; member
Dqdm2.c1125 unsigned int next_index = 0; in qdm2_decode_super_block() local
1185 skip_bits(&gb, next_index * 8); in qdm2_decode_super_block()
1187 if (next_index >= header.size) in qdm2_decode_super_block()
1194 next_index = packet->size + get_bits_count(&gb) / 8; in qdm2_decode_super_block()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c621 unsigned next_index; member
730 unsigned *next_index, bool *initialised) in get_next_index() argument
735 if (state->current_type->next_index == UINT_MAX) { in get_next_index()
748 state->current_type->next_index = *next_index; in get_next_index()
749 *next_index += array_size; in get_next_index()
754 unsigned index = state->current_type->next_index; in get_next_index()
756 state->current_type->next_index += MAX2(1, uniform->array_elements); in get_next_index()
781 unsigned *next_index = is_bindless ? in update_uniforms_shader_info() local
784 int sampler_index = get_next_index(state, uniform, next_index, &init_idx); in update_uniforms_shader_info()
1098 entry->next_index = UINT_MAX; in build_type_tree_for_type()
/third_party/harfbuzz/src/
Dhb-ot-var-gvar-table.hh528 static unsigned int next_index (unsigned int i, unsigned int start, unsigned int end) in next_index() function
626 j = next_index (i, start_point, end_point); in apply_deltas_to_points()
633 j = next_index (i, start_point, end_point); in apply_deltas_to_points()
641 i = next_index (i, start_point, end_point); in apply_deltas_to_points()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-gvar-table.hh532 static unsigned int next_index (unsigned int i, unsigned int start, unsigned int end) in next_index() function
630 j = next_index (i, start_point, end_point); in apply_deltas_to_points()
637 j = next_index (i, start_point, end_point); in apply_deltas_to_points()
645 i = next_index (i, start_point, end_point); in apply_deltas_to_points()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c2753 uint32_t next_index = index + 1; in ecma_op_advance_string_index() local
2757 return next_index; in ecma_op_advance_string_index()
2762 if (next_index >= str_len) in ecma_op_advance_string_index()
2764 return next_index; in ecma_op_advance_string_index()
2771 return next_index; in ecma_op_advance_string_index()
2774 ecma_char_t second = ecma_string_get_char_at_pos (str_p, next_index); in ecma_op_advance_string_index()
2778 return next_index; in ecma_op_advance_string_index()
2781 return next_index + 1; in ecma_op_advance_string_index()
/third_party/python/Include/internal/
Dpycore_runtime.h56 Py_ssize_t next_index; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_gs_variant.cpp386 … nir_ssa_def *next_index = nir_imod(b, nir_iadd_imm(b, emit_ctx.loop_index, 1), nir_imm_int(b, 3)); in d3d12_emit_lines() local
401 nir_ssa_def *index = next_index; in d3d12_emit_lines()
403 index = nir_bcsel(b, emit_ctx.edgeflag_cmp, next_index, emit_ctx.loop_index); in d3d12_emit_lines()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.c448 unsigned next_index = in svga_init_shader_key_common() local
451 key->tex[i].sampler_index = next_index; in svga_init_shader_key_common()
452 key->num_samplers = next_index + 1; in svga_init_shader_key_common()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c526 unsigned next_index = 0; in opt_find_array_copies_block() local
536 instr->index = next_index++; in opt_find_array_copies_block()
/third_party/libabigail/src/
Dabg-dwarf-reader.cc7618 size_t& next_index, in op_pushes_constant_value() argument
7749 next_index = index + 1; in op_pushes_constant_value()
7782 size_t& next_index, in op_pushes_non_constant_value() argument
7822 next_index = index + 1; in op_pushes_non_constant_value()
7857 next_index = index + 1; in op_pushes_non_constant_value()
7861 next_index = index + 2; in op_pushes_non_constant_value()
7865 next_index = index + 1; in op_pushes_non_constant_value()
7869 next_index = index + 1; in op_pushes_non_constant_value()
7908 size_t& next_index, in op_manipulates_stack() argument
8001 next_index = index + 1; in op_manipulates_stack()
[all …]
Dabg-tools-utils.cc1667 string::size_type next_index = i + 1; in get_rpm_name() local
1668 if ((next_index < str_len) && c == '-' && isdigit(str[next_index])) in get_rpm_name()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c3350 uint32_t next_index = ecma_op_advance_string_index (str_p, index, full_unicode); in ecma_regexp_match_helper() local
3354 ecma_make_uint32_value (next_index), in ecma_regexp_match_helper()
3357 ecma_number_t next_index = ecma_get_number_from_value (this_index); in ecma_regexp_match_helper() local
3361 ecma_make_number_value (next_index + 1), in ecma_regexp_match_helper()
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py571 next_index = i + 1
572 if next_index < end and parts[next_index].name == '::':
/third_party/spirv-tools/source/val/
Dvalidate_cfg.cpp828 const auto next_index = in StructuredControlFlowChecks() local
830 const auto& next_inst = _.ordered_instructions()[next_index]; in StructuredControlFlowChecks()

12