HomeSort by relevance Sort by last modified time
    Searched full:__got (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_num_get.c 120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) {
145 ++__got;
163 if (__got > 0) {
170 return ((__got > 0) && !__ovflow) &&
180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) {
205 ++__got;
223 if (__got > 0) {
230 return ((__got > 0) && !__ovflow) &&
259 int __got = __base_or_zero & 1; local
265 if (__got > 0) { // the result is 0 even if we're at eof
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.c 120 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __true_type& /*_IsSigned*/) {
145 ++__got;
163 if (__got > 0) {
170 return ((__got > 0) && !__ovflow) &&
180 int __got, bool __is_negative, _CharT __separator, const string& __grouping, const __false_type& /*_IsSigned*/) {
205 ++__got;
223 if (__got > 0) {
230 return ((__got > 0) && !__ovflow) &&
259 int __got = __base_or_zero & 1; local
265 if (__got > 0) { // the result is 0 even if we're at eof
    [all...]

Completed in 47 milliseconds