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.c114 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
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
345 spa_history_list_t *shl = &spa->spa_stats.txg_history; in spa_txg_history_set() local
374 spa_history_list_t *shl = &spa->spa_stats.txg_history; in spa_txg_history_set_io() local
[all …]
H A Dspa_misc.c2262 spa_import_progress_truncate(spa_history_list_t *shl, unsigned int size) in spa_import_progress_truncate()
2303 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_destroy() local
2314 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_set_state() local
2343 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_set_notes_impl() local
2395 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_set_max_txg() local
2420 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_set_mmp_check() local
2447 spa_history_list_t *shl = spa_import_progress_list; in spa_import_progress_add() local
2471 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.h851 APInt shl(unsigned shiftAmt) const { in shl() function
910 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.cpp347 APFixedPoint APFixedPoint::shl(unsigned Amt, bool *Overflow) const { in shl() function in llvm::APFixedPoint
H A DKnownBits.cpp186 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.cpp1474 ConstantRange::shl(const ConstantRange &Other) const { in shl() function in ConstantRange