| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_stats.c | 104 shl->size--; in spa_read_history_truncate() 126 shl->size = 0; in spa_read_history_init() 127 shl->procfs_list.pl_private = shl; in spa_read_history_init() 176 shl->size++; in spa_read_history_add() 269 shl->size--; in spa_txg_history_truncate() 292 shl->size = 0; in spa_txg_history_init() 293 shl->procfs_list.pl_private = shl; in spa_txg_history_init() 333 shl->size++; in spa_txg_history_add() 670 shl->size--; in spa_mmp_history_truncate() 695 shl->procfs_list.pl_private = shl; in spa_mmp_history_init() [all …]
|
| H A D | spa_misc.c | 2153 while (shl->size > size) { in spa_import_progress_truncate() 2158 shl->size--; in spa_import_progress_truncate() 2191 spa_import_progress_truncate(shl, 0); in spa_import_progress_destroy() 2204 if (shl->size == 0) in spa_import_progress_set_state() 2216 mutex_exit(&shl->procfs_list.pl_lock); in spa_import_progress_set_state() 2228 if (shl->size == 0) in spa_import_progress_set_max_txg() 2240 mutex_exit(&shl->procfs_list.pl_lock); in spa_import_progress_set_max_txg() 2253 if (shl->size == 0) in spa_import_progress_set_mmp_check() 2265 mutex_exit(&shl->procfs_list.pl_lock); in spa_import_progress_set_mmp_check() 2292 shl->size++; in spa_import_progress_add() [all …]
|
| /f-stack/freebsd/libkern/ |
| H A D | bcmp.c | 60 int shl, shr, len = length; variable 85 shl = (sizeof(long) << 3) - shr; 93 if (*(culp)p1 != (va >> shr | vb << shl)) 112 return ((((va >> shr | ((shl < len) ? *(culp)p2 << shl : 0)) ^
|
| /f-stack/freebsd/tools/sound/ |
| H A D | feeder_rate_mkfilter.awk | 87 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)
|
| H A D | snd_fxdiv_gen.awk | 40 function shl(x, y) function 77 FXONE = shl(1, FXSHIFT);
|
| H A D | feeder_eq_mkfilter.awk | 75 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;
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
| H A D | fe51_pack.S | 110 shl $3,%rax label 137 shl $6,%rcx label 167 shl $1,%rcx label 194 shl $4,%rcx label
|
| /f-stack/freebsd/crypto/openssl/aarch64/ |
| H A D | ghashv8-armx.S | 13 shl v19.2d,v19.2d,#57 //0xc2.0 21 shl v3.2d,v3.2d,#1 104 shl v19.2d,v19.2d,#57 166 shl v19.2d,v19.2d,#57 //compose 0xc2.0 constant 278 shl v19.2d,v19.2d,#57 //compose 0xc2.0 constant
|
| H A D | aesv8-armx.S | 59 shl v1.16b,v1.16b,#1 76 shl v1.16b,v1.16b,#1 126 shl v1.16b,v1.16b,#1 157 shl v1.16b,v1.16b,#1
|
| H A D | poly1305-armv8.S | 644 shl v29.2d,v29.2d,#2 784 shl v29.2d,v29.2d,#2
|
| H A D | chacha-armv8.S | 353 shl v31.4s,v31.4s,#2 // 1 -> 4 852 shl v31.4s,v31.4s,#2 // 1 -> 4 1926 shl v0.4s,v31.4s,#1 // 4 -> 8
|
| /f-stack/freebsd/contrib/zlib/contrib/gcc_gvmat64/ |
| H A D | gvmat64.S | 234 shl ebx, 16
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aes_aesni.S | 521 shl $4, %ROUNDS32
|
| H A D | aes_amd64.S | 724 shl $4, %esi // P2: esi byte key length * 16 829 shl $4, %esi // P2: esi byte key length * 16
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/ |
| H A D | edonr.c | 45 #define shl(x, n) ((x) << n) macro
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/build-aux/ |
| H A D | config.guess | 178 sh3el) machine=shl-unknown ;;
|
| /f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/sha2/ |
| H A D | sha256_impl.S | 93 shl $4,%rdx # num*16
|
| H A D | sha512_impl.S | 94 shl $4,%rdx # num*16
|