Home
last modified time | relevance | path

Searched refs:iline (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/genesys/
H A Dimage.cpp212 for (int iline = 0; iline < lines; ++iline) { in write_tiff_file()
213 const auto* line_data = data_ptr + bytes_per_line * iline; in write_tiff_file()
214 TIFFWriteScanline(image, const_cast<std::uint8_t*>(line_data), iline, 0); in write_tiff_file()
/third_party/vixl/src/aarch64/
H A Dcpu-aarch64.cc500 uintptr_t iline = start & ~(isize - 1); in EnsureIAndDCacheCoherency() local
553 " ic ivau, %[iline]\n" in EnsureIAndDCacheCoherency()
555 : [iline] "r"(iline) in EnsureIAndDCacheCoherency()
557 iline += isize; in EnsureIAndDCacheCoherency()
558 } while (iline < end); in EnsureIAndDCacheCoherency()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dcpu-arm64.cc102 "ic ivau, %[iline] \n\t" in FlushICache()
103 "add %[iline], %[iline], %[isize] \n\t" in FlushICache()
104 "cmp %[iline], %[end] \n\t" in FlushICache()
113 : [dline] "+r"(dstart), [iline] "+r"(istart) in FlushICache()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp313 std::istringstream iline(line); in allocate_registers_from_string()
315 while (!iline.eof()) { in allocate_registers_from_string()
317 iline >> reg_str; in allocate_registers_from_string()
343 std::istringstream iline(line); in allocate_arrays_from_string()
345 while (!iline.eof()) { in allocate_arrays_from_string()
347 iline >> reg_str; in allocate_arrays_from_string()
/third_party/ffmpeg/libavcodec/
H A Dvc1dec.c208 int iline = s->current_picture.f->linesize[plane]; in vc1_draw_sprites() local
215 iline = s->last_picture.f->linesize[plane]; in vc1_draw_sprites()
217 next_line = FFMIN(yline + 1, (v->sprite_height >> !!plane) - 1) * iline; in vc1_draw_sprites()
219 src_h[sprite][0] = iplane + (xoff[sprite] >> 16) + yline * iline; in vc1_draw_sprites()
228 v->vc1dsp.sprite_h(v->sr_rows[sprite][0], iplane + yline * iline, xoff[sprite], xadv[sprite], width); in vc1_draw_sprites()

Completed in 6 milliseconds