Home
last modified time | relevance | path

Searched refs:strtol (Results 1 – 19 of 19) sorted by relevance

/xnu-10063.101.15/tests/
H A Dperf_vmfault.c398 num_threads = (int)strtol(e, NULL, 0); in setup_and_run_test()
402 memsize = (size_t)strtol(e, NULL, 0) * 1024 * 1024; in setup_and_run_test()
406 mapping_variant = (int)strtol(e, NULL, 0); in setup_and_run_test()
431 nthreads = (int)strtol(e, NULL, 0);
456 nthreads = (int)strtol(e, NULL, 0);
H A Dmemorystatus_vm_map_fork.c260 limit_mb = strtol(limit, NULL, 10);
/xnu-10063.101.15/osfmk/libsa/
H A Dstdlib.h80 extern long int strtol(const char *, char **, int);
/xnu-10063.101.15/tests/vm/
H A Dperf_madvise.c177 duration = strtol(argv[current_argument], NULL, 10); in parse_arguments()
184 size_mb = strtol(argv[current_argument], NULL, 10); in parse_arguments()
H A Dperf_compressor.c292 duration = strtol(argv[current_argument], NULL, 10); in parse_arguments()
298 size_mb = strtol(argv[current_argument], NULL, 10); in parse_arguments()
H A Dfault_throughput.c653 long duration = strtol(argv[current_argument++], NULL, 10); in parse_arguments()
658 long num_cores = strtol(argv[current_argument++], NULL, 10); in parse_arguments()
664 long first_cpu = strtol(argv[current_argument++], NULL, 10); in parse_arguments()
H A Dtest_vm_no_pager_helper.c348 int test_to_run = (int)strtol(argv[1], NULL, 10); in main()
/xnu-10063.101.15/tests/counter/
H A Dbenchmark.c230 long num_writes = strtol(argv[current_argument++], NULL, 10); in parse_arguments()
235 long num_cores = strtol(argv[current_argument++], NULL, 10); in parse_arguments()
/xnu-10063.101.15/iokit/Kernel/
H A DIOStringFuncs.c85 long strtol(const char *nptr, char **endptr, int base);
125 strtol(const char *nptr, char **endptr, int base) in strtol() function
H A DIODeviceTreeSupport.cpp219 ep = (uint32_t) strtol(found + 1, &end, 0); in IODeviceTreeAlloc()
222 edk_ep = (uint32_t) strtol(end + 1, &end, 0); in IODeviceTreeAlloc()
H A DIONVRAMCHRPHandler.cpp1049 tmpNumber = OSNumber::withNumber(strtol((const char *)propData, nullptr, 0), 32); in convertPropToObject()
H A DIONVRAMV3Handler.cpp1437 tmpNumber = OSNumber::withNumber(strtol((const char *)propData, nullptr, 0), 32); in convertPropToObject()
/xnu-10063.101.15/bsd/libkern/
H A Dlibkern.h153 extern long strtol(const char*, char **, int);
/xnu-10063.101.15/tests/nvram_tests/
H A Dnvram_helper.c138 number = strtol(value, 0, 0); in ConvertValueToCFTypeRef()
/xnu-10063.101.15/libkern/c++/
H A DOSUnserializeXML.y963 object->idref = strtol(values[i], NULL, 0); in yylex()
968 object->idref = strtol(values[i], NULL, 0); in yylex()
/xnu-10063.101.15/bsd/dev/dtrace/
H A Dblist.c831 size = strtol(ptr, NULL, 0);
/xnu-10063.101.15/iokit/Exclaves/
H A DExclaves.cpp962 timer_id = (uint32_t) strtol(key, NULL, 0); in exclaveTimerFired()
/xnu-10063.101.15/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h2574 object->idref = strtol(values[i], NULL, 0); in yylex()
2579 object->idref = strtol(values[i], NULL, 0); in yylex()
/xnu-10063.101.15/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h2574 object->idref = strtol(values[i], NULL, 0); in yylex()
2579 object->idref = strtol(values[i], NULL, 0); in yylex()