| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | bitfield.tcl | 46 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 D | prof_inlines_a.h | 10 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 D | zpool_import_rename_001_pos.ksh | 167 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 D | mcount.c | 180 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 D | bitops.c | 1030 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 D | cci.txt | 113 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 D | test_compressdev.c | 150 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 D | archs-pct.txt | 6 It also supports overflow interrupts.
|
| /f-stack/dpdk/drivers/common/qat/ |
| H A D | qat_qp.c | 688 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 D | tst.stack_gsub.err | 2 C stack overflow
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | ecp_nistz256-armv4.S | 2882 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 D | mlx4_mr.h | 54 int overflow; /* Mark failure of table expansion. */ member
|
| H A D | mlx4_mr.c | 172 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 D | max9892x.txt | 24 overflow the frame size. Digital Audio Interleave
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_mr.c | 146 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 D | mlx5_common_mr.h | 62 int overflow; /* Mark failure of table expansion. */ member
|
| /f-stack/mk/ |
| H A D | kern.mk | 23 NO_WSHIFT_COUNT_OVERFLOW= -Wno-shift-count-overflow
|
| /f-stack/freebsd/netipsec/ |
| H A D | keydb.h | 212 int overflow; /* (m) overflow flag */ member
|
| H A D | ipsec.c | 1299 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 D | basic.css_t | 56 overflow-wrap : break-word; 529 overflow: auto; 530 overflow-y: hidden; /* fixes display issues on Chrome browsers */
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | trees.c | 501 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 D | xohtml.css | 202 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 D | hisilicon-hns-roce.txt | 23 and 1 event overflow irq.
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.qtip.css | 34 overflow: hidden; 43 overflow: hidden; 572 overflow: hidden;
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/cavium/ |
| H A D | thunder2-99xx.dtsi | 87 interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>; /* PMU overflow */
|