/titanic_44/usr/src/common/mpi/ |
H A D | mplogic.c | 183 mp_size rshift = (lsbNum % MP_DIGIT_BIT); in mpl_get_bits() local 193 mask &= (digit[0] >> rshift); in mpl_get_bits() 195 mask &= ((digit[0] >> rshift) | (digit[1] << (MP_DIGIT_BIT - rshift))); in mpl_get_bits()
|
/titanic_44/usr/src/lib/efcode/fcode_test/ |
H A D | arithmetic.fth | 97 " (short) rshift" h# 1122 8 rshift h# 11 = .passed? 99 " (long) rshift" h# 80 d# 24 lshift d# 31 rshift 1 = .passed?
|
/titanic_44/usr/src/uts/common/os/ |
H A D | modhash.c | 296 size_t rshift; in mod_hash_create_ptrhash() local 309 rshift = highbit(key_elem_size); in mod_hash_create_ptrhash() 312 val_dtor, mod_hash_byptr, (void *)rshift, mod_hash_ptrkey_cmp, in mod_hash_create_ptrhash()
|
/titanic_44/usr/src/lib/libc/capabilities/sun4v/common/ |
H A D | memcpy.s | 187 #define ALIGN_DATA(data1, data2, data3, lshift, rshift, tmp) \ argument 189 srlx data2, rshift, tmp ;\ 192 srlx data3, rshift, tmp ;\ 197 #define ALIGN_DATA_EW(data1, data2, lshift, rshift, tmp) \ argument 199 srlx data2, rshift, tmp ;\
|
/titanic_44/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 62 FNPROTO(rshift);
|
/titanic_44/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 114 over mshift rshift mmin + ( c[0] c[1] mlen ) 219 dup ML_BITS rshift ( dest dest_end s_end s_buf token length ) 438 : blk_gang ( bp -- n ) h# 8 + x@ xlsplit nip d# 31 rshift ; 714 2dup over dn_indblkshift rshift ( dn bp-off dn blk# r: lvl ) 785 swap dn-bsize 4 rshift ( hash-adr /hash )
|
/titanic_44/usr/src/uts/common/io/ |
H A D | devinfo.c | 1182 size_t rshift; in di_hash_byptr() local 1190 rshift = highbit(sizeof (struct dev_info)); in di_hash_byptr() 1194 rshift = highbit(sizeof (struct mdi_pathinfo)); in di_hash_byptr() 1200 return (mod_hash_byptr((void *)rshift, ptr)); in di_hash_byptr()
|
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | forth.c | 208 rshift(fcode_env_t *env) in rshift() function 2513 ANSI(0x028, 0, "rshift", rshift); in _init()
|
/titanic_44/usr/src/psm/stand/bootblks/ufs/common/ |
H A D | ufs.fth | 72 : /frag ( -- fragsize ) bsize fragshift rshift ;
|
/titanic_44/usr/src/uts/sun4v/cpu/ |
H A D | niagara_copy.s | 196 #define ALIGN_DATA(data1, data2, data3, lshift, rshift, tmp) \ argument 198 srlx data2, rshift, tmp ;\ 201 srlx data3, rshift, tmp ;\ 207 #define ALIGN_DATA_EW(data1, data2, lshift, rshift, tmp) \ argument 209 srlx data2, rshift, tmp ;\
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 5073 size_t objsize, rshift; in th_trace_gethash() local 5089 rshift = highbit(objsize); in th_trace_gethash() 5091 th_trace_free, mod_hash_byptr, (void *)rshift, in th_trace_gethash()
|