Searched refs:atoi (Results 1 – 25 of 35) sorted by relevance
12
56 int copy_amt = atoi("11"); in TEST_F()69 int copy_amt = atoi("11"); in TEST_F()115 size_t size = atoi("11"); in vsnprintf_helper2()254 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()262 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()270 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()299 size_t n = atoi("11"); in TEST_F()451 size_t size = atoi("11"); in vsnprintf_helper()469 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()477 size_t n = atoi("10"); // avoid compiler optimizations in TEST_F()[all …]
185 ASSERT_FALSE(FD_ISSET(atoi("0"), &none)); in TEST()
952 TEST(stdlib, atoi) { in TEST() argument954 ASSERT_EQ(123, atoi("123four")); in TEST()955 ASSERT_EQ(0, atoi("hello")); in TEST()
1152 online_cpus += atoi(numbers[1].c_str()) - atoi(numbers[0].c_str()) + 1; in TEST()
39 int atoi(const char* _Nonnull __s) __attribute_pure__;44 int api_level = atoi(value); in android_get_device_api_level()
149 size_t numThreads = atoi(argv[1]); in main()150 size_t allocSize = atoi(argv[2]); in main()
232 BIONIC_TRIVIAL_BENCHMARK(BM_stdlib_atoi, atoi(" -123"));
52 int count = atoi(argv[1]); in main()
46 CALL(atoi)
225 CALL(atoi)
215 CALL(atoi)
621 CALL(atoi)
119 CALL(atoi)
1202 CALL(atoi)
993 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;
122 int atoi(const char* s) { in atoi() function
413 int value_int = atoi(value); in device_launched_before_api_29()
78 FUNCTION(atoi, int (*f)(const char*)); in stdlib_h()
85 int atoi(const char* _Nonnull __s) __attribute_pure__;
51 atoi
331 g_ld_debug_verbosity = atoi(LD_DEBUG); in linker_main()
242 atoi;