Searched refs:tmp_base (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | bignum.cc | 410 int tmp_base = base; in AssignPowerUInt16() local 411 while (tmp_base != 0) { in AssignPowerUInt16() 412 tmp_base >>= 1; in AssignPowerUInt16()
|
/external/pcre/dist/ |
D | pcre_jit_compile.c | 7859 int tmp_base, tmp_offset; in compile_iterator_matchingpath() local 7887 tmp_base = TMP3; in compile_iterator_matchingpath() 7899 tmp_base = SLJIT_MEM1(SLJIT_SP); in compile_iterator_matchingpath() 8016 OP1(SLJIT_MOV, tmp_base, tmp_offset, SLJIT_IMM, max); in compile_iterator_matchingpath() 8019 OP2(SLJIT_SUB | SLJIT_SET_E, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath() 8030 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath() 8033 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath() 8042 OP1(SLJIT_MOV, STR_PTR, 0, tmp_base, tmp_offset); in compile_iterator_matchingpath() 8046 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath() 8048 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath() [all …]
|