Searched refs:shl (Results 1 - 25 of 122) sorted by relevance

12345

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c97 spa_read_history_truncate(spa_history_list_t *shl, unsigned int size) argument
100 while (shl->size > size) {
101 srh = list_remove_head(&shl->procfs_list.pl_list);
104 shl->size--;
108 ASSERT(list_is_empty(&shl->procfs_list.pl_list));
114 spa_history_list_t *shl = procfs_list->pl_private; local
116 spa_read_history_truncate(shl, 0);
124 spa_history_list_t *shl = &spa->spa_stats.read_history; local
126 shl->size = 0;
127 shl
142 spa_history_list_t *shl = &spa->spa_stats.read_history; local
151 spa_history_list_t *shl = &spa->spa_stats.read_history; local
262 spa_txg_history_truncate(spa_history_list_t *shl, unsigned int size) argument
280 spa_history_list_t *shl = procfs_list->pl_private; local
290 spa_history_list_t *shl = &spa->spa_stats.txg_history; local
308 spa_history_list_t *shl = &spa->spa_stats.txg_history; local
320 spa_history_list_t *shl = &spa->spa_stats.txg_history; local
345 spa_history_list_t *shl = &spa->spa_stats.txg_history; local
374 spa_history_list_t *shl = &spa->spa_stats.txg_history; local
614 spa_mmp_history_truncate(spa_history_list_t *shl, unsigned int size) argument
633 spa_history_list_t *shl = procfs_list->pl_private; local
643 spa_history_list_t *shl = &spa->spa_stats.mmp_history; local
662 spa_history_list_t *shl = &spa->spa_stats.mmp_history; local
678 spa_history_list_t *shl = &spa->spa_stats.mmp_history; local
709 spa_history_list_t *shl = &spa->spa_stats.mmp_history; local
742 spa_history_list_t *shl = &spa->spa_stats.mmp_history; local
[all...]
H A Dspa_misc.c2184 spa_import_progress_truncate(spa_history_list_t *shl, unsigned int size) argument
2187 while (shl->size > size) {
2188 sip = list_remove_head(&shl->procfs_list.pl_list);
2192 shl->size--;
2195 IMPLY(size == 0, list_is_empty(&shl->procfs_list.pl_list));
2223 spa_history_list_t *shl = spa_import_progress_list; local
2224 procfs_list_uninstall(&shl->procfs_list);
2225 spa_import_progress_truncate(shl, 0);
2226 procfs_list_destroy(&shl->procfs_list);
2227 kmem_free(shl, sizeo
2234 spa_history_list_t *shl = spa_import_progress_list; local
2258 spa_history_list_t *shl = spa_import_progress_list; local
2283 spa_history_list_t *shl = spa_import_progress_list; local
2310 spa_history_list_t *shl = spa_import_progress_list; local
2333 spa_history_list_t *shl = spa_import_progress_list; local
[all...]
/freebsd-13-stable/sys/libkern/
H A Dbcmp.c60 int shl, shr, len = length; local
85 shl = (sizeof(long) << 3) - shr;
93 if (*(culp)p1 != (va >> shr | vb << shl))
112 return ((((va >> shr | ((shl < len) ? *(culp)p2 << shl : 0)) ^
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-586.pl180 &shl ("esi",14); # lo<<14
182 &shl ("edi",14); # hi<<14
189 &shl ("esi",18-14); # lo<<18
191 &shl ("edi",18-14); # hi<<18
198 &shl ("esi",23-18); # lo<<23
200 &shl ("edi",23-18); # hi<<23
245 &shl ("esi",4); # lo<<4
247 &shl ("edi",4); # hi<<4
254 &shl ("esi",25-4); # lo<<25
256 &shl ("ed
[all...]
/freebsd-13-stable/sys/tools/sound/
H A Dsnd_fxdiv_gen.awk40 function shl(x, y) function
77 FXONE = shl(1, FXSHIFT);
H A Dfeeder_rate_mkfilter.awk87 function shl(x, y) function
551 Z_DRIFT_ONE = shl(1, Z_DRIFT_SHIFT);
554 Z_ONE = shl(1, Z_SHIFT);
577 Z_COEFF_ONE = shl(1, Z_COEFF_SHIFT);
618 INT32_MAX = 1 + ((shl(1, 30) - 1) * 2);
627 Z_FULL_ONE = shl(1, Z_FULL_SHIFT);
636 Z_INTERP_COEFF_ONE = shl(1, Z_INTERP_COEFF_SHIFT);
639 Z_LINEAR_FULL_ONE = shl(1, Z_LINEAR_FULL_SHIFT);
642 Z_LINEAR_ONE = shl(1, Z_LINEAR_SHIFT)
648 #Z_SCALE_ONE = shl(
[all...]
H A Dfeeder_eq_mkfilter.awk75 function shl(x, y) function
262 INT32_MAX = 1 + ((shl(1, 30) - 1) * 2);
271 FEEDEQ_COEFF_ONE = shl(1, FEEDEQ_COEFF_SHIFT);
274 FEEDEQ_PREAMP_ONE = shl(1, FEEDEQ_PREAMP_SHIFT);
285 FEEDEQ_GAIN_FMASK = shl(1, FEEDEQ_GAIN_SHIFT) - 1;
434 # shl(FEEDEQ_GAIN_MAX, FEEDEQ_GAIN_SHIFT));
436 # shl(FEEDEQ_GAIN_MAX, FEEDEQ_GAIN_SHIFT));
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_tmplt.h132 uint8_t shl; member in struct:_q8_rdmwr_hdr
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dx86-gf2m.pl161 &shl ($lo,31);
166 &shl (@i[1],30);
184 &shl (@T[1],3*$n);
195 &shl (@T[1],3*$n);
200 &shl (@i[1],3*$n);
H A Dx86_64-gf2m.pl73 shl \$63,$lo
77 shl \$62,$i0
82 shl \$61,$i1
137 shl \$`8*$n-4`,$t1
154 shl \$`8*$n-4`,$t1
H A Dvia-mont.pl195 &shl ("ecx",5); # convert word counter to bit counter
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl362 ($shl,$shr)=map("%l$_",(0..7));
469 and $inp,7,$shl
471 sll $shl,3,$shl
473 sub %g0,$shl,$shr
478 brz,pt $shl,1f
483 sllx $Xlo,$shl,$Xlo
484 sllx $Xhi,$shl,$Xhi
H A Dghash-x86_64.pl166 shl \$4,`&LB("$nlo")`
182 shl \$60,$tmp
187 shl \$4,`&LB("$nlo")`
197 shl \$60,$tmp
212 shl \$60,$tmp
224 shl \$60,$tmp
331 &shl (&LB($dat),4) if ($i>0 && $i<17);
334 &shl ($tmp,60) if ($i>0 && $i<17);
360 &shl (&LB($nlo),4);
375 &shl (
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
H A Dfe51_pack.S110 shl $3,%rax label
137 shl $6,%rcx label
167 shl $1,%rcx label
194 shl $4,%rcx label
/freebsd-13-stable/lib/libc/quad/
H A Dqdivrem.c67 shl(digit *p, int len, int sh) function
189 shl(&u[0], m + n, d); /* u <<= d */
190 shl(&v[1], n - 1, d); /* v <<= d */
/freebsd-13-stable/crypto/openssl/crypto/perlasm/
H A Dcbc.pl169 &shl("edx",8);
179 &shl("ecx",8);
303 &shl("ecx",16);
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl47 my ($ctx,$inp,$len,$padbit,$shl,$shr) = map("%i$_",(0..5));
97 neg $shr,$shl
113 sllx $h1,$shl,$t2
116 sllx $h2,$shl,$h2
170 neg $shr,$shl
186 sllx $d1,$shl,$t1
189 sllx $d2,$shl,$d2
305 neg $shr,$shl
318 sllx $D1,$shl,$T1
321 sllx $D2,$shl,
[all...]
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_packet.c388 uint8_t cyc, ext, shl; local
405 shl = (8 - pt_opm_cyc_shr);
417 bits <<= shl; local
419 shl += (8 - pt_opm_cycx_shr);
420 if (sizeof(value) * 8 < shl)
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-x86.pl252 &shl ($rounds,4);
283 &shl ($rounds,4);
324 &shl ($rounds,4);
367 &shl ($rounds,4);
696 &shl ($rounds,4);
795 &shl ($rounds_,4);
943 &shl ($rounds,4);
1172 &shl ($rounds,4);
1504 &shl ($rounds_,4);
1527 &shl (
[all...]
/freebsd-13-stable/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl99 &shl( $tmp1, 16); # 1
101 &shl( $tmp2, 16); # 1
/freebsd-13-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl149 &shl ("eax",6);
214 &shl ("eax",6);
324 &shl ("eax",6);
389 &shl ("eax",6);
506 &shl ($i0,$rot);
509 &shl ($i1,$rot);
512 &shl ($i2,$rot);
520 &shl ($i3,$rot);
893 &shl ($s3,6);
987 &shl (
[all...]
H A Dcmll-x86_64.pl159 shl \$6,%edi # process grandRounds
286 shl \$6,%edi # process grandRounds
428 shl \$$rot,$i0
433 shl \$$rot,$i1
524 shl \$32,%r8 # @S[0]||
525 shl \$32,%r10 # @S[2]||
576 shl \$32,%r8 # @S[0]||
577 shl \$32,%r10 # @S[2]||
741 shl \$6,$keyend
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFixedPoint.cpp81 ThisVal = ThisVal.shl(CommonScale - getScale());
82 OtherVal = OtherVal.shl(CommonScale - OtherScale);
278 ThisVal = ThisVal.shl(CommonFXSema.getScale());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp169 AB = AOut.shl(BitWidth - ShiftAmt);
205 AB = AOut.shl(ShiftAmt);
219 AB = AOut.shl(ShiftAmt);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFixedPoint.h143 APFixedPoint shl(unsigned Amt) const { function in class:clang::APFixedPoint

Completed in 296 milliseconds

12345