Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 25 of 55) sorted by relevance

123

/f-stack/app/redis-5.0.5/tests/unit/
H A Dbitfield.tcl46 test {BITFIELD unsigned overflow wrap} {
56 test {BITFIELD unsigned overflow sat} {
66 test {BITFIELD signed overflow wrap} {
76 test {BITFIELD signed overflow sat} {
86 test {BITFIELD overflow detection fuzzing} {
118 set overflow 0
120 if {($value + $increment) > $max} {set overflow 1}
121 if {($value + $increment) < $min} {set overflow 1}
127 if {$overflow && [lindex $res1 0] ne {} &&
138 test {BITFIELD overflow wrap fuzzing} {
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_a.h10 bool overflow; in prof_accum_add() local
24 overflow = (a1 >= prof_interval); in prof_accum_add()
25 if (overflow) { in prof_accum_add()
34 overflow = (a1 >= prof_interval); in prof_accum_add()
35 if (overflow) { in prof_accum_add()
41 return overflow; in prof_accum_add()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_rename_001_pos.ksh167 log_must zpool create overflow $VDEV_FILE
168 log_must zfs create overflow/testfs
169 ID=$(zpool get -Ho value guid overflow)
170 log_must zpool export overflow
/f-stack/freebsd/libkern/
H A Dmcount.c180 goto overflow; in _MCOUNT_DECL()
213 goto overflow; in _MCOUNT_DECL()
248 overflow: in _MCOUNT_DECL()
/f-stack/app/redis-5.0.5/src/
H A Dbitops.c1030 int overflow; in bitfieldCommand() local
1037 overflow = checkSignedBitfieldOverflow(oldval, in bitfieldCommand()
1039 if (overflow) newval = wrapped; in bitfieldCommand()
1043 overflow = checkSignedBitfieldOverflow(newval, in bitfieldCommand()
1045 if (overflow) newval = wrapped; in bitfieldCommand()
1051 if (!(overflow && thisop->owtype == BFOVERFLOW_FAIL)) { in bitfieldCommand()
1060 int overflow; in bitfieldCommand() local
1067 overflow = checkUnsignedBitfieldOverflow(oldval, in bitfieldCommand()
1069 if (overflow) newval = wrapped; in bitfieldCommand()
1073 overflow = checkUnsignedBitfieldOverflow(newval, in bitfieldCommand()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dcci.txt113 Definition: list of counter overflow interrupts, one per
115 starting with the cycle counter overflow
116 interrupt, followed by counter0 overflow
117 interrupt, counter1 overflow interrupt,...
118 ,counterN overflow interrupt.
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c150 enum overflow_test overflow; member
996 enum overflow_test overflow = test_data->overflow; in test_mbufs_calculate_data_size() local
2214 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_fixed()
2286 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_dynamic()
2342 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_multi_op()
2397 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_multi_level()
2488 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_multi_xform()
2538 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_sgl()
2650 .overflow = OVERFLOW_DISABLED, in test_compressdev_deflate_stateless_checksum()
3136 .overflow = OVERFLOW_DISABLED in test_compressdev_external_mbufs()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/arc/
H A Darchs-pct.txt6 It also supports overflow interrupts.
/f-stack/dpdk/drivers/common/qat/
H A Dqat_qp.c688 int overflow = 0; in qat_enqueue_comp_op_burst() local
714 overflow = (inflights + nb_ops) - tmp_qp->max_inflights; in qat_enqueue_comp_op_burst()
715 if (overflow > 0) { in qat_enqueue_comp_op_burst()
716 nb_ops_possible = nb_ops - overflow; in qat_enqueue_comp_op_burst()
741 + ((overflow >= 0) ? 0 : overflow * (-1)); in qat_enqueue_comp_op_burst()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.stack_gsub.err2 C stack overflow
/f-stack/freebsd/crypto/openssl/arm/
H A Decp_nistz256-armv4.S2882 adc r14,r14,#0 @ overflow bit
2923 adc r14,r14,#0 @ new overflow bit
2935 adc r14,r14,#0 @ overflow bit
2976 adc r14,r14,#0 @ new overflow bit
2988 adc r14,r14,#0 @ overflow bit
3029 adc r14,r14,#0 @ new overflow bit
3041 adc r14,r14,#0 @ overflow bit
3094 adc r14,r14,#0 @ overflow bit
3147 adc r14,r14,#0 @ overflow bit
3200 adc r14,r14,#0 @ overflow bit
[all …]
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.h54 int overflow; /* Mark failure of table expansion. */ member
H A Dmlx4_mr.c172 bt->overflow = 1; in mr_btree_insert()
444 if (!unlikely(priv->mr.cache.overflow)) { in mr_lookup_dev()
870 priv->mr.cache.overflow = 0; in mr_rebuild_dev_cache()
1190 mr_ctrl->cache_bh.overflow = 0; in mlx4_mr_flush_local_cache()
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dmax9892x.txt24 overflow the frame size. Digital Audio Interleave
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mr.c146 bt->overflow = 1; in mr_btree_insert()
417 if (!unlikely(share_cache->cache.overflow)) { in mlx5_mr_lookup_cache()
459 share_cache->cache.overflow = 0; in mlx5_mr_rebuild_cache()
1007 mr_ctrl->cache_bh.overflow = 0; in mlx5_mr_flush_local_cache()
H A Dmlx5_common_mr.h62 int overflow; /* Mark failure of table expansion. */ member
/f-stack/mk/
H A Dkern.mk23 NO_WSHIFT_COUNT_OVERFLOW= -Wno-shift-count-overflow
/f-stack/freebsd/netipsec/
H A Dkeydb.h212 int overflow; /* (m) overflow flag */ member
H A Dipsec.c1299 replay->overflow++; in ipsec_chkreplay()
1310 __func__, replay->overflow, in ipsec_chkreplay()
1340 replay->overflow++; in ipsec_chkreplay()
1351 __func__, replay->overflow, in ipsec_chkreplay()
/f-stack/tools/libxo/doc/_static/
H A Dbasic.css_t56 overflow-wrap : break-word;
529 overflow: auto;
530 overflow-y: hidden; /* fixes display issues on Chrome browsers */
/f-stack/freebsd/contrib/zlib/
H A Dtrees.c501 int overflow = 0; /* number of elements with bit length too large */ local
513 if (bits > max_length) bits = max_length, overflow++;
526 if (overflow == 0) return;
541 overflow -= 2;
542 } while (overflow > 0);
/f-stack/tools/libxo/xohtml/
H A Dxohtml.css202 overflow-y: auto;
390 overflow-y: auto;
878 overflow-y: auto;
918 overflow-y: auto;
919 overflow-x: hidden;
/f-stack/freebsd/contrib/device-tree/Bindings/infiniband/
H A Dhisilicon-hns-roce.txt23 and 1 event overflow irq.
/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.css34 overflow: hidden;
43 overflow: hidden;
572 overflow: hidden;
/f-stack/freebsd/contrib/device-tree/src/arm64/cavium/
H A Dthunder2-99xx.dtsi87 interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>; /* PMU overflow */

123