Home
last modified time | relevance | path

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

12

/third_party/boost/boost/fusion/container/deque/detail/cpp03/preprocessed/
Ddeque_keyed_values10.hpp34 typedef mpl::int_<mpl::plus<N, mpl::int_<1> >::value> next_index; typedef
36 next_index,
44 next_index in construct()
54 next_index in forward_()
63 next_index in construct()
74 next_index in forward_()
84 next_index in construct()
95 next_index in forward_()
105 next_index in construct()
116 next_index in forward_()
[all …]
Ddeque_keyed_values20.hpp34 typedef mpl::int_<mpl::plus<N, mpl::int_<1> >::value> next_index; typedef
36 next_index,
44 next_index in construct()
54 next_index in forward_()
63 next_index in construct()
74 next_index in forward_()
84 next_index in construct()
95 next_index in forward_()
105 next_index in construct()
116 next_index in forward_()
[all …]
Ddeque_keyed_values30.hpp34 typedef mpl::int_<mpl::plus<N, mpl::int_<1> >::value> next_index; typedef
36 next_index,
44 next_index in construct()
54 next_index in forward_()
63 next_index in construct()
74 next_index in forward_()
84 next_index in construct()
95 next_index in forward_()
105 next_index in construct()
116 next_index in forward_()
[all …]
Ddeque_keyed_values40.hpp34 typedef mpl::int_<mpl::plus<N, mpl::int_<1> >::value> next_index; typedef
36 next_index,
44 next_index in construct()
54 next_index in forward_()
63 next_index in construct()
74 next_index in forward_()
84 next_index in construct()
95 next_index in forward_()
105 next_index in construct()
116 next_index in forward_()
[all …]
Ddeque_keyed_values50.hpp34 typedef mpl::int_<mpl::plus<N, mpl::int_<1> >::value> next_index; typedef
36 next_index,
44 next_index in construct()
54 next_index in forward_()
63 next_index in construct()
74 next_index in forward_()
84 next_index in construct()
95 next_index in forward_()
105 next_index in construct()
116 next_index in forward_()
[all …]
/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/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 …]
/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 …]
/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/boost/boost/fusion/container/deque/detail/
Ddeque_keyed_values.hpp27 typedef mpl::int_<(N::value + 1)> next_index; typedef
28 typedef typename deque_keyed_values_impl<next_index, Tail...>::type tail;
38 , deque_keyed_values_impl<next_index, Tail...>::construct(tail...) in construct()
48 , deque_keyed_values_impl<next_index, Tail_...>:: in forward_()
/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/boost/boost/fusion/container/deque/detail/cpp03/
Ddeque_keyed_values_call.hpp42 next_index in construct()
60 next_index
Ddeque_keyed_values.hpp86 typedef mpl::int_<mpl::plus<N, mpl::int_<1> >::value> next_index; typedef
89 next_index,
/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
/third_party/boost/boost/lockfree/detail/
Dfreelist.hpp418 tagged_index * next_index = reinterpret_cast<tagged_index*>(nodes + i); in initialize() local
419 next_index->set_index(null_handle()); in initialize()
562 tagged_index * next_index = reinterpret_cast<tagged_index*>(old_node); in allocate_impl() local
564 tagged_index new_pool(next_index->get_index(), old_pool.get_next_tag()); in allocate_impl()
580 tagged_index * next_index = reinterpret_cast<tagged_index*>(old_node); in allocate_impl_unsafe() local
582 tagged_index new_pool(next_index->get_index(), old_pool.get_next_tag()); in allocate_impl_unsafe()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dreshape_info.h60 void set_next_operator_index(int64_t next_index) { next_operator_index_ = next_index; } in set_next_operator_index() argument
/third_party/boost/boost/geometry/algorithms/detail/
Dget_left_turns.hpp253 std::size_t const next_index in block_turns() local
278 && directions[next_index].first in block_turns()
279 && !directions[next_index].second) in block_turns()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c594 unsigned next_index; member
703 unsigned *next_index, bool *initialised) in get_next_index() argument
708 if (state->current_type->next_index == UINT_MAX) { in get_next_index()
721 state->current_type->next_index = *next_index; in get_next_index()
722 *next_index += array_size; in get_next_index()
727 unsigned index = state->current_type->next_index; in get_next_index()
729 state->current_type->next_index += MAX2(1, uniform->array_elements); in get_next_index()
747 unsigned *next_index = state->current_var->data.bindless ? in update_uniforms_shader_info() local
750 int sampler_index = get_next_index(state, uniform, next_index, &init_idx); in update_uniforms_shader_info()
1064 entry->next_index = UINT_MAX; in build_type_tree_for_type()
/third_party/python/Include/internal/
Dpycore_runtime.h56 Py_ssize_t next_index; member
/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/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/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_ascend.cc336 auto next_index = AnfAlgo::GetNodeAttr<size_t>(kernel_node, kAttrPynativeNextIndex); in SetCastAndWeightFormat() local
343 if (iter->second.size() < next_index) { in SetCastAndWeightFormat()
344 …MS_LOG(EXCEPTION) << "Next input index " << next_index << "is out of range in the next op map max … in SetCastAndWeightFormat()
351 auto format = iter->second[next_index]; in SetCastAndWeightFormat()

12