Searched refs:shl (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/sharefs/ |
H A D | sharetab.c | 63 shl.shl_##field = (int)len; \ 64 sh->sh_size += shl.shl_##field; /* Debug counting */ 69 shl ? shl->shl_##field + 1 : \ 92 sharefree(share_t *sh, sharefs_lens_t *shl) argument 111 sharefs_remove(share_t *sh, sharefs_lens_t *shl) argument 137 iPath = shl ? shl->shl_path : strlen(sh->sh_path); 185 sharefree(sh, shl); 194 sharefs_add(share_t *sh, sharefs_lens_t *shl) argument 336 sharefs_lens_t shl; local [all...] |
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strchr.s | 62 shl $8, %edx 65 shl $16, %edx
|
/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | qdivrem.c | 65 shl(digit *p, int len, int sh) function 187 shl(&u[0], m + n, d); /* u <<= d */ 188 shl(&v[1], n - 1, d); /* v <<= d */
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | qdivrem.c | 63 shl(digit *p, int len, int sh) function 186 shl(&u[0], m + n, d); /* u <<= d */ 187 shl(&v[1], n - 1, d); /* v <<= d */
|
/illumos-gate/usr/src/uts/intel/brand/common/ |
H A D | brand_asm.h | 236 shl $4, SYSCALL_REG; /* syscall_num * 16 */ \
|
/illumos-gate/usr/src/common/crypto/md5/amd64/ |
H A D | md5_amd64.pl | 184 shl \$6, %rdx / rdx = nbr in bytes
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | start_eltorito.S | 158 shl $(ISO_SECTOR_BITS-4), %ax /* 2048-byte sectors -> segment */
|
/illumos-gate/usr/src/boot/lib/libz/contrib/gcc_gvmat64/ |
H A D | gvmat64.S | 234 shl ebx, 16
|
/illumos-gate/usr/src/common/crypto/sha2/amd64/ |
H A D | sha512-x86_64.pl | 234 shl \$4,%rdx # num*16
|
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aes_amd64.s | 722 shl $4, %esi / P2: esi byte key length * 16 826 shl $4, %esi / P2: esi byte key length * 16
|
H A D | aes_intel.s | 627 shl $4, %ROUNDS32
|
/illumos-gate/usr/src/common/crypto/edonr/ |
H A D | edonr.c | 50 #define shl(x, n) ((x) << n) macro
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | strcpy.s | 1903 shl %cl, %edx /* after shl, calculate the exact number to be filled */ 1919 shl %cl, %r9d
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | config.guess | 159 sh3el) machine=shl-unknown ;;
|
/illumos-gate/usr/src/uts/intel/ia32/ml/ |
H A D | i86_subr.s | 2565 shl $1, %edi 2676 shl $1, %edi
|
Completed in 169 milliseconds