| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | list-2.tcl | 31 set before_len_r [r llen mylist] 36 set starting [r llen mylist] 37 for {set j [r llen mylist]} {$j < $startlen} {incr j} {
|
| H A D | list.tcl | 14 assert_equal 3 [r llen myziplist1] 27 assert_equal 3 [r llen myziplist2] 43 assert_equal 3 [r llen mylist1] 56 assert_equal 3 [r llen mylist2] 79 assert_equal 0 [r llen mylist2] 113 assert_equal 1 [r llen blist1] 114 assert_equal 3 [r llen blist2] 500 assert_equal 0 [r llen xlist] 502 assert_equal 0 [r llen xlist] 541 set len [r llen $key] [all …]
|
| H A D | list-3.tcl | 88 assert_equal [llength $l] [r llen l] 113 assert_equal [llength $l] [r llen l]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_list.c | 400 long start, end, llen, rangelen; in lrangeCommand() local 407 llen = listTypeLength(o); in lrangeCommand() 410 if (start < 0) start = llen+start; in lrangeCommand() 411 if (end < 0) end = llen+end; in lrangeCommand() 420 if (end >= llen) end = llen-1; in lrangeCommand() 453 llen = listTypeLength(o); in ltrimCommand() 456 if (start < 0) start = llen+start; in ltrimCommand() 457 if (end < 0) end = llen+end; in ltrimCommand() 464 ltrim = llen; in ltrimCommand() 467 if (end >= llen) end = llen-1; in ltrimCommand() [all …]
|
| H A D | zipmap.c | 140 unsigned int l,llen; in zipmapLookupRaw() local 147 llen = zipmapEncodeLength(NULL,l); in zipmapLookupRaw() 148 if (key != NULL && k == NULL && l == klen && !memcmp(p+llen,key,l)) { in zipmapLookupRaw() 157 p += llen+l; in zipmapLookupRaw()
|
| H A D | rio.c | 338 unsigned int llen; in rioWriteBulkLongLong() local 340 llen = ll2string(lbuf,sizeof(lbuf),l); in rioWriteBulkLongLong() 341 return rioWriteBulkString(r,lbuf,llen); in rioWriteBulkLongLong()
|
| H A D | t_zset.c | 1474 unsigned long llen; in zsetRank() local 1477 llen = zsetLength(zobj); in zsetRank() 1498 return llen-rank; in zsetRank() 1517 return llen-rank; in zsetRank() 1701 long start, end, llen; in zremrangeGenericCommand() local 1726 llen = zsetLength(zobj); in zremrangeGenericCommand() 1737 if (end >= llen) end = llen-1; in zremrangeGenericCommand() 2417 long llen; in zrangeGenericCommand() local 2434 llen = zsetLength(zobj); in zrangeGenericCommand() 2436 if (end < 0) end = llen+end; in zrangeGenericCommand() [all …]
|
| /f-stack/app/redis-5.0.5/utils/ |
| H A D | redis-sha1.rb | 25 len = r.llen(k)
|
| /f-stack/dpdk/lib/librte_fib/ |
| H A D | trie.c | 371 int llen, rlen; in install_to_dp() local 398 llen = i - first_tbl8_byte + (common_bytes < 3); in install_to_dp() 415 next_hop, llen, LEDGE, ent); in install_to_dp()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 1186 U32 const llen = opt[storePos].litlen; in ZSTD_compressBlock_opt_generic() local 1189 U32 const advance = llen + mlen; in ZSTD_compressBlock_opt_generic() 1191 anchor - istart, (unsigned)llen, (unsigned)mlen); in ZSTD_compressBlock_opt_generic() 1195 … ip = anchor + llen; /* last "sequence" is a bunch of literals => don't progress anchor */ in ZSTD_compressBlock_opt_generic() 1199 assert(anchor + llen <= iend); in ZSTD_compressBlock_opt_generic() 1200 ZSTD_updateStats(optStatePtr, llen, anchor, offCode, mlen); in ZSTD_compressBlock_opt_generic() 1201 ZSTD_storeSeq(seqStore, llen, anchor, iend, offCode, mlen-MINMATCH); in ZSTD_compressBlock_opt_generic()
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | sort.tcl | 86 assert_equal 16 [r llen sort-res] 93 assert_equal 16 [r llen sort-res]
|
| H A D | dump.tcl | 211 assert {[$second llen key] == 40000*20}
|
| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | aof.tcl | 250 assert_equal 0 [$client llen list]
|
| /f-stack/app/redis-5.0.5/tests/support/ |
| H A D | cluster.tcl | 26 linsert rpop lpop brpop llen lindex lset lrange ltrim lrem
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 7290 uint32_t llen; in sctp_move_to_outqueue() local 7292 llen = length; in sctp_move_to_outqueue() 7293 if (to_move >= llen) { in sctp_move_to_outqueue() 7294 to_move = llen; in sctp_move_to_outqueue()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 21187 U32 const llen = opt[storePos].litlen; in ZSTD_compressBlock_opt_generic() local 21190 U32 const advance = llen + mlen; in ZSTD_compressBlock_opt_generic() 21192 anchor - istart, (unsigned)llen, (unsigned)mlen); in ZSTD_compressBlock_opt_generic() 21196 … ip = anchor + llen; /* last "sequence" is a bunch of literals => don't progress anchor */ in ZSTD_compressBlock_opt_generic() 21200 assert(anchor + llen <= iend); in ZSTD_compressBlock_opt_generic() 21201 ZSTD_updateStats(optStatePtr, llen, anchor, offCode, mlen); in ZSTD_compressBlock_opt_generic() 21202 ZSTD_storeSeq(seqStore, llen, anchor, iend, offCode, mlen-MINMATCH); in ZSTD_compressBlock_opt_generic()
|