Home
last modified time | relevance | path

Searched refs:nsh (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetusershell.c123 int nsh; in initshells() local
137 for(cp = tmp, nsh = 0; *cp; cp += strlen(cp) + 1, nsh++); in initshells()
139 shells = calloc(nsh + 1, sizeof(*shells)); in initshells()
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dsqrtrem.c316 mpn_dc_sqrt (mp_ptr sp, mp_srcptr np, mp_size_t n, unsigned nsh, unsigned odd) argument
327 ASSERT (nsh < GMP_NUMB_BITS / 2);
334 if (nsh != 0)
338 ASSERT_NOCARRY (mpn_lshift (tp - o, np + l - 1 - o - odd, n + h + 1 + o, 2 * nsh));
365 (qp[1] & (GMP_NUMB_MASK >> ((GMP_NUMB_BITS >> odd)- nsh - 1)))) == 0)
407 if (nsh != 0)
409 mpn_lshift (tp, np, l, 2 * nsh);
424 if ((odd | nsh) != 0)
425 mpn_rshift (sp, sp, n, nsh + (odd ? GMP_NUMB_BITS / 2 : 0));
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dsetup.nsi7 !include LogicLib.nsh
8 !include MUI2.nsh
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dcpufunc_asm_armv8.S201 dsb nsh
/netbsd-src/external/bsd/tcpdump/bin/
H A DMakefile113 print-nsh.c \
/netbsd-src/share/man/tools/
H A Dsp.ignore398 nsh
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td93 def : DB<"nsh", 0x7>;
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dppc-opc.c1830 int64_t nsh = -(insn >> 11) & 0x1f; in extract_srwn() local
1832 if (nsh != mb) in extract_srwn()
1834 return nsh; in extract_srwn()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-opc.c1809 int64_t nsh = -(insn >> 11) & 0x1f; in extract_srwn() local
1811 if (nsh != mb) in extract_srwn()
1813 return nsh; in extract_srwn()