Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/tools/cocci/
H A Dhw_atomic_rewrite.cocci5 // $ git grep -l 'os_atomic' | xargs -n1 sed -i '' -e 's/os_atomic/os_atomic/'
H A Dos_atomic_normalize.cocci5 // $ git grep -l '(void) os_atomic' | xargs -n1 sed -i '' -e 's/(void) os_atomic/(void)os_atomic/'
H A DOSAtomic_rewrite.cocci5 // $ git grep -l '(void) os_atomic' | xargs -n1 sed -i '' -e 's/(void) os_atomic/(void)os_atomic/'
/xnu-11215.81.4/doc/primitives/
H A Dstring-handling.md28 | __null_terminated secnd | n/a | strlcmp(first, secnd, n1) |
29 | __indexable secnd | strlcmp(secnd, first, n2) | strbufcmp(first, n1, secnd, n2) |
/xnu-11215.81.4/osfmk/ipc/
H A Dmach_port.c117 mach_port_name_t n1 = *(const mach_port_name_t *)_n1; in mach_port_name_cmp() local
120 if (n1 == n2) { in mach_port_name_cmp()
124 return n1 < n2 ? -1 : 1; in mach_port_name_cmp()