Home
last modified time | relevance | path

Searched refs:INCR (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dincr.tcl2 test {INCR against non existing key} {
8 test {INCR against key created by incr itself} {
12 test {INCR against key originally set with SET} {
17 test {INCR over 32bit value} {
27 test {INCR fails against key with spaces (left)} {
33 test {INCR fails against key with spaces (right)} {
39 test {INCR fails against key with spaces (both)} {
45 test {INCR fails against a key holding a list} {
57 test {INCR uses shared objects in the 0-9999 range} {
68 test {INCR can modify objects in-place} {
H A Dzset.tcl106 r zadd ztmp INCR 15 x
113 catch {r zadd ztmp INCR 15 x 10 y} err
/f-stack/freebsd/net/
H A Dslcompress.c56 #define INCR(counter) ++comp->counter; macro
58 #define INCR(counter) macro
185 INCR(sls_packets) in sl_compress_tcp()
206 INCR(sls_searches) in sl_compress_tcp()
222 INCR(sls_misses) in sl_compress_tcp()
393 INCR(sls_compressed) in sl_compress_tcp()
484 INCR(sls_uncompressedin) in sl_uncompress_tcp_core()
496 INCR(sls_compressedin) in sl_uncompress_tcp_core()
512 INCR(sls_tossed) in sl_uncompress_tcp_core()
589 INCR(sls_errorin) in sl_uncompress_tcp_core()
/f-stack/freebsd/contrib/device-tree/Bindings/usb/
H A Ddwc3.txt107 - snps,incr-burst-type-adjustment: Value for INCR burst type of GSBUSCFG0
108 register, undefined length INCR burst type enable and INCRx type.
110 more than one value, which means undefined length INCR burst type
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dl2c2x0.yaml134 description: Override double linefill on INCR read. Enable
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES1825 * Improve eviction LFU/LRU when keys are created by INCR commands family.