Searched refs:shl (Results 1 – 10 of 10) sorted by relevance
/titanic_41/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) in sharefree() argument 111 sharefs_remove(share_t *sh, sharefs_lens_t *shl) in sharefs_remove() argument 137 iPath = shl ? shl->shl_path : strlen(sh->sh_path); in sharefs_remove() 185 sharefree(sh, shl); in sharefs_remove() 194 sharefs_add(share_t *sh, sharefs_lens_t *shl) in sharefs_add() argument 235 iPath = shl ? shl->shl_path : strlen(sh->sh_path); in sharefs_add() 237 if (shl) { in sharefs_add() [all …]
|
/titanic_41/usr/src/lib/libc/port/fp/ |
H A D | qdivrem.c | 65 shl(digit *p, int len, int sh) in shl() function 187 shl(&u[0], m + n, d); /* u <<= d */ in ___qdivrem() 188 shl(&v[1], n - 1, d); /* v <<= d */ in ___qdivrem()
|
/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | strchr.s | 62 shl $8, %edx 65 shl $16, %edx
|
/titanic_41/usr/src/uts/intel/brand/common/ |
H A D | brand_asm.h | 236 shl $4, SYSCALL_REG; /* syscall_num * 16 */ \
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | start_eltorito.S | 158 shl $(ISO_SECTOR_BITS-4), %ax /* 2048-byte sectors -> segment */
|
/titanic_41/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
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | config.guess | 159 sh3el) machine=shl-unknown ;;
|
/titanic_41/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
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | i86_subr.s | 2560 shl $1, %edi 2671 shl $1, %edi
|