Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/aarch64/
H A Daes-gcm-armv8_64.S423 shl d8, d8, #56 //mod_constant define
663 shl d8, d8, #56 //mod_constant define
949 shl d8, d8, #56 //mod_constant define
1413 shl d8, d8, #56 //mod_constant define
1639 shl d8, d8, #56 //mod_constant define
1940 shl d8, d8, #56 //mod_constant define
2464 shl d8, d8, #56 //mod_constant define
2730 shl d8, d8, #56 //mod_constant define
2999 shl d8, d8, #56 //mod_constant define
3505 shl d8, d8, #56 //mod_constant define
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c98 spa_read_history_truncate(spa_history_list_t *shl, unsigned int size) in spa_read_history_truncate()
115 spa_history_list_t *shl = procfs_list->pl_private; in spa_read_history_clear() local
125 spa_history_list_t *shl = &spa->spa_stats.read_history; in spa_read_history_init() local
143 spa_history_list_t *shl = &spa->spa_stats.read_history; in spa_read_history_destroy() local
152 spa_history_list_t *shl = &spa->spa_stats.read_history; in spa_read_history_add() local
263 spa_txg_history_truncate(spa_history_list_t *shl, unsigned int size) in spa_txg_history_truncate()
281 spa_history_list_t *shl = procfs_list->pl_private; in spa_txg_history_clear() local
291 spa_history_list_t *shl = &spa->spa_stats.txg_history; in spa_txg_history_init() local
309 spa_history_list_t *shl = &spa->spa_stats.txg_history; in spa_txg_history_destroy() local
321 spa_history_list_t *shl = &spa->spa_stats.txg_history; in spa_txg_history_add() local
[all …]
H A Dspa_misc.c2293 spa_import_progress_truncate(spa_history_list_t *shl, unsigned int size) in spa_import_progress_truncate()
2334 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_destroy() local
2345 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_set_state() local
2374 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_set_notes_impl() local
2426 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_set_max_txg() local
2451 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_set_mmp_check() local
2478 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_add() local
2502 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_remove() local
/freebsd/sys/tools/sound/
H A Dsnd_fxdiv_gen.awk39 function shl(x, y) function
H A Dfeeder_eq_mkfilter.awk74 function shl(x, y) function
H A Dfeeder_rate_mkfilter.awk86 function shl(x, y) function
/freebsd/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/lib/libc/quad/
H A Dqdivrem.c61 shl(digit *p, int len, int sh) in shl() function
/freebsd/sys/dev/qlxgbe/
H A Dql_tmplt.h130 uint8_t shl; member
H A Dql_minidump.h410 uint8_t shl ; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h853 APInt shl(unsigned shiftAmt) const { in shl() function
912 APInt shl(const APInt &ShiftAmt) const { in shl() function
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_packet.c388 uint8_t cyc, ext, shl; in pt_pkt_read_cyc() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp353 APFixedPoint APFixedPoint::shl(unsigned Amt, bool *Overflow) const { in shl() function in llvm::APFixedPoint
H A DKnownBits.cpp285 KnownBits KnownBits::shl(const KnownBits &LHS, const KnownBits &RHS, bool NUW, in shl() function in KnownBits
/freebsd/sys/powerpc/powerpc/
H A Ddb_disasm.c923 u_int sh, shl, shh; in disasm_fields() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1567 ConstantRange::shl(const ConstantRange &Other) const { in shl() function in ConstantRange