Home
last modified time | relevance | path

Searched refs:first_index (Results 1 – 25 of 28) sorted by relevance

12

/external/autotest/client/cros/chameleon/
Dchameleon_video_capturer.py118 first_index = 0
121 first_index = i
124 logging.debug("*** First interesting frame at index = %s", first_index)
125 self.checksums = self.checksums[first_index:]
/external/crosvm/fuzz/
Dblock_fuzzer.rs40 let first_index = read_u64(&mut data_image); localVariable
41 if first_index > MEM_SIZE / DESC_SIZE {
44 let first_offset = first_index * DESC_SIZE;
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatmul_op.cc68 int first_index = transpose_a_ ? 0 : 1; in Compile() local
72 a_shape.dim_size(first_index) == b_shape.dim_size(second_index), in Compile()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_where_op.py235 first_index = selected_coords[:, 0]
236 selected_rows = array_ops.gather(condition.value_rowids(), first_index)
238 selected_cols = first_index - selected_row_starts
/external/rust/crates/ring/src/ec/suite_b/ecdsa/
Dsigning.rs409 let first_index = fixed.iter().position(|b| *b != 0).unwrap(); in format_rs_asn1() localVariable
412 let first_index = if fixed[first_index] & 0x80 != 0 { in format_rs_asn1() localVariable
413 first_index - 1 in format_rs_asn1()
415 first_index in format_rs_asn1()
417 let value = &fixed[first_index..]; in format_rs_asn1()
/external/openscreen/cast/common/certificate/
Dcast_cert_validator_internal.cc462 uint32_t first_index = path.size() - 1; in FindCertificatePath() local
463 path[first_index].cert = path_head; in FindCertificatePath()
466 uint32_t path_index = first_index; in FindCertificatePath()
512 first_index)) { in FindCertificatePath()
524 if (path_index == first_index) { in FindCertificatePath()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionCuda.h129 const Index first_index = blockIdx.x * BlockSize * NumPerThread + threadIdx.x; in FullReductionKernel() local
131 if (first_index == 0) { in FullReductionKernel()
161 Index max_iter = numext::mini<Index>(num_coeffs - first_index, NumPerThread*BlockSize); in FullReductionKernel()
163 const Index index = first_index + i; in FullReductionKernel()
223 const Index first_index = blockIdx.x * BlockSize * NumPerThread + 2*threadIdx.x; in FullReductionKernelHalfFloat() local
226 if (gridDim.x == 1 && first_index == 0) { in FullReductionKernelHalfFloat()
237 …const Index max_iter = numext::mini<Index>((num_coeffs - first_index) / 2, NumPerThread*BlockSize … in FullReductionKernelHalfFloat()
239 const Index index = first_index + 2*i; in FullReductionKernelHalfFloat()
256 if (gridDim.x == 1 && first_index == 0) { in FullReductionKernelHalfFloat()
DTensorExecutor.h239 const Index first_index = blockIdx.x * blockDim.x + threadIdx.x;
243 EigenMetaKernelEval<Evaluator, Index, vectorizable>::run(eval, first_index, size, step_size);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_fuchsia.cpp175 uint32_t first_index = next_index_; in Setup() local
185 return first_index; in Setup()
/external/icing/icing/tokenization/reverse_jni/
Dreverse-jni-break-iterator.cc125 const int first_index = jni_cache_->GetEnv()->CallIntMethod( in First() local
131 return first_index; in First()
/external/skia/src/shaders/gradients/
DSk4fGradientBase.cpp193 const int first_index = reverse ? count - 1 : 0; in init() local
194 const int last_index = count - 1 - first_index; in init()
203 const Sk4f clamp_color = pack_color(xformedColors.fColors[first_index], in init()
/external/skqp/src/shaders/gradients/
DSk4fGradientBase.cpp193 const int first_index = reverse ? count - 1 : 0; in init() local
194 const int last_index = count - 1 - first_index; in init()
203 const Sk4f clamp_color = pack_color(xformedColors.fColors[first_index], in init()
/external/mesa3d/src/compiler/glsl/
Dlink_uniform_blocks.cpp242 unsigned first_index) in process_block_array() argument
256 binding_stride, ctx, prog, first_index); in process_block_array()
261 *block_index - first_index, ctx, prog); in process_block_array()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcollection_ops_util.cc251 int64_t first_index = -1; in GetFirstIfIndicesAreContiguous() local
255 first_index = last_index; in GetFirstIfIndicesAreContiguous()
261 return first_index; in GetFirstIfIndicesAreContiguous()
/external/mesa3d/src/intel/vulkan/
DgenX_query.c631 uint32_t first_index, uint32_t num_queries) in emit_zero_queries() argument
643 anv_query_address(pool, first_index + i); in emit_zero_queries()
658 anv_query_address(pool, first_index + i); in emit_zero_queries()
670 first_index + i, p, false), in emit_zero_queries()
673 … khr_perf_query_availability_address(pool, first_index + i, p), in emit_zero_queries()
684 anv_query_address(pool, first_index + i); in emit_zero_queries()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc564 const int64 first_index = in CreateLiteralForConstrainedUses() local
566 for (int64 operand = first_index; operand < use->operand_count(); in CreateLiteralForConstrainedUses()
571 ShapeUtil::GetDimension(indexed_shape, operand - first_index) - in CreateLiteralForConstrainedUses()
573 operand - first_index)); in CreateLiteralForConstrainedUses()
/external/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc332 int first_index = proto_file.find_first_of("/", start_index); in GeneratedMetadataFileName() local
364 while (first_index != string::npos) { in GeneratedMetadataFileName()
366 file_no_suffix.substr(start_index, first_index - start_index), true); in GeneratedMetadataFileName()
368 start_index = first_index + 1; in GeneratedMetadataFileName()
369 first_index = file_no_suffix.find_first_of("/", start_index); in GeneratedMetadataFileName()
381 file_no_suffix.substr(file_name_start, first_index - file_name_start), true); in GeneratedMetadataFileName()
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolFile.h185 int64_t first_index = 0; member
/external/sfntly/cpp/src/sfntly/table/core/
Dos2_table.cc502 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { in SetUsFirstCharIndex() argument
503 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index); in SetUsFirstCharIndex()
Dos2_table.h382 void SetUsFirstCharIndex(int32_t first_index);
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.cc1219 const int first_index = in ApplyNodeUpdates() local
1221 for (int i = first_index; i < node_view.NumRegularFanins(); ++i) { in ApplyNodeUpdates()
1224 node_view.regular_fanins_.resize(first_index); in ApplyNodeUpdates()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_private.h723 uint32_t first_index; member
Dlvp_cmd_buffer.c727 cmd->u.draw_indexed.first_index = firstIndex; in lvp_CmdDrawIndexed()
/external/libcups/scheduler/
Dipp.c6477 first_index = 1, /* First index */ in get_jobs() local
6670 first_index = attr->values[0].integer; in get_jobs()
6788 if (first_index > 1) in get_jobs()
6789 job = (cupsd_job_t *)cupsArrayIndex(list, first_index - 1); in get_jobs()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c3008 uint32_t first_index; member
5211 index_va += info->first_index * index_size; in radv_emit_draw_packets()
5478 info.first_index = firstIndex; in radv_CmdDrawIndexed()

12