/third_party/ffmpeg/libavformat/ |
D | img2dec.c | 114 int range, last_index, range1, first_index; in find_image_range() local 117 for (first_index = start_index; first_index < start_index + start_index_range; first_index++) { in find_image_range() 118 if (av_get_frame_filename(buf, sizeof(buf), path, first_index) < 0) { in find_image_range() 128 if (first_index == start_index + start_index_range) in find_image_range() 132 last_index = first_index; in find_image_range() 155 *pfirst_index = first_index; in find_image_range() 185 int first_index = 1, last_index = 1; in ff_img_read_header() local 270 first_index = 0; in ff_img_read_header() 276 if (find_image_range(s1->pb, &first_index, &last_index, s->path, in ff_img_read_header() 290 first_index = 0; in ff_img_read_header() [all …]
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_nir.h | 44 uint32_t first_index; member 92 uint32_t first_index; member 96 uint32_t first_index; member
|
D | dzn_cmd_buffer.c | 2573 uint32_t *first_index) in dzn_cmd_buffer_triangle_fan_rewrite_index() argument 2609 .first_index = *first_index, in dzn_cmd_buffer_triangle_fan_rewrite_index() 2639 *first_index = 0; in dzn_cmd_buffer_triangle_fan_rewrite_index() 3914 .first_index = firstIndex, in dzn_CmdDrawIndexed()
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-register-optimizer.cc | 493 int first_index = reg_list.first_register().index(); in RegisterListAllocateEvent() local 494 GrowRegisterMap(Register(first_index + reg_list.register_count() - 1)); in RegisterListAllocateEvent() 496 AllocateRegister(GetRegisterInfo(Register(first_index + i))); in RegisterListAllocateEvent() 502 int first_index = reg_list.first_register().index(); in RegisterListFreeEvent() local 504 GetRegisterInfo(Register(first_index + i))->set_allocated(false); in RegisterListFreeEvent()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_group_loads.c | 164 uint32_t first_index; member 174 src->ssa->parent_instr->index < state->first_index; in has_only_sources_less_than() 219 state.first_index = first->index; in group_loads()
|
/third_party/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()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 86 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand() argument 87 const size_t index = *first_index; in MemoryOperand() 93 *first_index += 1; in MemoryOperand() 96 *first_index += 2; in MemoryOperand() 99 *first_index += 2; in MemoryOperand() 102 *first_index += 3; in MemoryOperand() 110 size_t first_index = 0) { in MemoryOperand() argument 111 return MemoryOperand(mode, &first_index); in MemoryOperand() 348 size_t first_index = (fi); \ 349 mem = i.MemoryOperand(&mode, &first_index); \ [all …]
|
/third_party/mesa3d/src/compiler/glsl/ |
D | link_uniform_blocks.cpp | 244 unsigned first_index) in process_block_array() argument 258 binding_stride, consts, prog, first_index); in process_block_array() 263 *block_index - first_index, consts, prog); in process_block_array()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 661 uint32_t first_index, uint32_t num_queries) in emit_zero_queries() argument 673 anv_query_address(pool, first_index + i); in emit_zero_queries() 689 anv_query_address(pool, first_index + i); in emit_zero_queries() 699 mi_memset(b, khr_perf_query_data_address(pool, first_index + i, p, false), in emit_zero_queries() 702 … khr_perf_query_availability_address(pool, first_index + i, p), in emit_zero_queries() 713 anv_query_address(pool, first_index + i); in emit_zero_queries()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers.c | 679 … bool first_index, /**< whether search for first (t) or last (f) index */ in ecma_builtin_helper_string_find_index() argument 692 *ret_index_p = first_index ? start_pos : original_len; in ecma_builtin_helper_string_find_index() 749 if (first_index) in ecma_builtin_helper_string_find_index()
|
D | ecma-builtin-helpers.h | 60 …er_string_find_index (ecma_string_t *original_str_p, ecma_string_t *search_str_p, bool first_index,
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlrender.c | 121 guint first_index; member 1591 range->first_index = start_index; in gst_ttml_render_get_line_char_ranges() 1605 range->first_index, range->last_index); in gst_ttml_render_get_line_char_ranges() 1629 range->first_index, range->last_index); in gst_ttml_render_get_line_char_ranges() 1631 pango_layout_index_to_pos (render->layout, range->first_index, &rect); in gst_ttml_render_get_line_char_ranges() 1649 if (end_index > range->first_index) { in gst_ttml_render_get_line_char_ranges() 1651 new_range->first_index = end_index + 1; in gst_ttml_render_get_line_char_ranges() 1655 new_range->first_index, new_range->last_index); in gst_ttml_render_get_line_char_ranges() 1660 "end:%u", range->first_index, range->last_index); in gst_ttml_render_get_line_char_ranges() 1856 GST_CAT_LOG (ttmlrender_debug, "range start:%u end:%u", range->first_index, in gst_ttml_render_split_block() [all …]
|
/third_party/protobuf/src/google/protobuf/compiler/php/ |
D | php_generator.cc | 333 int first_index = proto_file.find_first_of("/", start_index); in GeneratedMetadataFileName() local 365 while (first_index != string::npos) { in GeneratedMetadataFileName() 367 file_no_suffix.substr(start_index, first_index - start_index), true); in GeneratedMetadataFileName() 369 start_index = first_index + 1; in GeneratedMetadataFileName() 370 first_index = file_no_suffix.find_first_of("/", start_index); in GeneratedMetadataFileName() 382 file_no_suffix.substr(file_name_start, first_index - file_name_start), true); in GeneratedMetadataFileName()
|
/third_party/skia/third_party/externals/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);
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 54 Operand InputOperand2(size_t first_index) { in InputOperand2() argument 55 const size_t index = first_index; in InputOperand2() 86 MemOperand InputOffset(size_t* first_index) { in InputOffset() argument 87 const size_t index = *first_index; in InputOffset() 101 *first_index += 3; in InputOffset() 105 *first_index += 2; in InputOffset() 108 *first_index += 2; in InputOffset() 111 *first_index += 1; in InputOffset() 117 MemOperand InputOffset(size_t first_index = 0) { in InputOffset() argument 118 return InputOffset(&first_index); in InputOffset() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | code-generator-loong64.cc | 108 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() argument 109 const size_t index = *first_index; in MemoryOperand() 114 *first_index += 1; in MemoryOperand() 117 *first_index += 2; in MemoryOperand() 120 *first_index += 2; in MemoryOperand()
|
/third_party/node/deps/v8/src/compiler/ |
D | graph-visualizer.cc | 608 int first_index = instruction_block->first_instruction_index(); in PrintSchedule() local 612 LifetimePosition::GapFromInstructionIndex(first_index).value()); in PrintSchedule()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_private.h | 595 unsigned first_index; member
|
D | panvk_vX_cmd_buffer.c | 885 .first_index = firstIndex, in panvk_per_arch()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | function.cc | 4236 uint32_t first_index = 1; in MakeAccessChain() local 4255 def_use_mgr_->GetDef(inst.GetSingleWordInOperand(first_index)); in MakeAccessChain() 4296 first_index = first_index + 1; in MakeAccessChain() 4332 for (uint32_t index = first_index; index < num_in_operands; ++index) { in MakeAccessChain() 4342 << " is invalid after following " << (index - first_index) in MakeAccessChain()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 91 MemOperand MemoryOperand(AddressingMode* mode, size_t* first_index) { in MemoryOperand() argument 92 const size_t index = *first_index; in MemoryOperand() 99 *first_index += 2; in MemoryOperand() 102 *first_index += 2; in MemoryOperand() 109 size_t first_index = 0) { in MemoryOperand() argument 110 return MemoryOperand(mode, &first_index); in MemoryOperand()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device_generated_commands.c | 877 nir_ssa_def *first_index = nir_channel(&b, draw_data0, 2); in build_dgc_prepare_shader() local 885 dgc_emit_draw_indexed(&b, &cmd_buf, first_index, index_count, in build_dgc_prepare_shader()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 108 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() argument 109 const size_t index = *first_index; in MemoryOperand() 114 *first_index += 2; in MemoryOperand()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 110 MemOperand MemoryOperand(size_t* first_index) { in MemoryOperand() argument 111 const size_t index = *first_index; in MemoryOperand() 116 *first_index += 2; in MemoryOperand()
|