OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_overflow
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/common/
hash_calculator_unittest.cc
91
int
next_overflow
= 10;
local
94
if (i ==
next_overflow
) {
95
next_overflow
*= 10;
/system/bt/stack/smp/
smp_cmac.c
97
UINT8 i, overflow = 0 ,
next_overflow
= 0;
local
102
next_overflow
= (input[i] & 0x80) ? 1:0;
104
overflow =
next_overflow
;
Completed in 106 milliseconds