ERANGE           1890 base/third_party/dmg_fp/dtoa.cc 			errno = ERANGE;
ERANGE           1973 base/third_party/dmg_fp/dtoa.cc 		errno = ERANGE;
ERANGE           2002 base/third_party/dmg_fp/dtoa.cc 			errno = ERANGE;
ERANGE           2762 base/third_party/dmg_fp/dtoa.cc 				errno = ERANGE;
ERANGE           2853 base/third_party/dmg_fp/dtoa.cc 					errno = ERANGE;
ERANGE           3411 base/third_party/dmg_fp/dtoa.cc 			errno = ERANGE;
ERANGE            206 content/browser/indexed_db/leveldb/leveldb_database.cc         ERANGE + 1,
ERANGE            207 content/browser/indexed_db/leveldb/leveldb_database.cc         ERANGE + 2,
ERANGE             21 native_client_sdk/src/libraries/gtest/nacl_gtest_dummy_sys.cc     errno = ERANGE;
ERANGE            129 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc       errno = ERANGE;
ERANGE            296 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = ERANGE;
ERANGE            114 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post.c 	  result = ERANGE;
ERANGE            129 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c 	  result = ERANGE;
ERANGE            505 net/third_party/nss/ssl/unix_err.c     case ERANGE:	prError = PR_INVALID_METHOD_ERROR; break;
ERANGE            684 third_party/leveldatabase/env_chromium.cc   GetOSErrorHistogram(method, ERANGE + 1)->Add(error);
ERANGE            352 third_party/leveldatabase/env_chromium_win.cc   GetOSErrorHistogram(method, ERANGE + 1)->Add(error);
ERANGE            377 third_party/libxml/src/xmlIO.c #ifdef ERANGE
ERANGE            378 third_party/libxml/src/xmlIO.c         else if (errno == ERANGE) code = XML_IO_ERANGE;
ERANGE            568 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   if (errno == ERANGE && result == LONG_MIN) {
ERANGE            570 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   } else if (errno == ERANGE && result == LONG_MAX) {
ERANGE            573 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     errno = ERANGE;
ERANGE            576 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     errno = ERANGE;
ERANGE            588 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   if (errno == ERANGE && result == ULONG_MAX) {
ERANGE            591 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     errno = ERANGE;
ERANGE            580 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("9223372036854775808",	0,	9223372036854775807LL,	19, ERANGE);
ERANGE            581 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("9223372036854775808",	10,	9223372036854775807LL,	19, ERANGE);
ERANGE            585 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("0x8000000000000000",	0,	9223372036854775807LL,	18, ERANGE);
ERANGE            586 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("0x8000000000000000",	16,	9223372036854775807LL,	18, ERANGE);
ERANGE            587 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("80000000000000000",	16,	9223372036854775807LL,	17, ERANGE);
ERANGE            591 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("01000000000000000000000",	0,	9223372036854775807LL,	23, ERANGE);
ERANGE            592 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("01000000000000000000000",	8,	9223372036854775807LL,	23, ERANGE);
ERANGE            593 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("1000000000000000000000",	8,	9223372036854775807LL,	22, ERANGE);
ERANGE            597 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-9223372036854775809",	0,	-9223372036854775807LL -1,	20, ERANGE);
ERANGE            598 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-9223372036854775809",	10,	-9223372036854775807LL -1,	20, ERANGE);
ERANGE            602 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-0x8000000000000001",	0,	-9223372036854775807LL -1,	19, ERANGE);
ERANGE            603 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-0x8000000000000001",	16,	-9223372036854775807LL -1,	19, ERANGE);
ERANGE            604 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-80000000000000001",	16,	-9223372036854775807LL -1,	18, ERANGE);
ERANGE            608 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-01000000000000000000001",0,	-9223372036854775807LL -1,	24, ERANGE);
ERANGE            609 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-01000000000000000000001",8,	-9223372036854775807LL -1,	24, ERANGE);
ERANGE            610 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOLL("-1000000000000000000001",	8,	-9223372036854775807LL -1,	23, ERANGE);
ERANGE            713 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("18446744073709551616",	0,	18446744073709551615LLU,	20, ERANGE);
ERANGE            714 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("18446744073709551616",	10,	18446744073709551615LLU,	20, ERANGE);
ERANGE            718 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("0x10000000000000000",	0,	18446744073709551615LLU,	19, ERANGE);
ERANGE            719 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("0x10000000000000000",	16,	18446744073709551615LLU,	19, ERANGE);
ERANGE            720 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("10000000000000000",	16,	18446744073709551615LLU,	17, ERANGE);
ERANGE            724 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("02000000000000000000000",0,	18446744073709551615LLU,	23, ERANGE);
ERANGE            725 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("02000000000000000000000",8,	18446744073709551615LLU,	23, ERANGE);
ERANGE            726 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("2000000000000000000000",	8,	18446744073709551615LLU,	22, ERANGE);
ERANGE            730 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("-18446744073709551616",	0,	18446744073709551615LLU,	21, ERANGE);
ERANGE            731 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("-18446744073709551616",	10,	18446744073709551615LLU,	21, ERANGE);
ERANGE            735 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("-0x10000000000000000",	0,	18446744073709551615LLU,	20, ERANGE);
ERANGE            736 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("-0x10000000000000000",	16,	18446744073709551615LLU,	20, ERANGE);
ERANGE            737 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("-10000000000000000",	16,	18446744073709551615LLU,	18, ERANGE);
ERANGE            741 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("-02000000000000000000000",0,	18446744073709551615LLU,	24, ERANGE);
ERANGE            742 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("-02000000000000000000000",8,	18446744073709551615LLU,	24, ERANGE);
ERANGE            743 third_party/talloc/libreplace/test/testsuite.c 	TEST_STRTOULL("-2000000000000000000000",8,	18446744073709551615LLU,	23, ERANGE);