Searched refs:atoi (Results 1 – 25 of 32) sorted by relevance
12
63 int copy_amt = atoi("11"); in TEST_F()76 int copy_amt = atoi("11"); in TEST_F()122 size_t size = atoi("11"); in vsnprintf_helper2()259 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()267 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()275 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()304 size_t n = atoi("11"); in TEST_F()460 size_t size = atoi("11"); in vsnprintf_helper()478 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()486 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()[all …]
185 ASSERT_FALSE(FD_ISSET(atoi("0"), &none)); in TEST()
1105 online_cpus += atoi(numbers[1].c_str()) - atoi(numbers[0].c_str()) + 1; in TEST()
39 int atoi(const char* __s) __attribute_pure__;44 int api_level = atoi(value); in android_get_device_api_level()
46 CALL(atoi)
225 CALL(atoi)
215 CALL(atoi)
621 CALL(atoi)
119 CALL(atoi)
1202 CALL(atoi)
993 CALL(atoi)
257 CALL(atoi)
650 CALL(atoi)
4091 CALL(atoi)
510 i = atoi(cp + sizeof("ndots:") - 1); in res_setoptions()520 i = atoi(cp + sizeof("timeout:") - 1); in res_setoptions()530 i = atoi(cp + sizeof("attempts:") - 1); in res_setoptions()
273 n = argc > 1 ? atoi(argv[1]) : 60001;
78 FUNCTION(atoi, int (*f)(const char*)); in stdlib_h()
162 int atoi(const char* s) { in atoi() function
399 int value_int = atoi(value); in device_launched_before_api_29()
89 int atoi(const char* __s) __attribute_pure__;
242 BIONIC_TRIVIAL_BENCHMARK(BM_stdlib_atoi, atoi(" -123"));
322 g_ld_debug_verbosity = atoi(LD_DEBUG); in linker_main()
51 atoi
242 atoi;