Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dhash_calculator_unittest.cc84 int next_overflow = 10; in TEST_F() local
87 if (i == next_overflow) { in TEST_F()
88 next_overflow *= 10; in TEST_F()
/aosp12/system/bt/gd/crypto_toolbox/
H A Daes_cmac.cc88 uint8_t i, overflow = 0, next_overflow = 0; in leftshift_onebit() local
91 next_overflow = (input[i] & 0x80) ? 1 : 0; in leftshift_onebit()
93 overflow = next_overflow; in leftshift_onebit()
/aosp12/system/bt/stack/crypto_toolbox/
H A Daes_cmac.cc90 uint8_t i, overflow = 0, next_overflow = 0; in leftshift_onebit() local
94 next_overflow = (input[i] & 0x80) ? 1 : 0; in leftshift_onebit()
96 overflow = next_overflow; in leftshift_onebit()