| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | tree-ssa-tail-merge.c | 627 same_succ *same = XNEW (struct same_succ); in same_succ_alloc() local 629 same->bbs = BITMAP_ALLOC (NULL); in same_succ_alloc() 630 same->succs = BITMAP_ALLOC (NULL); in same_succ_alloc() 631 same->inverse = BITMAP_ALLOC (NULL); in same_succ_alloc() 632 same->succ_flags.create (10); in same_succ_alloc() 633 same->in_worklist = false; in same_succ_alloc() 635 return same; in same_succ_alloc() 654 same_succ_reset (same_succ *same) in same_succ_reset() argument 656 bitmap_clear (same->bbs); in same_succ_reset() 657 bitmap_clear (same->succs); in same_succ_reset() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | tree-ssa-tail-merge.c | 548 same_succ same = XNEW (struct same_succ_def); in same_succ_alloc() local 550 same->bbs = BITMAP_ALLOC (NULL); in same_succ_alloc() 551 same->succs = BITMAP_ALLOC (NULL); in same_succ_alloc() 552 same->inverse = BITMAP_ALLOC (NULL); in same_succ_alloc() 553 same->succ_flags = VEC_alloc (int, heap, 10); in same_succ_alloc() 554 same->in_worklist = false; in same_succ_alloc() 556 return same; in same_succ_alloc() 577 same_succ_reset (same_succ same) in same_succ_reset() argument 579 bitmap_clear (same->bbs); in same_succ_reset() 580 bitmap_clear (same->succs); in same_succ_reset() [all …]
|
| /dflybsd-src/games/snake/snake/ |
| H A D | snake.c | 69 #define same(s1, s2) ((s1)->line == (s2)->line && (s1)->col == (s2)->col) macro 398 if (same(&you, &money)) { in mainloop() 413 if (same(&you, &finish)) { in mainloop() 478 if (same(&p, &you)) in snrand() 480 if (same(&p, &money)) in snrand() 482 if (same(&p, &finish)) in snrand() 485 if (same(&p, &snake[i])) in snrand() 620 if (same(&d, &money)) in chase() 622 if (same(&d, &finish)) in chase() 828 if (same(&snake[i], &snake[5])) in pushsnake() [all …]
|
| /dflybsd-src/stand/boot/pc32/libi386/ |
| H A D | time.c | 75 int same, try; in time() local 77 try = same = 0; in time() 83 same = 0; in time() 84 } while (++same < 8 && ++try < 1000); in time()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | compat.texi | 36 can be used in the same program. The set of tools includes compilers, 39 they implement the same ABI@. This applies to different versions of the 40 same tools as well as tools from different vendors. 55 Conformance to the same ABI and the same behavior of implementation-defined 122 other and if they are both built with the same compiler, or with compilers 123 that conform to the same ABI for C++ compiler and runtime support. 125 When G++ and another C++ compiler conform to the same C++ ABI, but the 127 follow the same ABI for the Standard C++ Library, object files built with 128 those compilers can be used in the same program only if they use the same
|
| H A D | configterms.texi | 26 If build, host, and target are all the same, this is called a 27 @dfn{native}. If build and host are the same but target is different, 31 on the build at that time). If host and target are the same, but build 35 are the same, but host is different, you are using a cross compiler to 40 If build and host are the same, the GCC you are building will also be 58 for the host, once for the target (even if they are the same), and once
|
| H A D | headerdirs.texi | 8 @code{GCC_INCLUDE_DIR} means the same thing for native and cross. It is 16 @code{GPLUSPLUS_INCLUDE_DIR} means the same thing for native and cross. It
|
| /dflybsd-src/tools/tools/ath/athdecode/ |
| H A D | main.c | 60 int fd, i, nrecs, same; in main() local 79 same = 0; in main() 84 same++; in main() 87 if (same) in main() 88 printf("\t\t+%u time%s", same, same == 1 ? "" : "s"); in main() 102 same = 0; in main()
|
| /dflybsd-src/games/cribbage/ |
| H A D | cribbage.n | 75 announcing the total count of the two cards. Play continues in the same 95 Playing a card of same rank as that previously played pegs 96 2. Playing a third card of the same rank makes pair royal 97 and pegs 6. Playing the fourth card of the same rank 129 Each pair of cards of the same rank scores 2. 135 Four cards of the same suit in hand score 4; four 136 cards in hand or crib of same suit as the starter 139 Jack of same suit as the starter, in hand or crib, 148 the same suit as the jack. There are four fifteens by combining the jack 192 Misdeal. There must be a new deal by the same dealer if a card
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | bsdi | 5 # Some object/executable formats use the same magic numbers as are used 13 # same as in SunOS 4.x, except for static shared libraries
|
| H A D | maple | 100 # some of these are the same as .mps above 101 #0000000 000 000 001 044 000 105 same as .mps 102 #0000000 000 000 001 044 001 122 same as .mps
|
| /dflybsd-src/contrib/gcc-4.7/libobjc/ |
| H A D | accessors.m | 41 random lock from the pool (random, but always the same one for the 42 same property of the same object) and use it to protect access to 48 because the properties use the same lock. 16 seems big enough at 142 do the same for compatibility reasons. */ 258 same order to avoid deadlocks. */
|
| /dflybsd-src/contrib/binutils-2.27/gas/doc/ |
| H A D | c-tilegx.texi | 194 This modifier yields the same value as @code{hw0}, but it also checks 199 This modifier yields the same value as @code{hw1}, but it also checks 204 This modifier yields the same value as @code{hw2}, but it also checks 222 This modifier yields the same value as @code{hw0_got}, but it also 256 This modifier yields the same value as @code{hw1_plt}, but it also 272 This modifier yields the same value as @code{hw0_tls_gd}, but it also 289 This modifier yields the same value as @code{hw0_tls_ie}, but it also 306 This modifier yields the same value as @code{hw0_tls_le}, but it also
|
| H A D | c-nds32.texi | 143 the same as @samp{JRAL F1}. 244 Call function fname same as @samp{jal fname}. 251 This is the same as @samp{l.w rt5,var}. 254 This is the same as @samp{li rt5,imm32}. 260 Push content of register ra5 into stack. (same @samp{pushm ra5,ra5}). 284 Pop top of stack value into register. (same as @samp{popm rt5,rt5}.)
|
| H A D | c-i370.texi | 55 directives is ignored; thus for example, .using and USING have the same 128 same section as the current section. 137 standard @code{@value{AS}} directive .equ can be used to the same effect. 143 specified in the same section. 160 @code{.ltorg} must be put in the same section; otherwise an error will
|
| /dflybsd-src/contrib/dialog/ |
| H A D | README | 12 on the same screen (multi-widget), etc. were added. New widget are 29 needed to have more widgets (es.tailbox) cooperating on the same 44 Executable and library name of cdialog are the same of dialog, for
|
| /dflybsd-src/etc/ |
| H A D | gettytab | 22 # (none): same as ep for getty. login will use terminal as is. 25 # op: same as ep except odd parity (cs7 parenb parodd) for login. 27 # ap: same as ep except -inpck instead of inpck for login. 36 # ep:op: same as ap. 50 # be assigned to any table desired (hopefully the same speed).
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | macrotab.c | 699 int same = 1; in check_for_redefinition() local 709 same = 0; in check_for_redefinition() 711 same = 0; in check_for_redefinition() 715 same = 0; in check_for_redefinition() 722 same = 0; in check_for_redefinition() 726 if (! same) in check_for_redefinition()
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
| H A D | complex | 94 // Effects: Behaves the same as C99 function cacos, defined 130 // Effects: Behaves the same as C99 function casin, defined 174 // Effects: Behaves the same as C99 function catan, defined 212 // Effects: Behaves the same as C99 function cacosh, defined 251 // Effects: Behaves the same as C99 function casin, defined 295 // Effects: Behaves the same as C99 function catanh, defined 306 // Effects: Behaves the same as C99 function cabs, defined
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
| H A D | complex | 95 // Effects: Behaves the same as C99 function cacos, defined 131 // Effects: Behaves the same as C99 function casin, defined 175 // Effects: Behaves the same as C99 function catan, defined 211 // Effects: Behaves the same as C99 function cacosh, defined 250 // Effects: Behaves the same as C99 function casin, defined 294 // Effects: Behaves the same as C99 function catanh, defined 307 // Effects: Behaves the same as C99 function cabs, defined
|
| /dflybsd-src/crypto/openssh/ |
| H A D | PROTOCOL.key | 51 where each private key is encoded using the same rules as used for 57 hold the same value.
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| H A D | valarray | 150 /// Construct an array with the same size and values in @a sa. 153 /// Construct an array with the same size and values in @a ga. 156 /// Construct an array with the same size and values in @a ma. 159 /// Construct an array with the same size and values in @a ia. 206 * if @a sa does not have the same size as this array. 216 * if @a ga does not have the same size as this array. 226 * if @a ma does not have the same size as this array. 236 * if @a ia does not have the same size as this array. 247 * if @a __l does not have the same size as this array. 275 * indicated by the slice argument. The new valarray has the same size [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| H A D | valarray | 148 /// Construct an array with the same size and values in @a sa. 151 /// Construct an array with the same size and values in @a ga. 154 /// Construct an array with the same size and values in @a ma. 157 /// Construct an array with the same size and values in @a ia. 204 * if @a sa does not have the same size as this array. 214 * if @a ga does not have the same size as this array. 224 * if @a ma does not have the same size as this array. 234 * if @a ia does not have the same size as this array. 245 * if @a __l does not have the same size as this array. 273 * indicated by the slice argument. The new valarray has the same size [all …]
|
| /dflybsd-src/contrib/bmake/mk/ |
| H A D | README | 4 macros. They have the same names but without the bsd., separate macro 202 the same as the variable being unset). 213 they use the same default owners etc. as the rest of the tree. 321 Each of the targets will execute the same target in the 350 subdirectories. It has the same eight targets as <bsd.prog.mk>: all, 368 the same eight targets as <bsd.prog.mk>: all, clean, cleandir, depend, 392 to .c files of the same name. (This is not the default for
|
| /dflybsd-src/share/i18n/csmapper/MISC/ |
| H A D | UCS%RISCOS-LATIN1.src | 14 # The charset used on RISC OS ('Acorn RISC OS'). The same as Latin-1, 45 # meaning, but they should look about the same.
|