Home
last modified time | relevance | path

Searched refs:tot (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/runtime_primitives/
Dtable_of_tables_test.cc27 berberis::TableOfTables<berberis::GuestAddr, uintptr_t> tot(42); in TEST() local
28 ASSERT_EQ(42U, tot.Get(25)); in TEST()
29 ASSERT_EQ(1729U, *tot.Put(25, 1729)); in TEST()
30 ASSERT_EQ(1729U, tot.Get(25)); in TEST()
31 ASSERT_EQ(42U, tot.Get(255)); in TEST()
32 ASSERT_EQ(42U, tot.Get((25 << 16) | 25)); in TEST()
36 berberis::TableOfTables<berberis::GuestAddr, uintptr_t> tot(42); in TEST() local
37 ASSERT_EQ(42U, tot.Get(25)); in TEST()
38 auto* addr = tot.GetPointer(25); in TEST()
40 ASSERT_EQ(42U, tot.Get(25)); in TEST()
[all …]
/frameworks/av/media/module/codecs/amrnb/enc/src/
Dcor_h_x2.cpp245 Word32 tot; in cor_h_x2() local
249 tot = LOG2_OF_32; in cor_h_x2()
271 tot = (tot + (max >> 1)); in cor_h_x2()
274 j = sub(norm_l(tot), sf, pOverflow); in cor_h_x2()
Dcor_h_x.cpp259 Word32 tot; in cor_h_x() local
266 tot = 5; in cor_h_x()
302 tot += (max >> 1); in cor_h_x()
306 j = norm_l(tot) - sf; in cor_h_x()