| /xnu-10063.101.15/tests/ |
| H A D | perf_vmfault.c | 398 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 D | memorystatus_vm_map_fork.c | 260 limit_mb = strtol(limit, NULL, 10);
|
| /xnu-10063.101.15/osfmk/libsa/ |
| H A D | stdlib.h | 80 extern long int strtol(const char *, char **, int);
|
| /xnu-10063.101.15/tests/vm/ |
| H A D | perf_madvise.c | 177 duration = strtol(argv[current_argument], NULL, 10); in parse_arguments() 184 size_mb = strtol(argv[current_argument], NULL, 10); in parse_arguments()
|
| H A D | perf_compressor.c | 292 duration = strtol(argv[current_argument], NULL, 10); in parse_arguments() 298 size_mb = strtol(argv[current_argument], NULL, 10); in parse_arguments()
|
| H A D | fault_throughput.c | 653 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 D | test_vm_no_pager_helper.c | 348 int test_to_run = (int)strtol(argv[1], NULL, 10); in main()
|
| /xnu-10063.101.15/tests/counter/ |
| H A D | benchmark.c | 230 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 D | IOStringFuncs.c | 85 long strtol(const char *nptr, char **endptr, int base); 125 strtol(const char *nptr, char **endptr, int base) in strtol() function
|
| H A D | IODeviceTreeSupport.cpp | 219 ep = (uint32_t) strtol(found + 1, &end, 0); in IODeviceTreeAlloc() 222 edk_ep = (uint32_t) strtol(end + 1, &end, 0); in IODeviceTreeAlloc()
|
| H A D | IONVRAMCHRPHandler.cpp | 1049 tmpNumber = OSNumber::withNumber(strtol((const char *)propData, nullptr, 0), 32); in convertPropToObject()
|
| H A D | IONVRAMV3Handler.cpp | 1437 tmpNumber = OSNumber::withNumber(strtol((const char *)propData, nullptr, 0), 32); in convertPropToObject()
|
| /xnu-10063.101.15/bsd/libkern/ |
| H A D | libkern.h | 153 extern long strtol(const char*, char **, int);
|
| /xnu-10063.101.15/tests/nvram_tests/ |
| H A D | nvram_helper.c | 138 number = strtol(value, 0, 0); in ConvertValueToCFTypeRef()
|
| /xnu-10063.101.15/libkern/c++/ |
| H A D | OSUnserializeXML.y | 963 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 D | blist.c | 831 size = strtol(ptr, NULL, 0);
|
| /xnu-10063.101.15/iokit/Exclaves/ |
| H A D | Exclaves.cpp | 962 timer_id = (uint32_t) strtol(key, NULL, 0); in exclaveTimerFired()
|
| /xnu-10063.101.15/iokit/System/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 2574 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 D | OSUnserializeXMLSharedImplementation.h | 2574 object->idref = strtol(values[i], NULL, 0); in yylex() 2579 object->idref = strtol(values[i], NULL, 0); in yylex()
|