Searched refs:atoi (Results 1 – 15 of 15) sorted by relevance
39 int atoi(const char* __s) __attribute_pure__;44 int api_level = atoi(value); in android_get_device_api_level()
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 …]
273 void *buf = calloc(atoi("5"), 1); in test_pwrite64_too_big_malloc()
185 ASSERT_FALSE(FD_ISSET(atoi("0"), &none)); in TEST()
1057 online_cpus += atoi(numbers[1].c_str()) - atoi(numbers[0].c_str()) + 1; in TEST()
273 n = argc > 1 ? atoi(argv[1]) : 60001;
78 FUNCTION(atoi, int (*f)(const char*)); in stdlib_h()
165 int atoi(const char* s) { in atoi() function
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()
89 int atoi(const char* __s) __attribute_pure__;
221 benchmark::DoNotOptimize(atoi(" -123")); in BM_stdlib_atoi()
325 g_ld_debug_verbosity = atoi(LD_DEBUG);
51 atoi
242 atoi;