Searched refs:overflow (Results 1 - 11 of 11) sorted by relevance

/system/core/libsysutils/src/
H A DFrameworkListener.cpp115 goto overflow;
125 goto overflow;
129 goto overflow;
150 goto overflow;
165 goto overflow;
177 goto overflow;
213 overflow:
/system/core/liblog/
H A Dlog_event_list.c39 bool overflow; member in struct:__anon1691
60 context->overflow = true;
109 context->overflow = true;
114 context->overflow = true;
120 context->overflow = true;
123 if (context->overflow) {
150 if (context->overflow) {
155 context->overflow = true;
185 if (context->overflow) {
190 context->overflow
[all...]
/system/core/libunwindstack/tests/
H A DMemoryRangeTest.cpp75 std::unique_ptr<MemoryRange> overflow(new MemoryRange(process_memory, 100, 200, 0));
76 ASSERT_FALSE(overflow->ReadFully(UINT64_MAX - 10, buffer.data(), 100));
/system/core/init/
H A DAndroid.mk92 LOCAL_SANITIZE := signed-integer-overflow
/system/core/libstats/
H A Dstats_event_list.c31 bool overflow; member in struct:__anon1766
59 context->overflow = true;
81 /* NB: if there was overflow, then log is truncated. Nothing reported */
/system/bt/stack/smp/
H A Dsmp_cmac.cc90 uint8_t i, overflow = 0, next_overflow = 0; local
95 output[i] = (input[i] << 1) | overflow;
96 overflow = next_overflow;
/system/connectivity/wifilogd/
H A DAndroid.mk19 -Wno-shift-sign-overflow -Wno-used-but-marked-unused -Wno-deprecated \
/system/netd/server/
H A DAndroid.mk159 LOCAL_SANITIZE := unsigned-integer-overflow
173 LOCAL_SANITIZE := unsigned-integer-overflow
/system/core/libpixelflinger/
H A Dfixed.cpp31 // the result will overflow, so just set it to the biggest/inf value
266 overflow:
267 result = 0x7fffffff; // basic overflow
271 goto overflow;
/system/core/storaged/
H A Dstoraged_uid_monitor.cpp248 ssize_t overflow = history_size(io_history) +
250 while (overflow > 0 && io_history.size() > 0) {
252 overflow -= del_it->second.entries.size();
/system/core/liblog/tests/
H A Dliblog_test.cpp988 A kind overflow of kindness: there are no faces\n\
2429 bool overflow = false; local
2446 overflow = true;
2455 overflow = true;
2473 overflow = true;
2488 overflow = true;
2503 overflow = true;
2530 overflow = true;
2539 if (!overflow &&
2545 overflow
[all...]

Completed in 227 milliseconds