/external/autotest/client/cros/chameleon/ |
D | chameleon_video_capturer.py | 118 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/ |
D | block_fuzzer.rs | 40 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/ |
D | matmul_op.cc | 68 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/ |
D | ragged_where_op.py | 235 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/ |
D | signing.rs | 409 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/ |
D | cast_cert_validator_internal.cc | 462 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/ |
D | TensorReductionCuda.h | 129 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()
|
D | TensorExecutor.h | 239 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/ |
D | sanitizer_coverage_fuchsia.cpp | 175 uint32_t first_index = next_index_; in Setup() local 185 return first_index; in Setup()
|
/external/icing/icing/tokenization/reverse_jni/ |
D | reverse-jni-break-iterator.cc | 125 const int first_index = jni_cache_->GetEnv()->CallIntMethod( in First() local 131 return first_index; in First()
|
/external/skia/src/shaders/gradients/ |
D | Sk4fGradientBase.cpp | 193 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/ |
D | Sk4fGradientBase.cpp | 193 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/ |
D | link_uniform_blocks.cpp | 242 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/ |
D | collection_ops_util.cc | 251 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/ |
D | genX_query.c | 631 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/ |
D | test_utils.cc | 564 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/ |
D | php_generator.cc | 332 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/ |
D | SymbolFile.h | 185 int64_t first_index = 0; member
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.cc | 502 void OS2Table::Builder::SetUsFirstCharIndex(int32_t first_index) { in SetUsFirstCharIndex() argument 503 InternalWriteData()->WriteUShort(Offset::kUsFirstCharIndex, first_index); in SetUsFirstCharIndex()
|
D | os2_table.h | 382 void SetUsFirstCharIndex(int32_t first_index);
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view.cc | 1219 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/ |
D | lvp_private.h | 723 uint32_t first_index; member
|
D | lvp_cmd_buffer.c | 727 cmd->u.draw_indexed.first_index = firstIndex; in lvp_CmdDrawIndexed()
|
/external/libcups/scheduler/ |
D | ipp.c | 6477 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/ |
D | radv_cmd_buffer.c | 3008 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()
|