Home
last modified time | relevance | path

Searched refs:tmp_base (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp457 int tmp_base = base; in AssignPowerUInt16() local
458 while (tmp_base != 0) { in AssignPowerUInt16()
459 tmp_base >>= 1; in AssignPowerUInt16()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c11224 int tmp_base, tmp_offset; in compile_iterator_matchingpath() local
11251 tmp_base = TMP3; in compile_iterator_matchingpath()
11256 tmp_base = SLJIT_MEM1(SLJIT_SP); in compile_iterator_matchingpath()
11273 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath()
11276 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
11281 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath()
11284 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
11438 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, max + 1); in compile_iterator_matchingpath()
11445 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
11466 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
[all …]