Searched refs:reverse (Results 26 - 50 of 127) sorted by relevance

123456

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DARMException.cpp117 for (const GlobalValue *GV : reverse(TypeInfos)) {
/freebsd-11.0-release/contrib/libstdc++/include/backward/
H A Dalgo.h91 using std::reverse;
/freebsd-11.0-release/usr.bin/ul/
H A Dul.c91 static void reverse(void);
207 reverse();
225 reverse();
427 reverse(void) function
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp164 // Sorts the CFGs blocks using a reverse post-order depth-first traversal.
181 // Performs a reverse topological traversal, starting from the exit block and
184 // before their post-dominator (because it's a reverse topological traversal).
235 // achieved visiting the nodes in reverse topological order.
322 for (auto *Block : Blocks.reverse()) {
333 for (auto *Block : Blocks.reverse()) {
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp163 // Iterate through the inputs in reverse order, since we'll be pulling
166 for (MachineOperand &Op : reverse(Insert->uses())) {
243 for (MachineOperand &MO : reverse(MI.explicit_operands())) {
H A DWebAssemblyCFGStackify.cpp13 /// This pass reorders the blocks in a function to put them into a reverse
400 for (auto X : reverse(Stack)) {
433 for (auto &MBB : reverse(MF)) {
434 for (auto &MI : reverse(MBB)) {
/freebsd-11.0-release/contrib/libpcap/
H A Dgencode.h324 struct block *gen_atmfield_code(int atmfield, bpf_int32 jvalue, bpf_u_int32 jtype, int reverse);
329 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_color.c810 int reverse,
814 CallDriver_4(SP_PARM, docolor, old_pair, pair, reverse, outc);
872 if (reverse) {
892 _nc_do_color(int old_pair, int pair, int reverse, NCURSES_OUTC outc) argument
898 reverse,
807 _nc_do_color(NCURSES_SP_DCLx int old_pair, int pair, int reverse, NCURSES_SP_OUTC outc) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp201 bool reverse,
218 if (reverse && m_last_line == 1)
228 if (reverse)
230 // If this is the first time we've done a reverse, then back up one more time so we end
199 DisplayMoreWithLineNumbers(Stream *s, uint32_t count, bool reverse, const SymbolContextList *bp_locs) argument
/freebsd-11.0-release/contrib/gcc/
H A Dcfgcleanup.c1180 bool reverse, match;
1203 reverse = false;
1205 reverse = true;
1213 reverse = !reverse;
1220 if (reverse)
1329 bool reverse, match;
1361 reverse = false;
1363 reverse = true;
1371 reverse
1173 bool reverse, match; local
1322 bool reverse, match; local
[all...]
H A Dexpr.c104 int reverse; member in struct:move_by_pieces
120 int reverse; member in struct:store_by_pieces
894 data.reverse
903 data.reverse = 1;
905 data.reverse = 0;
917 if (data.reverse) data.offset = len;
932 if (USE_LOAD_PRE_DECREMENT (mode) && data.reverse && ! data.autinc_from)
946 if (USE_STORE_PRE_DECREMENT (mode) && data.reverse && ! data.autinc_to)
952 if (USE_STORE_POST_INCREMENT (mode) && ! data.reverse && ! data.autinc_to)
1006 gcc_assert (!data.reverse);
2198 int reverse; local
[all...]
H A Dcfganal.c631 /* Perform depth-first search in the reverse graph to find nodes
653 /* Compute reverse top sort order.
726 REV_POST_ORDER is nonzero, return the reverse completion number for each
732 rev_post_order is really a reverse postorder numbering of the graph.
797 its reverse completion number. */
805 so assign its reverse completion number. */
861 reverse graph. If INITIALIZE_STACK is nonzero, the exit block is
893 /* Continue the depth-first search through the reverse graph starting with the
925 reverse graph. */
938 dfs_enumerate_from (basic_block bb, int reverse,
933 dfs_enumerate_from(basic_block bb, int reverse, bool (*predicate) (basic_block, void *), basic_block *rslt, int rslt_max, void *data) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h156 bool reverse,
/freebsd-11.0-release/contrib/bmake/mk/
H A Dmeta2deps.py122 def sort_unique(list, cmp=None, key=None, reverse=False):
123 list.sort(cmp, key, reverse)
242 self.srctops.sort(reverse=True)
243 self.objroots.sort(reverse=True)
/freebsd-11.0-release/share/mk/
H A Dmeta2deps.py123 def sort_unique(list, cmp=None, key=None, reverse=False):
124 list.sort(cmp, key, reverse)
243 self.srctops.sort(reverse=True)
244 self.objroots.sort(reverse=True)
/freebsd-11.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c165 static char *reverse(const char *src) function
320 if ((reversed = reverse(newpass))) {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h203 llvm::iterator_range<reverse_iterator> reverse() {
206 llvm::iterator_range<const_reverse_iterator> reverse() const {
/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Dx_x509a.c193 ASN1_EXP_OPT(X509_CERT_PAIR, reverse, X509, 1)
/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dstl_list.h88 reverse();
624 * Returns a read/write reverse iterator that points to the last
625 * element in the %list. Iteration is done in reverse element
633 * Returns a read-only (constant) reverse iterator that points to
634 * the last element in the %list. Iteration is done in reverse
642 * Returns a read/write reverse iterator that points to one
644 * reverse element order.
651 * Returns a read-only (constant) reverse iterator that points to one
652 * before the first element in the %list. Iteration is done in reverse
1086 reverse() function in class:list
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/include/
H A Dsvn_diff.h1091 * If the @a hunk is being interpreted in reverse (i.e. the reverse
1250 * Indicates whether the patch is being interpreted in reverse. */
1251 svn_boolean_t reverse;
1255 * forward merges and one for reverse merges.
1279 * If @a reverse is TRUE, invert the patch while parsing it.
1289 svn_boolean_t reverse,
1243 svn_boolean_t reverse; member in struct:svn_patch_t
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DSTLExtras.h206 // Returns an iterator_range over the given container which iterates in reverse.
209 auto reverse(ContainerTy &&C,
221 // Returns an iterator_range over the given container which iterates in reverse.
225 auto reverse(
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c158 boolean_t reverse)
170 col->sc_reverse = reverse;
157 zfs_add_sort_column(zfs_sort_column_t **sc, const char *name, boolean_t reverse) argument
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/
H A Dtrie_policy.hpp89 reverse = Reverse enumerator in enum:pb_ds::string_trie_e_access_traits::__anon2091
/freebsd-11.0-release/usr.bin/tail/
H A Dreverse.c35 static char sccsid[] = "@(#)reverse.c 8.1 (Berkeley) 6/6/93";
40 __FBSDID("$FreeBSD: releng/11.0/usr.bin/tail/reverse.c 216370 2010-12-11 08:32:16Z joel $");
61 * reverse -- display input in reverse order by line.
79 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) function
105 * r_reg -- display a regular file in reverse order by line.
179 * r_buf -- display a non-regular file in reverse order by line.
182 * doubly linked list of buffers and then displays them in reverse order.
251 * Step through the blocks in the reverse order read. The last char
/freebsd-11.0-release/contrib/unbound/dns64/
H A Ddns64.c141 reverse(char* begin, char* end) function
165 reverse(s, ss);

Completed in 295 milliseconds

123456