| /netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
| H A D | test060-mt-hot | 89 OUTER=1 91 echo "Testing basic mt-hot search: $THR threads ($OUTER x $INNER) loops..." 94 -m $THR -L $OUTER -l $INNER 97 -m $THR -L $OUTER -l $INNER >> $MTREADOUT 2>&1 107 OUTER=1 109 echo "Testing basic mt-hot search: $THR threads ($OUTER x $INNER) loops..." 112 -m $THR -L $OUTER -l $INNER 115 -m $THR -L $OUTER -l $INNER >> $MTREADOUT 2>&1 125 OUTER=5 127 echo "Testing basic mt-hot search: $THR threads ($OUTER x $INNER) loops..." [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
| H A D | bfin.h | 605 #define IREG_POSSIBLE_P(OUTER) \ argument 606 ((OUTER) == POST_INC || (OUTER) == PRE_INC \ 607 || (OUTER) == POST_DEC || (OUTER) == PRE_DEC \ 608 || (OUTER) == MEM || (OUTER) == ADDRESS) 610 #define MODE_CODE_BASE_REG_CLASS(MODE, AS, OUTER, INDEX) \ argument 611 ((MODE) == HImode && IREG_POSSIBLE_P (OUTER) ? IPREGS : PREGS) 615 #define REGNO_OK_FOR_BASE_STRICT_P(X, MODE, OUTER, INDEX) \ argument 617 || (IREG_POSSIBLE_P (OUTER) && (MODE) == HImode \ 620 #define REGNO_OK_FOR_BASE_NONSTRICT_P(X, MODE, OUTER, INDEX) \ argument 622 || REGNO_OK_FOR_BASE_STRICT_P (X, MODE, OUTER, INDEX)) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| H A D | bfin.h | 605 #define IREG_POSSIBLE_P(OUTER) \ argument 606 ((OUTER) == POST_INC || (OUTER) == PRE_INC \ 607 || (OUTER) == POST_DEC || (OUTER) == PRE_DEC \ 608 || (OUTER) == MEM || (OUTER) == ADDRESS) 610 #define MODE_CODE_BASE_REG_CLASS(MODE, AS, OUTER, INDEX) \ argument 611 ((MODE) == HImode && IREG_POSSIBLE_P (OUTER) ? IPREGS : PREGS) 615 #define REGNO_OK_FOR_BASE_STRICT_P(X, MODE, OUTER, INDEX) \ argument 617 || (IREG_POSSIBLE_P (OUTER) && (MODE) == HImode \ 620 #define REGNO_OK_FOR_BASE_NONSTRICT_P(X, MODE, OUTER, INDEX) \ argument 622 || REGNO_OK_FOR_BASE_STRICT_P (X, MODE, OUTER, INDEX)) [all …]
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | varmod-remember.mk | 73 OUTER= ${outer:L:_:@o@$o ${INNER} outer_='$_'@} 74 .if ${OUTER} != "outer inner inner_='inner' outer_='inner'"
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
| H A D | gcn.h | 417 #define MODE_CODE_BASE_REG_CLASS(MODE, AS, OUTER, INDEX) \ argument 418 gcn_mode_code_base_reg_class (MODE, AS, OUTER, INDEX) 419 #define REGNO_MODE_CODE_OK_FOR_BASE_P(NUM, MODE, AS, OUTER, INDEX) \ argument 420 gcn_regno_mode_code_ok_for_base_p (NUM, MODE, AS, OUTER, INDEX)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
| H A D | gcn.h | 422 #define MODE_CODE_BASE_REG_CLASS(MODE, AS, OUTER, INDEX) \ argument 423 gcn_mode_code_base_reg_class (MODE, AS, OUTER, INDEX) 424 #define REGNO_MODE_CODE_OK_FOR_BASE_P(NUM, MODE, AS, OUTER, INDEX) \ argument 425 gcn_regno_mode_code_ok_for_base_p (NUM, MODE, AS, OUTER, INDEX)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | genfusion.pl | 233 OUTER: foreach $outer ( @outer_ops ) { label
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| H A D | typeinfo | 163 // type, then THR_OBJ is the pointer itself. OUTER indicates the
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| H A D | typeinfo | 139 // type, then THR_OBJ is the pointer itself. OUTER indicates the
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | LibFuzzer.rst | 228 MERGE-OUTER: non-empty control file provided: 'SomeLocalPath' 229 MERGE-OUTER: control file ok, 32 files total, first not processed file 20
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | m4sh.at | 987 m4_defun([OUTER], [AS_REQUIRE([NESTED])dnl 992 AS_REQUIRE([OUTER], , [M4SH-INIT-FN])
|
| H A D | torture.at | 1475 AC_ARG_VAR([OUTER], [an outer variable]) 1572 AC_ARG_VAR([OUTER], [an outer variable])
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/ |
| H A D | copyright.texi | 437 (GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | cse.cc | 457 #define COST_IN(X, MODE, OUTER, OPNO) \ argument 458 (REG_P (X) ? 0 : notreg_cost (X, MODE, OUTER, OPNO))
|
| H A D | ChangeLog.graphite | 2593 * graphite-interchange.c (lst_try_interchange): Do not modify OUTER 2603 the OUTER index when there is no AFTER kernel. Do not increment the 2604 OUTER index for after processing the AFTER kernel. 2606 (lst_interchange_select_outer): Do not pass in a pointer to the OUTER 2607 index. Do not pass to lst_interchange_select_inner the OUTER index.
|
| H A D | ChangeLog-2009 | 20755 extracted code for a bitfield element. Accept an OUTER state 20762 OUTER state argument for recursive calls. Return total size. Be 20764 (output_constant): Feed OUTER in calls to output_constructor.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cse.c | 468 #define COST_IN(X, MODE, OUTER, OPNO) \ argument 469 (REG_P (X) ? 0 : notreg_cost (X, MODE, OUTER, OPNO))
|
| H A D | reload.c | 5548 #define REG_OK_FOR_CONTEXT(CONTEXT, REGNO, MODE, AS, OUTER, INDEX) \ in find_reloads_address_1() argument 5550 ? regno_ok_for_base_p (REGNO, MODE, AS, OUTER, INDEX) \ in find_reloads_address_1()
|
| /netbsd-src/external/gpl3/autoconf/dist/doc/ |
| H A D | autoconf.texi | 14576 AC_DEFUN([OUTER], [[echo in OUTER] 14579 OUTER 14585 of @code{OUTER}, but because @code{TESTA} had already been directly 14593 in OUTER 14609 in OUTER 14623 violated because @code{TESTB} requires @code{TESTA} while @code{OUTER} 14639 AC_DEFUN([OUTER], [[echo in OUTER] 14642 OUTER 14653 in OUTER 26001 @result{}AC_DEFUN([OUTER], [[echo in OUTER] [all …]
|
| H A D | autoconf.info | 11829 AC_DEFUN([OUTER], [[echo in OUTER] 11832 OUTER 11835 that `TESTB' needed to be hoisted prior to the expansion of `OUTER', 11842 in OUTER 11855 in OUTER 11868 `TESTA' while `OUTER' directly expands it. One way of fixing the bug 11882 AC_DEFUN([OUTER], [[echo in OUTER] 11885 OUTER 11893 in OUTER 21823 =>AC_DEFUN([OUTER], [[echo in OUTER] [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | ChangeLog-2007 | 5399 Add an extra OUTER parameter, which specified the loop header in
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gccint.info | 8985 For example, if a subreg has an outer mode of size OUTER and an inner 8988 * the subreg is complete if known_eq (INNER, OUTER) 8990 * otherwise, the subreg is paradoxical if known_le (INNER, OUTER) 8992 * otherwise, the subreg is partial if known_le (OUTER, INNER) 8996 Thus the subreg is only valid if 'ordered_p (OUTER, INNER)' is true. 8999 * the subreg is complete if known_eq (INNER, OUTER) 9001 * the subreg is paradoxical if maybe_lt (INNER, OUTER) 9003 * the subreg is partial if maybe_lt (OUTER, INNER)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gccint.info | 9348 For example, if a subreg has an outer mode of size OUTER and an inner 9351 * the subreg is complete if known_eq (INNER, OUTER) 9353 * otherwise, the subreg is paradoxical if known_le (INNER, OUTER) 9355 * otherwise, the subreg is partial if known_le (OUTER, INNER) 9359 Thus the subreg is only valid if 'ordered_p (OUTER, INNER)' is true. 9362 * the subreg is complete if known_eq (INNER, OUTER) 9364 * the subreg is paradoxical if maybe_lt (INNER, OUTER) 9366 * the subreg is partial if maybe_lt (OUTER, INNER)
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ |
| H A D | UnicodeData.txt | 6870 27D5;LEFT OUTER JOIN;Sm;0;ON;;;;;Y;;;;; 6871 27D6;RIGHT OUTER JOIN;Sm;0;ON;;;;;Y;;;;; 6872 27D7;FULL OUTER JOIN;Sm;0;ON;;;;;N;;;;;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | UnicodeData.txt | 7225 27D5;LEFT OUTER JOIN;Sm;0;ON;;;;;Y;;;;; 7226 27D6;RIGHT OUTER JOIN;Sm;0;ON;;;;;Y;;;;; 7227 27D7;FULL OUTER JOIN;Sm;0;ON;;;;;N;;;;;
|