Home
last modified time | relevance | path

Searched defs:new_index (Results 1 – 25 of 44) sorted by relevance

12

/external/harfbuzz_ng/src/
Dhb-ot-post-table-v2subset.hh54 unsigned new_index = _.second; in serialize() local
87 unsigned new_index; in subset() local
119 unsigned new_index = old_gid_new_index_map.get (old_gid); in subset() local
/external/zucchini/
Dequivalence_map_unittest.cc68 ImageIndex new_index = MakeImageIndexForTesting( in TEST() local
137 const EquivalenceCandidate& equivalence, double base_similarity) { in TEST()
199 const EquivalenceCandidate& equivalence, double base_similarity) { in TEST()
544 double minimum_similarity) { in TEST()
/external/ComputeLibrary/src/core/NEON/kernels/
DNEGatherKernel.cpp103 auto new_index = *(reinterpret_cast<U *>(_indices->ptr_to_element(Coordinates(id[0])))); in gather_0_axis() local
127 auto new_index = *(reinterpret_cast<U *>(_indices->ptr_to_element(Coordinates(id[_axis])))); in gather_n_axis() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_rename_regs.c71 int new_index; in rc_rename_regs() local
Dradeon_variable.c45 unsigned int new_index, in rc_variable_change_dst()
Dradeon_pair_schedule.c764 unsigned int new_index) in rgb_to_alpha_remap()
889 int new_index = -1; in convert_rgb_to_alpha() local
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc183 HpackEncoderIndex new_index) { in ReplaceOlderIndex()
195 uint32_t value_hash, HpackEncoderIndex new_index) { in UpdateAddOrEvict()
406 uint32_t new_index = c->tail_remote_index + c->table_elems + 1; in prepare_space_for_new_elem() local
435 grpc_slice_refcount* key_ref, uint32_t new_index, in AddKeyWithIndex()
443 uint32_t new_index, uint32_t elem_hash, in AddElemWithIndex()
453 uint32_t new_index = prepare_space_for_new_elem(c, elem_size); in add_elem() local
461 uint32_t new_index = prepare_space_for_new_elem(c, elem_size); in add_key() local
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc190 uint32_t new_index = c->tail_remote_index + c->table_elems + 1; in prepare_space_for_new_elem() local
222 grpc_mdelem elem, uint32_t new_index) { in add_key_with_index()
262 grpc_mdelem elem, uint32_t new_index) { in add_elem_with_index()
306 uint32_t new_index = prepare_space_for_new_elem(c, elem_size); in add_elem() local
312 uint32_t new_index = prepare_space_for_new_elem(c, elem_size); in add_key() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_simplifier.cc236 for (int new_index = 0; new_index < new_tuple_shapes_size; ++new_index) { in RemoveUnusedTupleElements() local
248 for (int new_index = 0; new_index < new_tuple_shapes_size; ++new_index) { in RemoveUnusedTupleElements() local
306 const int new_index = old_to_new_mapping[old_index]; in RemoveUnusedTupleElements() local
Dsort_simplifier.cc114 int64_t new_index = 0; in RemoveUnusedOperandFromSort() local
/external/webrtc/modules/video_coding/utility/
Ddecoded_frames_history.cc46 int new_index = PictureIdToIndex(frameid.picture_id); in InsertDecoded() local
/external/tensorflow/tensorflow/python/framework/
Dpython_memory_checker.py140 def _snapshot_diff(self, old_index, new_index): argument
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_export.cpp189 auto new_index = map[m_address->sel()]; in remap_registers_child() local
326 auto new_index = map[m_index->sel()]; in remap_registers_child() local
Dsfn_instruction_base.cpp86 auto new_index = m_map[reg->sel()]; in remap_one_registers() local
Dsfn_instruction_alu.cpp131 auto new_index = map[reg->sel()]; in remap_one_registers() local
Dsfn_shader_base.cpp176 auto new_index = map[sh_info.input[i].gpr]; in remap_shader_info() local
184 auto new_index = map[sh_info.output[i].gpr]; in remap_shader_info() local
226 int new_index = 0; in remap_registers() local
/external/tensorflow/tensorflow/core/kernels/
Dops_util_test.cc66 int new_index; // New starting index. member
127 int new_index, new_size; in VerifyBoundaries() local
135 int new_index, new_size; in VerifyBcastValues() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Drearrange_function_argument.cc167 int new_index = index_mapping.at(i); in RearrangeArgNodes() local
354 int new_index = index_mapping.at(i); in MaybeRewriteWhileNode() local
/external/brotli/c/enc/
Dblock_splitter_inc.h215 uint32_t* new_index; in FN() local
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.h193 int new_index; member
/external/curl/src/
Dtool_getparam.c451 size_t new_index = 0; in replace_url_encoded_space_by_plus() local
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc485 const int new_index = in MoveHeadOutsideCompilationToHost() local
1951 int new_index = index_mapping.at(i); in RemoveArgsToLiftFromFunctionBody() local
2094 int new_index = 0; in ArgIndexMapping() local
2112 int new_index = index_mapping.at(i); in CleanUpRetvalsForWhileBody() local
2208 int new_index = 0; in LiftOutsideCompilationOnlyArgsFromIfNode() local
/external/libwebsockets/lib/roles/h2/
Dhpack.c490 int new_index; in lws_dynamic_token_insert() local
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc466 auto new_index = gtl::FindWithDefault(index_map, orig_index, -1); in SampleSnapshots() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ssa_builder.cpp397 unsigned ssa_rename::new_index(def_map& m, value* v) { in new_index() function in r600_sb::ssa_rename

12