Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.141.1/libkern/kxld/
H A Dkxld_reloc.c1525 uint64_t difference; in calculate_displacement_x86_64() local
1528 difference = ABSOLUTE_VALUE(displacement); in calculate_displacement_x86_64()
1529 require_action(difference < X86_64_RIP_RELATIVE_LIMIT, finish, in calculate_displacement_x86_64()
1705 uint64_t difference = 0; in arm64_process_reloc() local
1728 difference = ABSOLUTE_VALUE(displacement); in arm64_process_reloc()
1730 require_action(difference < (128 * 1024 * 1024), finish, in arm64_process_reloc()
/xnu-10063.141.1/bsd/sys/
H A Dkern_control.h661 ctl_getenqueuereadable(kern_ctl_ref kctlref, u_int32_t unit, u_int32_t *difference);
/xnu-10063.141.1/bsd/kern/
H A Dkern_control.c1285 u_int32_t *difference) in ctl_getenqueuereadable() argument
1289 if (difference == NULL) { in ctl_getenqueuereadable()
1299 *difference = 0; in ctl_getenqueuereadable()
1301 *difference = (so->so_rcv.sb_lowat - so->so_rcv.sb_cc); in ctl_getenqueuereadable()
/xnu-10063.141.1/osfmk/tests/
H A DREADME.md75 ## What is the difference between T_EXPECT and T_ASSERT macros?
/xnu-10063.141.1/bsd/net/
H A Dif_utun.c2602 u_int32_t difference = 0; in utun_start() local
2603 if (ctl_getenqueuereadable(pcb->utun_ctlref, pcb->utun_unit, &difference) == 0) { in utun_start()
2604 if (difference > 0) { in utun_start()
/xnu-10063.141.1/doc/lifecycle/
H A Dhibernation.md213 - On ARM64, an important difference is that a normal S2R wake on some
/xnu-10063.141.1/tools/lldbmacros/
H A Dmemory.py2056 if len(set(cmd_args).difference(options)) > 0:
2090 if len(set(cmd_args).difference(options)) > 0: