| /src/external/bsd/tre/dist/tests/agrep/ |
| basic.ok | 86 Take California. 96 Take California. 114 basic.in:Take California. 124 (standard input):Take California. 142 6:Take California. 152 6:Take California. 162 0:Take California. 172 0:Take California. 182 Take California. 192 Take California [all...] |
| /src/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/ |
| com.asm | 44 C Take the bitwise ones-complement of src,size and write it to dst,size.
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
| slist.d | 60 import std.range : Take; 512 sl.insertAfter(std.range.take(sl[], 2), "c"); // insert after "b" 535 $(D insertAfter(take(r, 1), stuff)). The complexity of that operation 545 size_t insertAfter(Stuff)(Take!Range r, Stuff stuff) 589 Removes a `Take!Range` from the list in linear time. 595 Range linearRemove(Take!Range r) 712 import std.range : take; 713 auto src = take([0, 1, 2, 3], 3); 807 import std.range : take; 809 auto r = take(s[], 2) [all...] |
| dlist.d | 187 import std.range : Take; 688 result the of a `take` operation. This is a convenient way to remove a 693 Range linearRemove(Take!Range r) 880 import std.range : take; 890 list.stableLinearRemove(take(range, 1)); 903 list.stableLinearRemove(take(range,2)); 916 list.stableLinearRemove(take(range,2)); 929 list.stableLinearRemove(take(range,2)); 1096 import std.range : drop, take; 1100 r = list.linearRemove(r.take(1)) [all...] |
| rbtree.d | 749 import std.range : Take; 1465 Removes the given `Take!Range` from the container 1473 Range remove(Take!Range r) 1494 import std.range : take; 1499 auto r2 = ts.remove(take(r, 0)); 1504 auto r3 = ts.remove(take(r, 2)); 1511 auto r3 = ts.remove(take(r, 2)); 1586 import std.range : take; 1602 assert(rbt.removeKey(take(rbt[], 3)) == 3 && rbt.length == 4); 1619 assert(rbt.removeKey(take(rbt[], 3)) == 3 && rbt.length == 2) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/c6x/ |
| libunwind.S | 52 ;; Loads have 4 delay slots. Take advantage of this to restore the
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/ |
| libunwind.S | 52 ;; Loads have 4 delay slots. Take advantage of this to restore the
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
| package.d | 178 $(TR $(TD $(LREF take)) 183 $(TD Like `take`, but assumes the given range actually has $(I n) 219 range operations that take advantage of the fact that the range is sorted. 2230 Unlike $(LREF takeExactly), `take` does not require that there 2238 n = the number of elements to take 2242 and `length`, `take` offers them as well. 2244 Take!R take(R)(R input, size_t n) 2248 static if (is(R T == Take!T)) 2260 return Take!R(input, n) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
| Signals.inc | 164 // at free'd data. Take away the path and put it back when done.
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| exception.d | 997 throw new Exception("Tried to take root of negative number"); 1236 // Note that a slice will not take into account what its members point to. 1973 $(REF Take, std,range) when sliced with a specific lower and upper 1975 this by `take`ing 0 from the return value of the handler function and 2166 import std.range : Take, takeExactly; 2187 Take!Handler opSlice(size_t lower, size_t upper) 2358 import std.range : Take; 2366 Take!Infinite opSlice(size_t, size_t) { assert(false); } 2392 expects exception constructors to take arguments in a fixed order. This
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| cvs_acls.in | 181 Take a "-u" parameter for $USER from commit_prep so that the script
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/ |
| Test.pm | 227 The options that C<cmd> can take are in the form of hash values: 270 C<perlapp> and C<perltest> will also take the following option: 277 than the script. Take care so that none of them can be seen as a 398 The options that C<run> can take are in the form of hash values: 899 # __srctop_file and __bldtop_file take the same kind of argument as 901 # Similarly, __srctop_dir and __bldtop_dir take the same kind of argument 948 # These functions all take the same arguments as File::Spec::Functions::catfile,
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
| mutation.d | 219 import std.range : take, Take; 262 static if (is(InputRange == Take!ForwardRange)) 264 front = take(back0, nswaps); 268 immutable subresult = bringToFront(take(back0, nswaps), 454 $(REF take, std,range): 461 src.take(dest.length).copy(dest);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ChangeLog-3.x | 15 (IGNORE_SYMBOL): Take out #ifdef N_MONPT and put in 0xc4. 178 take an argument. 269 * i386-dep.c (i386_frame_num_args): Take function from m-i386.h 1264 * Makefile: Added several things for make clean to take care of. 1665 to take the address of whatever variable has been passed). 1931 * eval.c (evaluate_subexp_for_address): Take address properly in 1933 lval in memory and we can take the address). 2063 * infrun.c (wait_for_inferior): Take FUNCTION_START_OFFSET into 2693 (remote_open, readchar): Setup to timeout reads if they take 2695 things take [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ChangeLog-3.x | 15 (IGNORE_SYMBOL): Take out #ifdef N_MONPT and put in 0xc4. 178 take an argument. 269 * i386-dep.c (i386_frame_num_args): Take function from m-i386.h 1264 * Makefile: Added several things for make clean to take care of. 1665 to take the address of whatever variable has been passed). 1931 * eval.c (evaluate_subexp_for_address): Take address properly in 1933 lval in memory and we can take the address). 2063 * infrun.c (wait_for_inferior): Take FUNCTION_START_OFFSET into 2693 (remote_open, readchar): Setup to timeout reads if they take 2695 things take [all...] |
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 226 The options that C<cmd> (as well as its derivatives described below) can take 270 C<perlapp> and C<perltest> will also take the following option: 277 than the script. Take care so that none of them can be seen as a 398 The options that C<run> can take are in the form of hash values: 999 # __srctop_file and __bldtop_file take the same kind of argument as 1001 # Similarly, __srctop_dir and __bldtop_dir take the same kind of argument 1048 # These functions all take the same arguments as File::Spec::Functions::catfile,
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 225 The options that C<cmd> (as well as its derivatives described below) can take 269 C<perlapp> and C<perltest> will also take the following option: 276 than the script. Take care so that none of them can be seen as a 397 The options that C<run> can take are in the form of hash values: 973 # __srctop_file and __bldtop_file take the same kind of argument as 975 # Similarly, __srctop_dir and __bldtop_dir take the same kind of argument 1022 # These functions all take the same arguments as File::Spec::Functions::catfile,
|
| /src/external/gpl2/diffutils/dist/config/ |
| texinfo.tex | 222 % take effect in \write's, yet the group defined by the \vbox ends 692 % That's how much \exdent should take out. 2574 % own to delimit the rest of the line, and then take it out again if we 2787 % Take care of texinfo commands likely to appear in an index entry. 2802 % Take care of the plain tex accent commands. 2817 % Take care of the plain tex special European modified letters. 2918 % Take care of the plain tex special European modified letters. 5920 % For a final copy, take out the rectangles
|
| /src/external/gpl2/gettext/dist/build-aux/ |
| texinfo.tex | 182 % take effect in \write's, yet the group defined by the \vbox ends 634 % That's how much \exdent should take out. 938 % own to delimit the rest of the line, and then take it out again if we 2355 % Take care of the plain tex accent commands. 2368 % Take care of the plain tex special European modified letters. 2380 % Take care of texinfo commands likely to appear in an index entry. 2459 % Take care of the plain tex special European modified letters. 2829 % Back to normal single-column typesetting, but take account of the 4405 % many arguments. They all take one argument, <macro name>, set up 4968 % For a final copy, take out the rectangle [all...] |
| /src/external/gpl2/grep/dist/doc/ |
| texinfo.tex | 209 % take effect in \write's, yet the group defined by the \vbox ends 679 % That's how much \exdent should take out. 2484 % own to delimit the rest of the line, and then take it out again if we 2697 % Take care of the plain tex accent commands. 2710 % Take care of the plain tex special European modified letters. 2722 % Take care of texinfo commands likely to appear in an index entry. 2812 % Take care of the plain tex special European modified letters. 5788 % For a final copy, take out the rectangles
|
| /src/sys/arch/sparc64/sparc64/ |
| locore.s | 1320 * When we take a trap the trap state is pushed on to the stack of trap 1364 * TLB_TAG_ACCESS registers. If we take another address fault 2304 * %canrestore to %cansave. What we should do is take 2531 flushw ! Get this clean so we won't take any more user faults 3408 * We'll take the spill/fill trap again once we return to user mode. 4500 * just take another interrupt in the unlikely event of simultaneous 4826 * if we would just take it on the way out. 5192 !! We can't take any save faults in here 'cause they will never be serviced 5468 or %l2, %l1, %l1 ! Now take care of the high bits 5677 or %l2, %l1, %l1 ! Now take care of the 8 high bits V|NFO|S [all...] |
| /src/external/bsd/am-utils/dist/doc/ |
| texinfo.tex | 201 % For a final copy, take out the rectangles 332 % take effect in \write's, yet the group defined by the \vbox ends 756 % That's how much \exdent should take out. 1328 % The `-' means take the \expnumber as the absolute number of 4149 % own to delimit the rest of the line, and then take it out again if we 4365 % Take care of Texinfo commands that can appear in an index entry. 4442 % These can be used both for control words that take an argument and 4571 % Commands that take arguments. 4704 % to take a single TeX argument. The case of a macro invocation that 4777 % Take care of unwanted page breaks/skips around a whatsit [all...] |
| /src/external/bsd/flex/dist/build-aux/ |
| texinfo.tex | 201 % For a final copy, take out the rectangles 332 % take effect in \write's, yet the group defined by the \vbox ends 756 % That's how much \exdent should take out. 1328 % The `-' means take the \expnumber as the absolute number of 4149 % own to delimit the rest of the line, and then take it out again if we 4365 % Take care of Texinfo commands that can appear in an index entry. 4442 % These can be used both for control words that take an argument and 4571 % Commands that take arguments. 4704 % to take a single TeX argument. The case of a macro invocation that 4777 % Take care of unwanted page breaks/skips around a whatsit [all...] |
| /src/external/gpl2/xcvs/dist/build-aux/ |
| texinfo.tex | 198 % For a final copy, take out the rectangles 352 % take effect in \write's, yet the group defined by the \vbox ends 864 % That's how much \exdent should take out. 1529 % The `-' means take the \expnumber as the absolute number of 3941 % own to delimit the rest of the line, and then take it out again if we 4128 % Take care of Texinfo commands that can appear in an index entry. 4202 % These can be used both for control words that take an argument and 4322 % Commands that take arguments. 4434 % to take a single TeX argument. The case of a macro invocation that 4502 % Take care of unwanted page breaks/skips around a whatsit [all...] |
| /src/external/gpl3/autoconf/dist/build-aux/ |
| texinfo.tex | 200 % For a final copy, take out the rectangles 331 % take effect in \write's, yet the group defined by the \vbox ends 755 % That's how much \exdent should take out. 1327 % The `-' means take the \expnumber as the absolute number of 4125 % own to delimit the rest of the line, and then take it out again if we 4312 % Take care of Texinfo commands that can appear in an index entry. 4389 % These can be used both for control words that take an argument and 4518 % Commands that take arguments. 4651 % to take a single TeX argument. The case of a macro invocation that 4724 % Take care of unwanted page breaks/skips around a whatsit [all...] |