| /minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
| H A D | example-typelist.cpp | 49 class reverse { class 50 typedef typename reverse<typename T::tail>::type reversed_tail; 52 typedef typename reverse<typename reversed_tail::tail>::type most_of_tail; 56 typename reverse<cons<typename T::head, most_of_tail> >::type> type; 60 class reverse<cons<Head> > { class 66 class reverse<nil> { class 71 int reverse0[is_same<reverse<unsigned_inttypes>::type,
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
| H A D | inalloca-invoke.ll | 5 %frame.reverse = type { %Iter, %Iter } 11 declare void @reverse(%frame.reverse* inalloca align 4) 19 %rev_args = alloca inalloca %frame.reverse, align 4 20 %beg = getelementptr %frame.reverse* %rev_args, i32 0, i32 0 21 %end = getelementptr %frame.reverse* %rev_args, i32 0, i32 1 43 invoke void @reverse(%frame.reverse* inalloca align 4 %rev_args)
|
| /minix3/external/bsd/libc++/dist/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/ |
| H A D | reverse.pass.cpp | 28 std::reverse(Iter(ia), Iter(ia)); in test() 30 std::reverse(Iter(ia), Iter(ia+sa)); in test() 35 std::reverse(Iter(ib), Iter(ib+sb)); in test() 41 std::reverse(Iter(ic), Iter(ic+sc)); in test() 48 std::reverse(Iter(id), Iter(id+sd)); in test()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/ |
| H A D | reverse.pass.cpp | 28 std::reverse(Iter(ia), Iter(ia)); in test() 30 std::reverse(Iter(ia), Iter(ia+sa)); in test() 35 std::reverse(Iter(ib), Iter(ib+sb)); in test() 41 std::reverse(Iter(ic), Iter(ic+sc)); in test() 48 std::reverse(Iter(id), Iter(id+sd)); in test()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/ |
| H A D | core.py | 227 def __init__(self, module, reverse=False): argument 229 self.reverse = reverse 230 if self.reverse: 242 if self.reverse: 252 return Module.__function_iterator(self, reverse=True) 295 def __init__(self, function, reverse=False): argument 297 self.reverse = reverse 298 if self.reverse: 310 if self.reverse: 320 return Function.__bb_iterator(self, reverse=True) [all …]
|
| /minix3/usr.bin/patch/ |
| H A D | patch.c | 84 bool reverse = false; variable 263 reverse = !reverse; in main() 271 reverse = !reverse; in main() 276 reverse = !reverse; in main() 282 reverse ? "R" : "Unr", in main() 283 reverse ? "Assuming" : "Ignoring"); in main() 286 reverse ? "R" : "Unr", in main() 287 reverse ? "Assume" : "Ignore"); in main() 293 reverse = !reverse; in main() 443 reverse = reverse_flag_specified; in reinitialize_almost_everything() [all …]
|
| /minix3/external/bsd/libc++/dist/libcxx/test/containers/sequences/list/list.ops/ |
| H A D | reverse.pass.cpp | 25 c1.reverse(); in main() 33 c1.reverse(); in main()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/list/list.ops/ |
| H A D | reverse.pass.cpp | 25 c1.reverse(); in main() 33 c1.reverse(); in main()
|
| /minix3/external/bsd/tcpdump/dist/ |
| H A D | smbutil.c | 445 int reverse = 0; in smb_fdata1() local 496 reverse = !reverse; in smb_fdata1() 513 x = reverse ? EXTRACT_16BITS(buf) : in smb_fdata1() 524 x = reverse ? EXTRACT_32BITS(buf) : in smb_fdata1() 535 x = reverse ? EXTRACT_64BITS(buf) : in smb_fdata1() 548 x1 = reverse ? EXTRACT_32BITS(buf) : in smb_fdata1() 550 x2 = reverse ? EXTRACT_32BITS(buf + 4) : in smb_fdata1() 572 x = reverse ? EXTRACT_16BITS(buf) : in smb_fdata1() 583 x = reverse ? EXTRACT_32BITS(buf) : in smb_fdata1() 604 stringlen = reverse ? EXTRACT_16BITS(buf) : in smb_fdata1() [all …]
|
| /minix3/crypto/external/bsd/openssl/dist/apps/ |
| H A D | passwd.c | 42 int reverse, size_t pw_maxlen, int usecrypt, int use1, 72 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; in MAIN() local 129 reverse = 1; in MAIN() 234 quiet, table, reverse, pw_maxlen, usecrypt, use1, in MAIN() 260 quiet, table, reverse, pw_maxlen, usecrypt, in MAIN() 402 int reverse, size_t pw_maxlen, int usecrypt, int use1, in do_passwd() argument 476 if (table && !reverse) in do_passwd() 478 else if (table && reverse) in do_passwd()
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | salt-des.c | 144 int reverse = 0; in DES_string_to_key_int() local 154 if (!reverse) in DES_string_to_key_int() 159 reverse = !reverse; in DES_string_to_key_int()
|
| /minix3/tests/lib/libcurses/tests/ |
| H A D | attributes | 4 # set reverse and bold 8 # turn off reverse
|
| /minix3/common/lib/libc/arch/powerpc/string/ |
| H A D | memmove.S | 71 blt reverse /* src < dest. Don't want to */ 127 reverse: label
|
| /minix3/usr.bin/ul/ |
| H A D | ul.c | 94 void reverse __P((void)); 190 reverse(); in filter() 208 reverse(); in filter() 388 reverse(void) in reverse() function
|
| /minix3/external/bsd/llvm/dist/clang/test/CXX/except/except.spec/ |
| H A D | p9-noexcept.cpp | 16 void reverse() noexcept(false) in reverse() function
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
| H A D | 2003-11-20-Bitfields.c | 4 unsigned int reverse :1; member
|
| /minix3/usr.bin/tail/ |
| H A D | Makefile | 5 SRCS= forward.c misc.c read.c reverse.c tail.c
|
| H A D | tail.c | 180 reverse(fp, style, off, &sb); in main() 204 reverse(stdin, style, off, &sb); in main()
|
| H A D | extern.h | 41 void reverse(FILE *, enum STYLE, off_t, struct stat *);
|
| /minix3/external/bsd/libevent/dist/sample/ |
| H A D | dns-example.c | 146 int reverse = 0, servertest = 0, use_getaddrinfo = 0; in main() local 158 reverse = 1; in main() 223 if (reverse) { in main()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/ |
| H A D | sort.pass.cpp | 99 std::reverse(array, array+N); in test_larger_sorts() 107 std::reverse(array, array+N); in test_larger_sorts()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/ |
| H A D | stable_sort.pass.cpp | 99 std::reverse(array, array+N); in test_larger_sorts() 107 std::reverse(array, array+N); in test_larger_sorts()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/algorithms/alg.sorting/alg.sort/sort/ |
| H A D | sort.pass.cpp | 99 std::reverse(array, array+N); in test_larger_sorts() 107 std::reverse(array, array+N); in test_larger_sorts()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/ |
| H A D | stable_sort.pass.cpp | 99 std::reverse(array, array+N); in test_larger_sorts() 107 std::reverse(array, array+N); in test_larger_sorts()
|
| /minix3/external/bsd/libc++/dist/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
| H A D | reverse.pass.cpp | 27 c.reverse(); in test()
|