/third_party/boost/boost/fusion/container/deque/detail/cpp03/preprocessed/ |
D | deque_keyed_values10.hpp | 34 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 …]
|
D | deque_keyed_values20.hpp | 34 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 …]
|
D | deque_keyed_values30.hpp | 34 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 …]
|
D | deque_keyed_values40.hpp | 34 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 …]
|
D | deque_keyed_values50.hpp | 34 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/ |
D | enumobject.c | 106 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/ |
D | cluster_inc.h | 215 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/ |
D | cluster_inc.h | 215 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/ |
D | ecma-builtin-string.c | 200 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/ |
D | deque_keyed_values.hpp | 27 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/ |
D | jdsample-altivec.c | 48 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/ |
D | jdsample-altivec.c | 48 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/ |
D | qttextparse.c | 184 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/ |
D | deque_keyed_values_call.hpp | 42 next_index in construct() 60 next_index
|
D | deque_keyed_values.hpp | 86 typedef mpl::int_<mpl::plus<N, mpl::int_<1> >::value> next_index; typedef 89 next_index,
|
/third_party/ffmpeg/libavcodec/ |
D | elsdec.c | 390 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()
|
D | elsdec.h | 45 uint16_t next_index; member
|
/third_party/boost/boost/lockfree/detail/ |
D | freelist.hpp | 418 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/ |
D | reshape_info.h | 60 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/ |
D | get_left_turns.hpp | 253 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/ |
D | gl_nir_link_uniforms.c | 594 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/ |
D | pycore_runtime.h | 56 Py_ssize_t next_index; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var-gvar-table.hh | 532 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/ |
D | hb-ot-var-gvar-table.hh | 528 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/ |
D | kernel_select_ascend.cc | 336 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()
|