Searched refs:tmp_offset (Results 1 – 3 of 3) sorted by relevance
| /third_party/mesa3d/src/broadcom/compiler/ |
| D | vir.c | 1327 uint32_t tmp_offset = nir_src_as_uint(tmp_intr->src[1]); in v3d_nir_sort_constant_ubo_load() local 1329 if (tmp_offset < offset || in v3d_nir_sort_constant_ubo_load() 1330 tmp_offset >= ref_offset) { in v3d_nir_sort_constant_ubo_load() 1336 if (tmp_offset > offset || in v3d_nir_sort_constant_ubo_load() 1337 tmp_offset <= ref_offset) { in v3d_nir_sort_constant_ubo_load()
|
| /third_party/pcre2/pcre2/src/ |
| D | pcre2_jit_compile.c | 11455 int tmp_base, tmp_offset; in compile_iterator_matchingpath() local 11483 tmp_offset = 0; in compile_iterator_matchingpath() 11488 tmp_offset = POSSESSIVE0; in compile_iterator_matchingpath() 11504 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath() 11507 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath() 11512 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath() 11515 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath() 11669 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, max + 1); in compile_iterator_matchingpath() 11676 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath() 11697 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()
|