Searched refs:atol (Results 1 - 25 of 50) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/headers/cstdlib/
H A Dfunctions_std.cc25 using std::atol;
/haiku-buildtools/legacy/gcc/libio/dbz/
H A Dfake.c49 extern long atol();
60 seed(atol(optarg));
82 for (no = atol(argv[optind]); no > 0; no--) {
H A Ddbzmain.c96 extern long atol();
146 every = atol(optarg);
/haiku-buildtools/gcc/mpfr/tests/
H A Dturandom.c211 long a = atol(argv[1]);
219 prec = atol(argv[2]);
225 bit_index = atol(argv[3]);
H A Dtrandom.c163 long a = atol(argv[1]);
171 prec = atol(argv[2]);
H A Dtconst_pi.c142 long a = atol (argv[1]);
H A Dtgrandom.c128 long a = atol (argv[1]);
H A Dtset_si.c164 N = (argc==1) ? 100000 : atol (argv[1]);
/haiku-buildtools/gcc/mpfr/src/
H A Dlogging.c59 mpfr_log_prec = var == NULL ? 6 : atol (var);
/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdlib.h43 using std::atol;
/haiku-buildtools/gcc/gmp/tests/devel/
H A Dtst-addsub.c58 max_size = atol (*argv);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dbinary-tree.c105 N = atol(argv[1]);
/haiku-buildtools/gcc/zlib/contrib/testzlib/
H A Dtestzlib.c175 BlockSizeCompress=atol(argv[2]);
178 BlockSizeUncompress=atol(argv[3]);
181 cprLevel=(int)atol(argv[4]);
/haiku-buildtools/binutils/zlib/contrib/testzlib/
H A Dtestzlib.c175 BlockSizeCompress=atol(argv[2]);
178 BlockSizeUncompress=atol(argv[3]);
181 cprLevel=(int)atol(argv[4]);
/haiku-buildtools/gcc/gcc/cp/
H A Dcfns.h160 "atol",
/haiku-buildtools/gcc/gmp/tune/
H A Dspeed.c1150 = atol (s);
1166 option_step = atol (optarg);
1180 sp.align_xp = atol (optarg);
1184 sp.align_yp = atol (optarg);
1188 sp.align_wp = atol (optarg);
1192 sp.align_wp2 = atol (optarg);
/haiku-buildtools/gcc/gmp/tests/rand/
H A Dfindlc.c161 m2exp = atol (argv[0]);
H A Dgen.c171 m2exp = atol (str_m);
H A Dstat.c254 l1runs = atol (optarg);
/haiku-buildtools/legacy/gcc/gcc/
H A Dsystem.h318 extern long atol();
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_interceptors.cc621 INTERCEPTOR(long, atol, const char *nptr) { // NOLINT
623 if (UNLIKELY(!asan_inited)) return REAL(atol)(nptr);
627 return REAL(atol)(nptr);
763 ASAN_INTERCEPT_FUNC(atol);
H A Dasan_win_dll_thunk.cc324 INTERCEPT_LIBRARY_FUNCTION(atol); variable
/haiku-buildtools/legacy/binutils/binutils/
H A Dsize.c173 temp = atol (optarg);
/haiku-buildtools/binutils/binutils/
H A Dsize.c174 temp = atol (optarg);
/haiku-buildtools/gcc/libstdc++-v3/scripts/
H A Dmake_graph.py86 x = string.atol(result.attributes["x"].value)

Completed in 223 milliseconds

12