Home
last modified time | relevance | path

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

/external/v8/src/
Dbignum.cc409 int tmp_base = base; in AssignPowerUInt16() local
410 while (tmp_base != 0) { in AssignPowerUInt16()
411 tmp_base >>= 1; in AssignPowerUInt16()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp443 int tmp_base = base; in AssignPowerUInt16() local
444 while (tmp_base != 0) { in AssignPowerUInt16()
445 tmp_base >>= 1; in AssignPowerUInt16()
/external/u-boot/arch/arm/mach-imx/mx5/
Dclock.c904 u32 *tmp_base = in mxc_set_sata_internal_clock() local
909 clrsetbits_le32(tmp_base, 0x6, 0x4); in mxc_set_sata_internal_clock()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c9913 int tmp_base, tmp_offset; in compile_iterator_matchingpath() local
9934 tmp_base = TMP3; in compile_iterator_matchingpath()
9939 tmp_base = SLJIT_MEM1(SLJIT_SP); in compile_iterator_matchingpath()
9958 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath()
9961 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
9966 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, exact); in compile_iterator_matchingpath()
9969 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
10054 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, max + 1); in compile_iterator_matchingpath()
10061 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
10081 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
[all …]