Home
last modified time | relevance | path

Searched refs:tmp_offset (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c1327 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/
H A Dpcre2_jit_compile.c11455 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_IM in compile_iterator_matchingpath()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dexr.c603 int tmp_offset; in piz_uncompress() local
654 tmp_offset = 0; in piz_uncompress()
662 in = tmp + tmp_offset * td->xsize * td->ysize + i * td->xsize * pixel_half_size; in piz_uncompress()
663 tmp_offset += pixel_half_size; in piz_uncompress()

Completed in 19 milliseconds