Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes_cmac.cc96 uint8_t i, overflow = 0, next_overflow = 0; in leftshift_onebit() local
99 next_overflow = (input[i] & 0x80) ? 1 : 0; in leftshift_onebit()
101 overflow = next_overflow; in leftshift_onebit()