Home
last modified time | relevance | path

Searched defs:shl (Results 1 – 17 of 17) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDspa_stats.c97 spa_read_history_truncate(spa_history_list_t *shl, unsigned int size) in spa_read_history_truncate()
114 spa_history_list_t *shl = procfs_list->pl_private; in spa_read_history_clear() local
124 spa_history_list_t *shl = &spa->spa_stats.read_history; in spa_read_history_init() local
142 spa_history_list_t *shl = &spa->spa_stats.read_history; in spa_read_history_destroy() local
151 spa_history_list_t *shl = &spa->spa_stats.read_history; in spa_read_history_add() local
262 spa_txg_history_truncate(spa_history_list_t *shl, unsigned int size) in spa_txg_history_truncate()
280 spa_history_list_t *shl = procfs_list->pl_private; in spa_txg_history_clear() local
290 spa_history_list_t *shl = &spa->spa_stats.txg_history; in spa_txg_history_init() local
308 spa_history_list_t *shl = &spa->spa_stats.txg_history; in spa_txg_history_destroy() local
320 spa_history_list_t *shl = &spa->spa_stats.txg_history; in spa_txg_history_add() local
[all …]
HDspa_misc.c2215 spa_import_progress_truncate(spa_history_list_t *shl, unsigned int size) in spa_import_progress_truncate()
2254 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_destroy() local
2265 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_set_state() local
2289 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_set_max_txg() local
2314 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_set_mmp_check() local
2341 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_add() local
2364 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_remove() local
/freebsd-13-stable/sys/tools/sound/
HDsnd_fxdiv_gen.awk39 function shl(x, y) function
HDfeeder_eq_mkfilter.awk74 function shl(x, y) function
HDfeeder_rate_mkfilter.awk86 function shl(x, y) function
/freebsd-13-stable/sys/libkern/
HDbcmp.c58 int shl, shr, len = length; variable
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/
HDfe51_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/
HDqdivrem.c65 shl(digit *p, int len, int sh) in shl() function
/freebsd-13-stable/sys/dev/qlxgbe/
HDql_tmplt.h130 uint8_t shl; member
HDql_minidump.h410 uint8_t shl ; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h853 APInt shl(unsigned shiftAmt) const { in shl() function
912 APInt shl(const APInt &ShiftAmt) const { in shl() function
/freebsd-13-stable/contrib/processor-trace/libipt/src/
HDpt_packet.c388 uint8_t cyc, ext, shl; in pt_pkt_read_cyc() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFixedPoint.cpp353 APFixedPoint APFixedPoint::shl(unsigned Amt, bool *Overflow) const { in shl() function in llvm::APFixedPoint
HDKnownBits.cpp285 KnownBits KnownBits::shl(const KnownBits &LHS, const KnownBits &RHS, bool NUW, in shl() function in KnownBits
/freebsd-13-stable/sys/powerpc/powerpc/
HDdb_disasm.c924 u_int sh, shl, shh; in disasm_fields() local
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/edonr/
HDedonr.c45 #define shl(x, n) ((x) << n) macro
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDConstantRange.cpp1567 ConstantRange::shl(const ConstantRange &Other) const { in shl() function in ConstantRange