/third_party/astc-encoder/Source/ |
H A D | astcenc_partition_tables.cpp | 390 unsigned int next_index = 0; 417 bool keep_useful = generate_one_partition_info_entry(bsd, partition_count, i, next_index, ptab[next_index]); 423 generate_canonical_partitioning(bsd.texel_count, ptab[next_index].partition_of_texel, canonical_patterns + next_index * BIT_PATTERN_WORDS); 425 for (unsigned int j = 0; j < next_index; j++) 427 bool match = compare_canonical_partitionings(canonical_patterns + next_index * BIT_PATTERN_WORDS, canonical_patterns + j * BIT_PATTERN_WORDS); 439 bsd.partitioning_packed_index[partition_count - 2][i] = static_cast<uint16_t>(next_index); 443 next_index++; 450 bsd.partitioning_packed_index[partition_count - 2][i] = static_cast<uint16_t>(next_index); [all...] |
/third_party/node/deps/v8/src/utils/ |
H A D | identity-map.cc | 109 int next_index = index; in DeleteIndex() local 111 next_index = (next_index + 1) & mask_; in DeleteIndex() 112 Address key = keys_[next_index]; in DeleteIndex() 116 if (index < next_index) { in DeleteIndex() 117 if (index < expected_index && expected_index <= next_index) continue; in DeleteIndex() 119 DCHECK_GT(index, next_index); in DeleteIndex() 120 if (index < expected_index || expected_index <= next_index) continue; in DeleteIndex() 125 std::swap(keys_[index], keys_[next_index]); in DeleteIndex() 126 std::swap(values_[index], values_[next_index]); in DeleteIndex() [all...] |
/third_party/python/Objects/ |
H A D | enumobject.c | 174 PyObject *next_index; in enum_next_long() local 186 next_index = en->en_longindex; in enum_next_long() 187 assert(next_index != NULL); in enum_next_long() 188 stepped_up = PyNumber_Add(next_index, en->one); in enum_next_long() 199 PyTuple_SET_ITEM(result, 0, next_index); in enum_next_long() 212 Py_DECREF(next_index); in enum_next_long() 216 PyTuple_SET_ITEM(result, 0, next_index); in enum_next_long() 224 PyObject *next_index; in enum_next() local 238 next_index = PyLong_FromSsize_t(en->en_index); in enum_next() 239 if (next_index in enum_next() [all...] |
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A 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/node/deps/brotli/c/enc/ |
H A 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; [all...] |
H A D | block_splitter_inc.h | 306 uint32_t next_index = 0; 329 new_index[best_out] = next_index++;
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A 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; [all...] |
H A D | block_splitter_inc.h | 306 uint32_t next_index = 0; 329 new_index[best_out] = next_index++;
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator-inl.h | 28 int next_index = index + children_count_; in set_children_index() local 30 return next_index; in set_children_index()
|
/third_party/ffmpeg/libavcodec/ |
H A D | elsdec.c | 392 if (!rung_node->next_index) { in ff_els_decode_unsigned() 408 rung_node->next_index = ur->avail_index; in ff_els_decode_unsigned() 411 rung_node = &ur->rem_rung_list[rung_node->next_index + bit]; in ff_els_decode_unsigned()
|
H A D | elsdec.h | 45 uint16_t next_index; member
|
H A D | qdm2.c | 1126 unsigned int next_index = 0; in qdm2_decode_super_block() local 1186 skip_bits(&gb, next_index * 8); in qdm2_decode_super_block() 1188 if (next_index >= header.size) in qdm2_decode_super_block() 1195 next_index = packet->size + get_bits_count(&gb) / 8; in qdm2_decode_super_block()
|
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | shim_common.cpp | 134 uint32_t next_index = static_cast<uint32_t>(dxgi_adapters.size()); local 135 dxgi_adapters.emplace(next_index, DXGIAdapter{gpu_preference, desc1, next_index});
|
/third_party/python/Include/internal/ |
H A D | pycore_unicodeobject.h | 30 // next_index value must be preserved when Py_Initialize()/Py_Finalize() 32 Py_ssize_t next_index; member
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_uniforms.c | 621 unsigned next_index; member 730 unsigned *next_index, bool *initialised) in get_next_index() 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, in update_uniforms_shader_info() 728 get_next_index(struct nir_link_uniforms_state *state, const struct gl_uniform_storage *uniform, unsigned *next_index, bool *initialised) get_next_index() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A 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/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-helpers-string.c | 2880 uint32_t next_index = index + 1; in ecma_op_advance_string_index() local 2884 return next_index; in ecma_op_advance_string_index() 2889 if (next_index >= str_len) in ecma_op_advance_string_index() 2891 return next_index; in ecma_op_advance_string_index() 2898 return next_index; in ecma_op_advance_string_index() 2901 ecma_char_t second = ecma_string_get_char_at_pos (str_p, next_index); in ecma_op_advance_string_index() 2905 return next_index; in ecma_op_advance_string_index() 2908 return next_index + 1; in ecma_op_advance_string_index()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-regexp.cc | 164 int next_index = i + 1; 165 if (next_index == length) { // No next character! 168 Char c2 = characters[next_index]; 174 ReplacementPart::ReplacementSubString(last, next_index)); 175 last = next_index + 1; // Continue after the second "$". 178 last = next_index; 180 i = next_index; 188 i = next_index; 197 i = next_index; 206 i = next_index; [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_find_array_copies.c | 526 unsigned next_index = 0; in opt_find_array_copies_block() local 536 instr->index = next_index++; in opt_find_array_copies_block()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_shader.c | 448 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/gallium/drivers/d3d12/ |
H A D | d3d12_gs_variant.cpp | 386 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/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 7606 /// @param next_index the index of the operation to interpret at the 7618 size_t& next_index, in op_pushes_constant_value() 7749 next_index = index + 1; in op_pushes_constant_value() 7770 /// @param next_index the index of the operation to interpret at the 7782 size_t& next_index, 7822 next_index = index + 1; 7857 next_index = index + 1; 7861 next_index = index + 2; 7865 next_index = index + 1; 7869 next_index 7615 op_pushes_constant_value(Dwarf_Op* ops, size_t ops_len, size_t index, size_t& next_index, dwarf_expr_eval_context& ctxt) op_pushes_constant_value() argument 8001 next_index = index + 1; global() member 8029 op_is_arith_logic(Dwarf_Op* expr, size_t expr_len, size_t index, size_t& next_index, dwarf_expr_eval_context& ctxt) op_is_arith_logic() argument 8135 next_index = index + 1; op_is_arith_logic() member 8162 op_is_control_flow(Dwarf_Op* expr, size_t expr_len, size_t index, size_t& next_index, dwarf_expr_eval_context& ctxt) op_is_control_flow() argument [all...] |
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-debug.cc | 1292 CHECK_GE(next_index().Number(), 0); in JSArrayIteratorVerify() 1293 CHECK_LE(next_index().Number(), kMaxSafeInteger); in JSArrayIteratorVerify() 1297 CHECK(next_index().IsSmi()); in JSArrayIteratorVerify() 1298 CHECK_LE(next_index().Number(), Smi::kMaxValue); in JSArrayIteratorVerify() 1301 CHECK_LE(next_index().Number(), kMaxUInt32); in JSArrayIteratorVerify()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-regexp-object.c | 3350 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/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 833 const auto next_index = in StructuredControlFlowChecks() local 835 const auto& next_inst = _.ordered_instructions()[next_index]; in StructuredControlFlowChecks()
|