Home
last modified time | relevance | path

Searched defs:reverse (Results 101 – 125 of 11335) sorted by relevance

12345678910>>...454

/dports/lang/gcc48/gcc-4.8.5/libgomp/testsuite/libgomp.fortran/
H A Dpr49792-2.f905 subroutine reverse(n, a) subroutine
11 end subroutine reverse argument
/dports/mail/neomutt/neomutt-20211029/
H A Dsort.c81 static int compare_score(const struct Email *a, const struct Email *b, bool reverse) in compare_score()
90 static int compare_size(const struct Email *a, const struct Email *b, bool reverse) in compare_size()
99 static int compare_date_sent(const struct Email *a, const struct Email *b, bool reverse) in compare_date_sent()
108 static int compare_subject(const struct Email *a, const struct Email *b, bool reverse) in compare_subject()
157 static int compare_to(const struct Email *a, const struct Email *b, bool reverse) in compare_to()
170 static int compare_from(const struct Email *a, const struct Email *b, bool reverse) in compare_from()
183 static int compare_date_received(const struct Email *a, const struct Email *b, bool reverse) in compare_date_received()
192 static int compare_order(const struct Email *a, const struct Email *b, bool reverse) in compare_order()
201 static int compare_spam(const struct Email *a, const struct Email *b, bool reverse) in compare_spam()
250 static int compare_label(const struct Email *a, const struct Email *b, bool reverse) in compare_label()
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/algorithms/
H A Dreverse.hpp38 struct reverse : public detail::algorithm<reverse<Iter>, Iter> struct
40 reverse() in reverse() argument
46 sequential(ExPolicy, BidirIter first, BidirIter last) in sequential()
56 parallel(ExPolicy && policy, BidirIter first, BidirIter last) in parallel()
127 reverse(ExPolicy && policy, BidirIter first, BidirIter last) in reverse() function
/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex_core.py310 def _check_firstset(info, reverse, fs): argument
1863 def get_firstset(self, reverse): argument
1895 def get_firstset(self, reverse): argument
1908 def dump(self, indent, reverse): argument
1928 def dump(self, indent, reverse): argument
1971 def get_firstset(self, reverse): argument
1981 def dump(self, indent, reverse): argument
2078 def get_firstset(self, reverse): argument
2095 def dump(self, indent, reverse): argument
2425 def dump(self, indent, reverse): argument
[all …]
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex_core.py309 def _check_firstset(info, reverse, fs): argument
1881 def get_firstset(self, reverse): argument
1913 def get_firstset(self, reverse): argument
1926 def dump(self, indent, reverse): argument
1946 def dump(self, indent, reverse): argument
1989 def get_firstset(self, reverse): argument
1999 def dump(self, indent, reverse): argument
2096 def get_firstset(self, reverse): argument
2113 def dump(self, indent, reverse): argument
2443 def dump(self, indent, reverse): argument
[all …]
/dports/www/limesurvey/limesurvey/framework/gii/components/Pear/Text/
H A DDiff.php121 function reverse() function in Text_Diff
347 function &reverse() function in Text_Diff_Op
381 function &reverse() function in Text_Diff_Op_copy
403 function &reverse() function in Text_Diff_Op_delete
425 function &reverse() function in Text_Diff_Op_add
447 function &reverse() function in Text_Diff_Op_change
/dports/devel/pear-Text_Diff/Text_Diff-1.2.2/Text/
H A DDiff.php124 function reverse() function in Text_Diff
348 function &reverse() function in Text_Diff_Op
382 function &reverse() function in Text_Diff_Op_copy
404 function &reverse() function in Text_Diff_Op_delete
426 function &reverse() function in Text_Diff_Op_add
448 function &reverse() function in Text_Diff_Op_change
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/gii/components/Pear/Text/
H A DDiff.php121 function reverse() function in Text_Diff
347 function &reverse() function in Text_Diff_Op
381 function &reverse() function in Text_Diff_Op_copy
403 function &reverse() function in Text_Diff_Op_delete
425 function &reverse() function in Text_Diff_Op_add
447 function &reverse() function in Text_Diff_Op_change
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/about/
H A DAboutData.java79 private static void reverse(AboutData[] infos) { in reverse() method in AboutData
97 public static void sortByProvider(boolean reverse, AboutData[] infos) { in sortByProvider()
130 public static void sortByName(boolean reverse, AboutData[] infos) { in sortByName()
156 public static void sortByVersion(boolean reverse, AboutData[] infos) { in sortByVersion()
190 public static void sortById(boolean reverse, AboutData[] infos) { in sortById()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/svg/font/
H A DComplexGlyphVector.java127 private static void reverse(boolean[] ba) { in reverse() method in ComplexGlyphVector
136 private static void reverse(int[] ia) { in reverse() method in ComplexGlyphVector
145 private static void reverse(int[][] iaa) { in reverse() method in ComplexGlyphVector
154 private static void reverse(float[] fa) { in reverse() method in ComplexGlyphVector
177 private static void reverse(Rectangle2D[] ra) { in reverse() method in ComplexGlyphVector
186 private static void reverse(AffineTransform[] ta) { in reverse() method in ComplexGlyphVector
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dlibcpp_algo.pyx13 def heapsort(l, bool reverse=False):
32 def partialsort(l, int k, reverse=False): argument
47 def stdsort(l, reverse=False): argument
/dports/archivers/v1541commander/v1541commander-1.1/src/bin/v1541commander/
H A Dpetsciiconvert.cpp3 QChar PetsciiConvert::unicodeToFont(const QChar &uc, bool lc, bool reverse) in unicodeToFont()
41 bool lc, bool reverse) in petsciiToFont()
54 unsigned char PetsciiConvert::fontToPetscii(const QChar &fc, bool reverse) in fontToPetscii()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dsso-2.c10 struct reverse struct
22 struct reverse R; argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dsso-2.c10 struct reverse struct
22 struct reverse R; argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dsso-2.c10 struct reverse struct
22 struct reverse R; argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dsso-2.c10 struct reverse struct
22 struct reverse R; argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dsso-2.c10 struct reverse struct
22 struct reverse R; argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dsso-2.c10 struct reverse struct
22 struct reverse R; argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dsso-2.c10 struct reverse struct
22 struct reverse R; argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dsso-2.c10 struct reverse struct
22 struct reverse R; argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dsso-2.c10 struct reverse struct
22 struct reverse R; argument
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dsso-2.c10 struct reverse struct
22 struct reverse R; argument
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dsso-2.c10 struct reverse struct
22 struct reverse R; argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dsso-2.c10 struct reverse struct
22 struct reverse R; argument
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/debug/dwarf2/
H A Dsso-2.c10 struct reverse struct
22 struct reverse R; argument

12345678910>>...454