Home
last modified time | relevance | path

Searched refs:reverse (Results 1 – 25 of 48) sorted by relevance

12

/f-stack/dpdk/devtools/
H A Dcheck-git-log.sh50 commits=$(git log --format='%h' --reverse $range)
51 headlines=$(git log --format='%s' --reverse $range)
52 bodylines=$(git log --format='%b' --reverse $range)
53 fixes=$(git log --format='%h %s' --reverse $range | grep -i ': *fix' | cut -d' ' -f1)
55 tags=$(git log --format='%b' --reverse $range | grep -i -e 'by *:' -e 'fix.*:')
H A Dcheckpatches.sh320 commits=$(git rev-list --reverse $range)
322 commits=$(git rev-list --reverse --max-count=$number HEAD)
H A Dgit-log-fixes.sh107 git log --oneline --reverse $range |
/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c1497 if (reverse) in zsetRank()
1516 if (reverse) in zsetRank()
2458 if (reverse) in zrangeGenericCommand()
2477 if (reverse) in zrangeGenericCommand()
2490 if (reverse) { in zrangeGenericCommand()
2533 if (reverse) { in genericZrangebyscoreCommand()
2585 if (reverse) { in genericZrangebyscoreCommand()
2653 if (reverse) { in genericZrangebyscoreCommand()
2888 if (reverse) { in genericZrangebylexCommand()
2939 if (reverse) { in genericZrangebylexCommand()
[all …]
H A Dquicklist.c306 quicklistNode *reverse = quicklist->tail; in __quicklistCompress() local
311 quicklistDecompressNode(reverse); in __quicklistCompress()
313 if (forward == node || reverse == node) in __quicklistCompress()
316 if (forward == reverse) in __quicklistCompress()
320 reverse = reverse->prev; in __quicklistCompress()
329 quicklistCompressNode(reverse); in __quicklistCompress()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_strings.lua105 assert(string.reverse"" == "")
106 assert(string.reverse"\0\1\2\3" == "\3\2\1\0")
107 assert(string.reverse"\0001234" == "4321\0")
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c173 boolean_t reverse) in zfs_add_sort_column() argument
185 col->sc_reverse = reverse; in zfs_add_sort_column()
/f-stack/freebsd/contrib/dev/qat/
H A DLICENSE7 No reverse engineering, decompilation, or disassembly of this software is permitted.
/f-stack/freebsd/contrib/dev/run/
H A DLICENSE14 * No reverse engineering, decompilation, or disassembly of this software
/f-stack/freebsd/contrib/dev/ice/
H A DLICENSE14 * No reverse engineering, decompilation, or disassembly of this software
/f-stack/freebsd/contrib/dev/rtwn/
H A DLICENSE14 * No reverse engineering, decompilation, or disassembly of this software
/f-stack/freebsd/contrib/dev/wpi/
H A DLICENSE14 * No reverse engineering, decompilation, or disassembly of this software
/f-stack/freebsd/contrib/dev/mwl/
H A DLICENSE20 * No reverse engineering, decompilation, or disassembly of this software
/f-stack/freebsd/contrib/dev/iwm/
H A DLICENSE14 * No reverse engineering, decompilation, or disassembly of this software
/f-stack/freebsd/contrib/dev/iwn/
H A DLICENSE14 * No reverse engineering, decompilation, or disassembly of this software
/f-stack/freebsd/contrib/dev/otus/
H A Dotus-license16 * No reverse engineering, decompilation, or disassembly of this
/f-stack/freebsd/contrib/dev/imx/
H A DLICENSE16 . No reverse engineering, decompilation, or disassembly of this Software is
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dlvds.yaml96 If set, reverse the bit order described in the data mappings below on all
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_list.c502 int reverse = (flags & UU_WALK_REVERSE); in uu_list_walk() local
519 if (!reverse) { in uu_list_walk()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dservice_cores.rst114 To remove a service core, the steps are similar to adding but in reverse order.
/f-stack/tools/libxo/doc/
H A Dfield-roles.rst91 inverse Start inverse (aka reverse) text effect
93 no-inverse Stop inverse (aka reverse) text effect
/f-stack/freebsd/mips/conf/
H A DDIR-655A1.hints3 # the ethernet ports wired up to the switch in the reverse way.
H A DAP135.hints4 # the ethernet ports wired up to the switch in the reverse way.
/f-stack/freebsd/contrib/dev/ipw/
H A DLICENSE42 modify, translate, convert to another programming language, decompile, reverse
153 3. You may not reverse engineer, decompile, or disassemble the Software.
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_type.h562 u8 reverse; /* set to true to reverse FV order */ member

12