Home
last modified time | relevance | path

Searched refs:nsm (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/compat/common/
H A Dkern_sig_43.c152 int nsm, osm; in compat_43_sys_sigblock() local
156 nsm = SCARG(uap, mask); in compat_43_sys_sigblock()
157 compat_43_sigmask_to_sigset(&nsm, &nss); in compat_43_sys_sigblock()
175 int nsm, osm; in compat_43_sys_sigsetmask() local
179 nsm = SCARG(uap, mask); in compat_43_sys_sigsetmask()
180 compat_43_sigmask_to_sigset(&nsm, &nss); in compat_43_sys_sigsetmask()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-xtensa.c8771 int nsm = (1 << pow) - 1; in xtensa_compute_fill_extra_space() local
8773 bfd_vma align_fill = nsm - ((addr + nsm) & nsm); in xtensa_compute_fill_extra_space()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-xtensa.c8778 int nsm = (1 << pow) - 1; in xtensa_compute_fill_extra_space() local
8780 bfd_vma align_fill = nsm - ((addr + nsm) & nsm); in xtensa_compute_fill_extra_space()