Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbitvect.c1066 N_word t_base; in BitVector_Interval_Copy() local
1100 t_base = t_lo_base; in BitVector_Interval_Copy()
1105 t_base = t_hi_base; in BitVector_Interval_Copy()
1110 X += t_base; in BitVector_Interval_Copy()
1121 if (t_base == t_hi_base) break; in BitVector_Interval_Copy()
1122 t_base++; in BitVector_Interval_Copy()
1127 if (t_base == t_lo_base) break; in BitVector_Interval_Copy()
1128 t_base--; in BitVector_Interval_Copy()
1132 sel = ((t_base == t_hi_base) << 1) OR (t_base == t_lo_base); in BitVector_Interval_Copy()
/external/valgrind/main/memcheck/
Dmc_main.c522 Addr t_base = auxmap_L1[0].base; in maybe_find_in_auxmap() local
526 auxmap_L1[1].base = t_base; in maybe_find_in_auxmap()
544 Addr t_base = auxmap_L1[i-1].base; in maybe_find_in_auxmap() local
548 auxmap_L1[i-0].base = t_base; in maybe_find_in_auxmap()