/illumos-gate/usr/src/uts/common/fs/sharefs/ |
H A D | sharetab.c | 66 shl.shl_##field = (int)len; \ 67 sh->sh_size += shl.shl_##field; /* Debug counting */ 72 shl ? shl->shl_##field + 1 : \ 84 sharefree(share_t *sh, sharefs_lens_t *shl) in sharefree() argument 103 sharefs_remove(sharetab_globals_t *sg, share_t *sh, sharefs_lens_t *shl) in sharefs_remove() argument 128 iPath = shl != NULL ? shl->shl_path : strlen(sh->sh_path); in sharefs_remove() 172 sharefree(sh, shl); in sharefs_remove() 181 sharefs_add(sharetab_globals_t *sg, share_t *sh, sharefs_lens_t *shl) in sharefs_add() argument 211 iPath = shl != NULL ? shl->shl_path : strlen(sh->sh_path); in sharefs_add() 214 if (shl) { in sharefs_add() [all …]
|
/illumos-gate/usr/src/lib/libc/port/fp/ |
H A D | qdivrem.c | 63 shl(digit *p, int len, int sh) in shl() function 185 shl(&u[0], m + n, d); /* u <<= d */ in ___qdivrem() 186 shl(&v[1], n - 1, d); /* v <<= d */ in ___qdivrem()
|
/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/boot/libsa/ |
H A D | qdivrem.c | 63 shl(digit *p, int len, int sh) in shl() function 185 shl(&u[0], m + n, d); /* u <<= d */ in __udivmoddi4() 186 shl(&v[1], n - 1, d); /* v <<= d */ in __udivmoddi4()
|
/illumos-gate/usr/src/tools/smatch/src/validation/backend/ |
H A D | bitwise-ops.c | 1 static int shl(int x, int y) in shl() function
|
/illumos-gate/usr/src/uts/intel/brand/common/ |
H A D | brand_asm.h | 237 shl $4, SYSCALL_REG; /* syscall_num * 16 */ \
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acmsvc.h | 230 __asm shl eax, cl \
|
/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/common/crypto/sha1/amd64/ |
H A D | sha1-ni.S | 118 shl $6, NUM_BLKS /* convert to bytes */
|
/illumos-gate/usr/src/common/crypto/sha2/amd64/ |
H A D | sha256-ni.S | 122 shl $6, NUM_BLKS /* convert to bytes */
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_nx.h | 1539 uint8_t shl; member 1545 uint8_t shl;
|
/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/grub/grub-0.97/ |
H A D | config.guess | 159 sh3el) machine=shl-unknown ;;
|
/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/uts/intel/ml/ |
H A D | i86_subr.S | 1012 shl $1, %edi
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_nx.c | 2993 read_value <<= crbEntry->b.cv.shl; in ql_8021_md_cntrl()
|