Searched defs:underflow (Results 1 - 15 of 15) sorted by relevance

/external/stlport/src/
H A Dstdio_streambuf.cpp156 stdio_istreambuf::int_type stdio_istreambuf::underflow() function in class:stdio_istreambuf
H A Dstrstream.cpp176 strstreambuf::int_type strstreambuf::underflow() { function in class:strstreambuf
/external/stlport/stlport/stl/
H A D_streambuf.c144 return this->underflow();
163 return ( _Traits::eq_int_type(this->underflow(),_Traits::eof()) ?
170 basic_streambuf<_CharT, _Traits>::underflow() function in class:_Traits
H A D_sstream.c96 basic_stringbuf<_CharT, _Traits, _Alloc>::underflow() { function in class:_Alloc
H A D_fstream.c75 basic_filebuf<_CharT, _Traits>::underflow() { function in class:_Traits
625 // class always needs a buffer because of the semantics of underflow().
/external/zlib/contrib/iostream/
H A Dzfstream.cpp135 int gzfilebuf::underflow() { function in class:gzfilebuf
/external/zlib/contrib/iostream3/
H A Dzfstream.cc171 // Calls to underflow will fail if file not opened for reading
183 gzfilebuf::underflow() function in class:gzfilebuf
186 // (this shouldn't normally happen, as underflow is only supposed
318 // Get area starts empty and will be expanded by underflow as need arises
/external/compiler-rt/lib/
H A Dtruncdfsf2.c94 const src_rep_t underflow = (src_rep_t)underflowExponent << srcSigBits; local
106 if (aAbs - underflow < aAbs - overflow) {
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h285 unsigned int underflow[NF_IP_NUMHOOKS]; member in struct:xt_table_info
/external/kernel-headers/original/linux/netfilter_arp/
H A Darp_tables.h149 unsigned int underflow[NF_ARP_NUMHOOKS]; member in struct:arpt_getinfo
178 unsigned int underflow[NF_ARP_NUMHOOKS]; member in struct:arpt_replace
/external/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h153 unsigned int underflow[NF_INET_NUMHOOKS]; member in struct:ipt_getinfo
181 unsigned int underflow[NF_INET_NUMHOOKS]; member in struct:ipt_replace
/external/iptables/include/linux/netfilter_ipv4/
H A Dip_tables.h153 unsigned int underflow[NF_INET_NUMHOOKS]; member in struct:ipt_getinfo
181 unsigned int underflow[NF_INET_NUMHOOKS]; member in struct:ipt_replace
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h210 unsigned int underflow[NF_INET_NUMHOOKS]; member in struct:ip6t_getinfo
238 unsigned int underflow[NF_INET_NUMHOOKS]; member in struct:ip6t_replace
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_tables.h159 unsigned int underflow[NF_IP_NUMHOOKS]; member in struct:ipt_getinfo
188 unsigned int underflow[NF_IP_NUMHOOKS]; member in struct:ipt_replace
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6_tables.h172 unsigned int underflow[NF_IP6_NUMHOOKS]; member in struct:ip6t_getinfo
201 unsigned int underflow[NF_IP6_NUMHOOKS]; member in struct:ip6t_replace

Completed in 173 milliseconds