Home
last modified time | relevance | path

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

/external/autotest/client/profilers/powertop/src/
Dbluetooth.c89 static int previous_bytes = -1; variable
128 if (thisbytes != previous_bytes) in suggest_bluetooth_off()
148 previous_bytes = thisbytes; in suggest_bluetooth_off()
/external/llvm-project/lldb/source/Core/
DOpcode.cpp25 const uint32_t previous_bytes = s->GetWrittenBytes(); in Dump() local
54 uint32_t bytes_written_so_far = s->GetWrittenBytes() - previous_bytes; in Dump()
59 return s->GetWrittenBytes() - previous_bytes; in Dump()