Searched refs:nsh (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | getusershell.c | 123 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 D | sqrtrem.c | 316 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 D | setup.nsi | 7 !include LogicLib.nsh 8 !include MUI2.nsh
|
/netbsd-src/sys/arch/aarch64/aarch64/ |
H A D | cpufunc_asm_armv8.S | 201 dsb nsh
|
/netbsd-src/external/bsd/tcpdump/bin/ |
H A D | Makefile | 113 print-nsh.c \
|
/netbsd-src/share/man/tools/ |
H A D | sp.ignore | 398 nsh
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SystemOperands.td | 93 def : DB<"nsh", 0x7>;
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | ppc-opc.c | 1830 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 D | ppc-opc.c | 1809 int64_t nsh = -(insn >> 11) & 0x1f; in extract_srwn() local 1811 if (nsh != mb) in extract_srwn() 1813 return nsh; in extract_srwn()
|