Searched refs:shr (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dproc64_support.s103 shr $1, %rdi
107 shr $1, %rsi
H A Dstrcmp.s129 shr %cl, %edx /* adjust 0xffff for offset */
130 shr %cl, %r9d /* adjust for 16-byte offset */
193 shr %cl, %edx /* adjust 0xffff for offset */
194 shr %cl, %r9d /* adjust for 16-byte offset */
303 shr %cl, %edx
304 shr %cl, %r9d
411 shr %cl, %edx
412 shr %cl, %r9d
520 shr %cl, %edx
521 shr
[all...]
H A Dmemcmp.s97 shr $3, %ecx
132 shr $5, %ecx
207 shr $6, %rcx
271 shr $6, %rcx
371 shr $7, %rcx
H A Dstrlen.s59 shr %cl, %edx /* Compensate for bytes preceding the string */
H A Dstrcpy.s53 shr %cl, %edx /* adjust for offset from 16byte boundary */
2004 shr $3, %ecx
2231 shr $16, %edx
H A Dmemcpy.s951 shr %r9 # take half of it
2195 shr $0x4,%r9
2280 shr %r9 # take half of it
2488 shr $3,%rcx
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_util.c421 nvlist_t *shr = NULL; local
440 rc = sa_share_read(shdl, sh_path, sh_name, &shr);
442 path = sa_share_get_path(shr);
448 sa_share_free(shr);
449 shr = NULL;
461 shr = sa_share_alloc(sh_name, sh_path);
462 if (shr == NULL) {
468 } while (shr == NULL);
472 *share = shr;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstart_eltorito.S102 shr $ISO_SECTOR_BITS, %eax /* dwords->sectors */
193 shr $1, %ah /* Otherwise, try to reduce */
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_kmod.c431 (void) strlcpy(ioc->shr, key, ioc->shrlen);
434 rc = smb_share_decode(si, (uint8_t *)ioc->shr,
/osnet-11/usr/src/grub/grub2/grub-core/lib/ia64/
H A Dlongjmp.S71 shr.u r8=r25,r16
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s87 shr $6, %ecx / number of 64 byte blocks to set
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm1000 my $shr = $Config{'dbgprefix'} . 'PerlShr';
1011 If F$TrnLNm("',$shr,'").eqs."" Then Define/NoLog/User ',"$shr Sys\$Share:$shr.$Config{'dlext'}",'
2194 my $shr = $Config{dbgprefix} . 'PERLSHR';
2197 $self->catfile($self->{PERL_SRC}, "$shr.$Config{'dlext'}");
2201 $ENV{$shr} ? $ENV{$shr} : "Sys\$Share:$shr.$Config{'dlext'}";
H A DLiblist.pm122 naming conventions, ext() looks for files named I<lib>shr and I<lib>rtl;

Completed in 96 milliseconds