Home
last modified time | relevance | path

Searched refs:skiplist (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/devtools/
H A Dbuild-tags.sh55 skiplist="$skip_bsd $skip_linux $skip_arch $skip_sse $skip_avx \
65 find_sources "$source_dirs" '*.[chS]' "$skiplist"
/f-stack/dpdk/doc/guides/prog_guide/
H A Dtimer_lib.rst30 with all pending timers for a core being maintained in order of timer expiry in a skiplist data str…
31 The skiplist used has ten levels and each entry in the table appears in each level with probability…
54 the skiplist is used as a regular list by iterating along the level 0 list, which contains all time…
/f-stack/app/redis-5.0.5/tests/unit/
H A Daofrw.tcl163 foreach e {ziplist skiplist} {
H A Dscan.tcl130 foreach enc {ziplist skiplist} {
/f-stack/app/redis-5.0.5/src/
H A Ddb.c1331 } skiplist[] = { in sortGetKeys() local
1339 for (j = 0; skiplist[j].name != NULL; j++) { in sortGetKeys()
1340 if (!strcasecmp(argv[i]->ptr,skiplist[j].name)) { in sortGetKeys()
1341 i += skiplist[j].skip; in sortGetKeys()
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dzset.tcl739 basics skiplist
1202 stressers skiplist
1205 test {ZSET skiplist order consistency when elements are moved} {
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES1865 Test: new sorted set skiplist order consistency.