Home
last modified time | relevance | path

Searched refs:shl (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c66 shl.shl_##field = (int)len; \
72 shl ? shl->shl_##field + 1 : \
128 iPath = shl != NULL ? shl->shl_path : strlen(sh->sh_path); in sharefs_remove()
172 sharefree(sh, shl); in sharefs_remove()
211 iPath = shl != NULL ? shl->shl_path : strlen(sh->sh_path); in sharefs_add()
214 if (shl) { in sharefs_add()
215 sh->sh_size = shl->shl_path + shl->shl_res + in sharefs_add()
216 shl->shl_fstype + shl->shl_opts + shl->shl_descr; in sharefs_add()
357 sharefs_lens_t shl; in sharefs_impl() local
411 error = sharefs_add(sg, sh, &shl); in sharefs_impl()
[all …]
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dqdivrem.c63 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 Dstrchr.S62 shl $8, %edx
65 shl $16, %edx
/illumos-gate/usr/src/boot/libsa/
H A Dqdivrem.c63 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 Dbitwise-ops.c1 static int shl(int x, int y) in shl() function
/illumos-gate/usr/src/uts/intel/brand/common/
H A Dbrand_asm.h237 shl $4, SYSCALL_REG; /* syscall_num * 16 */ \
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h230 __asm shl eax, cl \
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstart_eltorito.S158 shl $(ISO_SECTOR_BITS-4), %ax /* 2048-byte sectors -> segment */
/illumos-gate/usr/src/common/crypto/sha1/amd64/
H A Dsha1-ni.S118 shl $6, NUM_BLKS /* convert to bytes */
/illumos-gate/usr/src/common/crypto/sha2/amd64/
H A Dsha256-ni.S122 shl $6, NUM_BLKS /* convert to bytes */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_nx.h1539 uint8_t shl; member
1545 uint8_t shl;
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.S722 shl $4, %esi / P2: esi byte key length * 16
826 shl $4, %esi / P2: esi byte key length * 16
H A Daes_intel.S627 shl $4, %ROUNDS32
/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c50 #define shl(x, n) ((x) << n) macro
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.guess159 sh3el) machine=shl-unknown ;;
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcpy.S1903 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 Di86_subr.S1012 shl $1, %edi
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c2993 read_value <<= crbEntry->b.cv.shl; in ql_8021_md_cntrl()