Searched refs:rsh (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_subr.c62 * Shift the given number right rsh bits. Any bits that `fall off' will get
68 __fpu_shr(struct fpn *fp, int rsh) argument
74 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp)))
84 if (rsh >= FP_NMANT) {
104 if (rsh >= 32 * 3) {
107 } else if (rsh >= 32 * 2) {
110 } else if (rsh >= 32) {
116 if ((rsh &= 31) != 0) {
117 lsh = 32 - rsh;
119 m3 = (m3 >> rsh) | (m
122 m0 >>= rsh; local
145 int lsh, rsh, exp; local
[all...]
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_subr.c60 * Shift the given number right rsh bits. Any bits that `fall off' will get
66 fpu_shr(struct fpn *fp, int rsh) argument
72 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp)))
82 if (rsh >= FP_NMANT) {
102 if (rsh >= 32 * 3) {
105 } else if (rsh >= 32 * 2) {
108 } else if (rsh >= 32) {
114 if ((rsh &= 31) != 0) {
115 lsh = 32 - rsh;
117 m3 = (m3 >> rsh) | (m
120 m0 >>= rsh; local
143 int lsh, rsh, exp; local
[all...]
/freebsd-11-stable/usr.bin/rsh/
H A DMakefile2 # $FreeBSD: stable/11/usr.bin/rsh/Makefile 319186 2017-05-30 04:27:05Z ngie $
4 PROG= rsh
/freebsd-11-stable/crypto/heimdal/appl/rsh/
H A DMakefile.am7 bin_PROGRAMS = rsh
9 man_MANS = rsh.1 rshd.8
13 rsh_SOURCES = rsh.c common.c rsh_locl.h
H A DMakefile.in46 bin_PROGRAMS = rsh$(EXEEXT)
48 subdir = appl/rsh
103 am_rsh_OBJECTS = rsh.$(OBJEXT) common.$(OBJEXT)
404 man_MANS = rsh.1 rshd.8
405 rsh_SOURCES = rsh.c common.c rsh_locl.h
426 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign appl/rsh/Makefile'; \
428 $(AUTOMAKE) --foreign appl/rsh/Makefile
533 rsh$(EXEEXT): $(rsh_OBJECTS) $(rsh_DEPENDENCIES)
534 @rm -f rsh$(EXEEXT)
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsh
[all...]
/freebsd-11-stable/crypto/heimdal/appl/
H A DMakefile.am19 rsh \
H A DMakefile.in113 DIST_SUBDIRS = afsutil ftp login otp gssmask popper push rsh rcp su \
396 rsh \
/freebsd-11-stable/etc/pam.d/
H A DMakefile40 RCMDS+= rsh
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dfixit.conf31 progs ftp rsh sed telnet rlogin common find
H A Dreally-big.conf49 progs renice rev rlogin rpcgen rpcinfo rsh rup ruptime rusers rwall rwho
/freebsd-11-stable/usr.bin/
H A DMakefile263 SUBDIR.${MK_RCMDS}+= rsh
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec53 rlogin and rsh, and provide secure encrypted communications between
67 rlogin and rsh, and provide secure encrypted communications between
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec137 rsh, and to provide secure encrypted communications between two
596 - remove build dependency on rsh to match openssh.com's packages more closely
720 - Add BuildRequiress for /bin/login and /usr/bin/rsh so that configure will
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c2135 struct alpha_elf_reloc_entry *ri, *rs, *rin, *rsh;
2137 rsh = hs->reloc_entries;
2141 for (rs = rsh; rs ; rs = rs->next)
2127 struct alpha_elf_reloc_entry *ri, *rs, *rin, *rsh; local
/freebsd-11-stable/targets/pseudo/userland/
H A DMakefile.depend339 usr.bin/rsh \

Completed in 114 milliseconds