Home
last modified time | relevance | path

Searched refs:underflow (Results 1 – 15 of 15) sorted by relevance

/external/zlib/contrib/iostream/
Dzfstream.h30 virtual int underflow();
Dzfstream.cpp135 int gzfilebuf::underflow() { in underflow() function in gzfilebuf
/external/zlib/contrib/iostream3/
Dzfstream.h113 underflow();
Dzfstream.cc183 gzfilebuf::underflow() in underflow() function in gzfilebuf
/external/iptables/libiptc/
Dlibiptc.c647 repl->underflow[c->hooknum-1] = c->foot_offset; in iptcc_compile_chain()
929 handle->info.underflow[HOOK_PRE_ROUTING], in TC_DUMP_ENTRIES()
930 handle->info.underflow[HOOK_LOCAL_IN], in TC_DUMP_ENTRIES()
931 handle->info.underflow[HOOK_FORWARD], in TC_DUMP_ENTRIES()
932 handle->info.underflow[HOOK_LOCAL_OUT], in TC_DUMP_ENTRIES()
933 handle->info.underflow[HOOK_POST_ROUTING]); in TC_DUMP_ENTRIES()
Dlibip6tc.c394 assert(h->info.underflow[i] in do_check()
411 iptcb_entry2index(h, get_entry(h, h->info.underflow[i])); in do_check()
Dlibip4tc.c455 assert(h->info.underflow[i]
470 entry2index(h, get_entry(h, h->info.underflow[i]));
/external/fdlibm/
Dreadme98 (overflow) (underflow) (divided-by-zero) (invalid)
108 an underflow signal.
/external/webkit/WebKitTools/android/flex-2.5.4a/
Dflex.skl1402 YY_FATAL_ERROR( "start-condition stack underflow" );
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1012204 underflow. I implemented using the copy construct and swap idiom.
20412 Added an ASSERT to catch refCount underflow, since it caused a leak in
DChangeLog-2009-06-162983 Unsigned underflow on 64bit cannot be treated as a negative number
/external/webkit/WebKit/mac/
DChangeLog-2007-10-1419228 WebKit's listener count to underflow/wraparound
/external/webkit/WebCore/
DChangeLog-2007-10-1448814 eventually m_liveResourcesSize underflow.
DChangeLog-2008-08-1052409 The problem was refCount underflow in NamedAttrMap.
DChangeLog-2009-06-1616609 (WebCore::CachedResource::unregisterHandle): Assert that the counter doesn't underflow.