Searched refs:ns (Results 1 - 11 of 11) sorted by relevance

/xnu-2782.1.97/SETUP/config/
H A Dparser.y99 { machinename = ns($2); }
106 { build_directory = ns($2); }
109 { object_directory = ns($2); }
112 { source_directory = ns($2); }
126 op->op_name = ns($1);
139 op->op_name = ns($1);
141 op->op_value = ns($3);
154 { $$ = val_id = ns($1); } |
158 $$ = val_id = ns(nb);
161 { $$ = val_id = ns(""); }
[all...]
H A Dconfig.h133 char *ns(const char *str);
H A Dmkmakefile.c321 this = ns(wd);
360 needs = ns(wd);
377 tdev.d_name = ns(wd);
384 char *od = allCaps(ns(wd));
460 rest = ns(get_rest(fp));
H A Dmkheaders.c144 inwcopy = ns(inw);
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dsched_tests.c27 nanos_to_abs(uint64_t ns, uint32_t numer, uint32_t denom) argument
29 return (uint64_t)(ns * (((double)denom) / ((double)numer)));
/xnu-2782.1.97/osfmk/i386/
H A Di386_vm_init.c277 kernel_section_t *ns = nextsect(segDATA, sectDCONST); local
278 if (ns && !(ns->addr & PAGE_MASK))
/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp250 // IOService::requireMaxBusStall(UInt32 ns)
251 // IOService::requireMaxInterruptDelay(uint32_t ns)
272 requireMaxCpuDelay(IOService * service, UInt32 ns, UInt32 delayType);
5482 setCPUSnoopDelay(UInt32 __unused ns) argument
5485 ml_set_maxsnoop(ns);
5501 requireMaxCpuDelay(IOService * service, UInt32 ns, UInt32 delayType) argument
5513 if (ns) {
5514 const CpuDelayEntry ne = {service, ns, delayType};
5528 if (thisMax < ns)
5530 ns
5630 UInt32 ns = -1U; // Set to max unsigned, i.e. no restriction local
5657 requireMaxBusStall(UInt32 __unused ns) argument
5665 requireMaxInterruptDelay(uint32_t __unused ns) argument
[all...]
/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h384 { N bit, M bit -> int } N = ns * sizeof(cc_unit) * 8 M = nt * sizeof(cc_unit) * 8 */
386 int ccn_cmpn(cc_size ns, const cc_unit *s, argument
388 if (ns > nt) {
390 } else if (ns < nt) {
393 return ccn_cmp(ns, s, t);
/xnu-2782.1.97/tools/tests/zero-to-n/
H A Dzero-to-n.c111 nanos_to_abs(uint64_t ns) argument
113 return (uint64_t)(ns * (((double)g_mti.denom) / ((double)g_mti.numer)));
373 printf("Usage: zn <num threads> <chain | broadcast-single-sem | broadcast-per-thread> <realtime | timeshare | fixed> <num iterations> [-trace <traceworthy latency in ns>] [-spin] [-affinity] [-verbose]\n");
/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1265 void setCPUSnoopDelay(UInt32 ns);
1268 void requireMaxBusStall(UInt32 ns);
1269 void requireMaxInterruptDelay(uint32_t ns);
/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c1215 * Precede that by logging the rebase time (offset) - the TSC-based time (in ns)
2381 u_int64_t ns; local
2384 ns = ((u_int64_t)*sizep) * (u_int64_t)(1000 * 1000);
2385 nanoseconds_to_absolutetime(ns, &abstime );
2455 u_int64_t ns; local
2462 ns = ((u_int64_t)*sizep) * (u_int64_t)(1000 * 1000);
2463 nanoseconds_to_absolutetime(ns, &abstime );

Completed in 303 milliseconds