Searched defs:sta1 (Results 1 - 2 of 2) sorted by last modified time

/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c1400 Addr sta1, sta2, end1, end2, toc1, toc2; local
1502 sta1 = di->symtab[i].addr;
1503 end1 = sta1 + di->symtab[i].size - 1;
1518 if (sta1 < sta2) {
1521 vg_assert(sta1 == sta2);
1523 sta1 = end2 + 1;
1524 SWAP(Addr,sta1,sta2); SWAP(Addr,end1,end2); SWAP(Addr,toc1,toc2);
1535 di->symtab[i].addr = sta1;
1536 di->symtab[i].size = end1 - sta1 + 1;
1551 vg_assert(sta1 <
[all...]
/external/aac/libFDK/src/arm/
H A Dqmf_arm.cpp182 FIXP_QAS sta0, sta1; local
191 sta1 = *sta_1; sta_1 -= staStep1;
192 accu1 = SMULBB( sta1, flt);
193 sta1 = *sta_1; sta_1 -= staStep1;
194 accu1 = SMLABT( accu1, sta1, flt);
197 sta1 = *sta_1; sta_1 -= staStep1;
198 accu1 = SMLABB( accu1, sta1, flt);
199 sta1 = *sta_1; sta_1 -= staStep1;
200 accu1 = SMLABT( accu1, sta1, flt);
203 sta1
[all...]

Completed in 130 milliseconds