Searched refs:reverse (Results 51 - 75 of 127) sorted by relevance

123456

/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_list.c502 int reverse = (flags & UU_WALK_REVERSE); local
519 if (!reverse) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSource.cpp784 reverse = true;
804 reverse = false;
824 bool reverse; member in class:CommandObjectSourceList::CommandOptions
859 if (arg && (strcmp(arg, "-r") == 0 || strcmp(arg, "--reverse") == 0))
1307 m_options.reverse,
1483 { LLDB_OPT_SET_4, false, "reverse", 'r', OptionParser::eNoArgument, NULL, NULL, 0, eArgTypeNone, "Reverse the listing to look backwards from the last displayed block of source."},
/freebsd-11.0-release/crypto/openssl/ssl/
H A Dssl_ciph.c975 int reverse = 0; local
985 reverse = 1; /* needed to maintain sorting between
991 if (reverse) {
1009 next = reverse ? curr->prev : curr->next;
1059 /* reverse == 0 */
1067 /* reverse == 0 */
1072 /* reverse == 1 */
1077 * in reverse to maintain the order)
1083 /* reverse == 0 */
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DScaledNumber.cpp245 std::reverse(Str.begin(), Str.end());
/freebsd-11.0-release/contrib/libpcap/
H A Dgencode.c740 * with the test specified by "jtype"; if "reverse" is true, the test
744 gen_ncmp(offrel, offset, size, mask, jtype, reverse, v)
748 int reverse;
764 if (reverse && (jtype == BPF_JGT || jtype == BPF_JGE))
8292 gen_atmfield_code(atmfield, jvalue, jtype, reverse)
8296 int reverse;
8308 reverse, jvalue);
8317 reverse, jvalue);
8324 reverse, jvalue);
8331 0xffffffff, jtype, reverse, jvalu
[all...]
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipfstat.c1312 int maxtsentries = 0, reverse = 0, sorting = STSORT_DEFAULT; local
1594 if (reverse)
1595 strcat(str4, " (reverse)");
1628 if (reverse)
1680 if (reverse)
1717 reverse = !reverse;
/freebsd-11.0-release/contrib/ntp/scripts/monitoring/
H A Dntploopwatch881 local(@x) = reverse(@f);
946 local(@x) = reverse(@f);
1388 @F = reverse(@F_files);
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Ddiff.c1860 revisions. If REVERSE is TRUE, the diff will be done in reverse.
1875 svn_boolean_t reverse,
2029 if (!reverse)
2050 if (reverse)
2064 reverse,
2128 diffs in reverse. :-) */
1863 diff_repos_wc(const char **root_relpath, svn_boolean_t *root_is_dir, struct diff_driver_info_t *ddi, const char *path_or_url1, const svn_opt_revision_t *revision1, const svn_opt_revision_t *peg_revision, const char *path2, const svn_opt_revision_t *revision2, svn_boolean_t reverse, svn_depth_t depth, svn_boolean_t ignore_ancestry, const apr_array_header_t *changelists, const svn_diff_tree_processor_t *diff_processor, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dpatch.c3114 /* Whether to apply the patch in reverse. */
3115 svn_boolean_t reverse,
3147 reverse, ignore_whitespace,
3220 svn_boolean_t reverse,
3266 reverse, ignore_whitespace, remove_tempfiles,
3105 apply_patches( const char *patch_abspath, const char *abs_wc_path, svn_boolean_t dry_run, int strip_count, svn_boolean_t reverse, svn_boolean_t ignore_whitespace, svn_boolean_t remove_tempfiles, svn_client_patch_func_t patch_func, void *patch_baton, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
3215 svn_client_patch(const char *patch_abspath, const char *wc_dir_abspath, svn_boolean_t dry_run, int strip_count, svn_boolean_t reverse, svn_boolean_t ignore_whitespace, svn_boolean_t remove_tempfiles, svn_client_patch_func_t patch_func, void *patch_baton, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.cpp458 std::reverse(InlinedChain.DIEs.begin(), InlinedChain.DIEs.end());
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py333 for fs in sorted(p.keys(), reverse=True):
/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dstl_algo.h1628 * This is an uglified reverse(_BidirectionalIterator,
1650 * This is an uglified reverse(_BidirectionalIterator,
1675 * @return reverse() returns no value.
1679 * For every @c i such that @p 0<=i<=(last-first)/2), @p reverse()
1684 reverse(_BidirectionalIterator __first, _BidirectionalIterator __last) function
5024 std::reverse(__ii, __last);
5029 std::reverse(__first, __last);
5081 std::reverse(__ii, __last);
5086 std::reverse(__first, __last);
5135 std::reverse(__i
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp620 std::reverse(&SavedRegs[0], &SavedRegs[SavedRegIdx]);
658 // register. The list of saved registers is assumed to be in reverse
702 std::reverse(&SavedRegs[0], &SavedRegs[CU_NUM_SAVED_REGS]);
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp134 std::reverse(OpsToPrint.begin(), OpsToPrint.end());
493 std::reverse(Instructions.begin(), Instructions.end());
811 // A list of MCOperandPredicates for all operands in use, and the reverse map
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c737 int reverse,
804 if (reverse) {
734 drv_do_color(TERMINAL_CONTROL_BLOCK * TCB, int old_pair, int pair, int reverse, NCURSES_SP_OUTC outc) argument
/freebsd-11.0-release/contrib/bmake/mk/
H A Ddpadd.mk80 # in reverse order so that libs end up listed after all that needed them.
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Denv.cpp2052 static int reverse = 0; local
2053 if (force_reverse || reverse)
2065 if (force_reverse || reverse)
2068 reverse = !reverse;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Daltivec.h2632 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
2634 return vec_perm(mask, mask, reverse);
2649 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
2651 return vec_perm(mask, mask, reverse);
2666 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
2668 return vec_perm(mask, mask, reverse);
2682 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
2684 return vec_perm(mask, mask, reverse);
2699 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
2701 return vec_perm(mask, mask, reverse);
2715 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
2732 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
2750 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
2767 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
2784 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
2800 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
2817 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
2833 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
2850 vector unsigned char reverse = {15, 14, 13, 12, 11, 10, 9, 8, local
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Difcvt.c356 reverse the condition. */
1485 int reverse;
1496 reverse
1602 cond = canonicalize_condition (if_info->jump, cond, reverse,
2023 bool reverse;
2031 reverse the condition. */
2032 reverse = (GET_CODE (XEXP (SET_SRC (set), 2)) == LABEL_REF
2043 if (reverse)
2051 return canonicalize_condition (jump, cond, reverse, earliest,
1482 int reverse; local
2020 bool reverse; local
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h289 /// interface to reverse Blocks[from, end of loop] in this loop
291 std::reverse(Blocks.begin() + from, Blocks.end());
H A DLoopInfoImpl.h430 /// subloop header, add the subloop to its parent in PostOrder, then reverse the
446 std::reverse(Subloop->getSubLoopsVector().begin(),
463 /// 1) Discovered and mapped by a reverse CFG traversal.
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp1272 // first. We'll first read everything in to a vector, then we can reverse
1302 std::reverse(NewBits.begin(), NewBits.end());
1485 std::reverse(Ranges.begin(), Ranges.end());
1881 std::reverse(BitList.begin(), BitList.end());
2161 std::reverse(Bits.begin(), Bits.end());
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp579 for (auto &BB : reverse(F)) {
/freebsd-11.0-release/contrib/unbound/libunbound/python/
H A Dlibunbound.i935 def reverse(domain):
938 Usable for reverse lookups when the IP address should be reversed
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Darm.c6564 reverse a comparison if necessary. */
9544 output_return_instruction (rtx operand, int really_return, int reverse)
9572 output_asm_insn (reverse ? "bl%D0\t%a1" : "bl%d0\t%a1", ops);
9580 sprintf (conditional, "%%?%%%c0", reverse ? 'D' : 'd');
10634 /* This is the reverse of the soft frame pointer
11138 value is held in the lower number register. The reverse is true
11621 int reverse = 0;
11665 reverse = TRUE;
11678 reverse = TRUE;
11688 gcc_assert (!arm_ccfsm_state || reverse);
9528 output_return_instruction(rtx operand, int really_return, int reverse) argument
11602 int reverse = 0; local
[all...]

Completed in 436 milliseconds

123456