Searched refs:tmp_offset (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/glib/ |
D | giounix.c | 272 off_t tmp_offset; in g_io_unix_seek() local 291 tmp_offset = offset; in g_io_unix_seek() 292 if (tmp_offset != offset) in g_io_unix_seek() 300 result = lseek (unix_channel->fd, tmp_offset, whence); in g_io_unix_seek()
|
D | giowin32.c | 1292 off_t tmp_offset; in g_io_win32_fd_seek() local 1312 tmp_offset = offset; in g_io_win32_fd_seek() 1313 if (tmp_offset != offset) in g_io_win32_fd_seek() 1321 result = lseek (win32_channel->fd, tmp_offset, whence); in g_io_win32_fd_seek()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/soft_dvpp/utils/ |
D | soft_vpc.h | 208 …void StartHorizonScalerEx(uint32_t width_index, uint32_t tmp_offset, uint8_t *(&in_data)[yuvCoeffi…
|
D | soft_vpc.cc | 563 void SoftVpc::StartHorizonScalerEx(uint32_t width_index, uint32_t tmp_offset, uint8_t *(&in_data)[y… in StartHorizonScalerEx() argument 586 int32_t v1 = static_cast<int32_t>(in_data[width_index][tmp_offset + index]); in StartHorizonScalerEx() 607 …auto tmp_offset = i * in_w_stride[m]; // Offset of each row of data relative to the start positio… in HorizonScalerEx() local 610 tmp_offset = i / yuvCoeffiNum2 * in_w_stride[m]; in HorizonScalerEx() 612 StartHorizonScalerEx(m, tmp_offset, in_data, out_data); in HorizonScalerEx()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir.c | 1251 uint32_t tmp_offset = nir_src_as_uint(tmp_intr->src[1]); in v3d_nir_sort_constant_ubo_load() local 1253 if (tmp_offset < offset || in v3d_nir_sort_constant_ubo_load() 1254 tmp_offset >= ref_offset) { in v3d_nir_sort_constant_ubo_load() 1260 if (tmp_offset > offset || in v3d_nir_sort_constant_ubo_load() 1261 tmp_offset <= ref_offset) { in v3d_nir_sort_constant_ubo_load()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 11293 int tmp_base, tmp_offset; in compile_iterator_matchingpath() local 11321 tmp_offset = 0; in compile_iterator_matchingpath() 11326 tmp_offset = POSSESSIVE0; in compile_iterator_matchingpath() 11342 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath() 11345 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath() 11350 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath() 11353 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath() 11507 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, max + 1); in compile_iterator_matchingpath() 11514 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath() 11535 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | exr.c | 602 int tmp_offset; in piz_uncompress() local 653 tmp_offset = 0; in piz_uncompress() 661 in = tmp + tmp_offset * td->xsize * td->ysize + i * td->xsize * pixel_half_size; in piz_uncompress() 662 tmp_offset += pixel_half_size; in piz_uncompress()
|