Home
last modified time | relevance | path

Searched refs:OUTER (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/external/bsd/openldap/dist/tests/scripts/
H A Dtest060-mt-hot89 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 Dbfin.h605 #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 Dbfin.h605 #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 Dvarmod-remember.mk73 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 Dgcn.h417 #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 Dgcn.h422 #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 Dgenfusion.pl233 OUTER: foreach $outer ( @outer_ops ) { label
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dtypeinfo163 // type, then THR_OBJ is the pointer itself. OUTER indicates the
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dtypeinfo139 // type, then THR_OBJ is the pointer itself. OUTER indicates the
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLibFuzzer.rst228 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 Dm4sh.at987 m4_defun([OUTER], [AS_REQUIRE([NESTED])dnl
992 AS_REQUIRE([OUTER], , [M4SH-INIT-FN])
H A Dtorture.at1475 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 Dcopyright.texi437 (GEnie : OUTER; CIS : [71755,204]) Graven Imagery, 1992.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc457 #define COST_IN(X, MODE, OUTER, OPNO) \ argument
458 (REG_P (X) ? 0 : notreg_cost (X, MODE, OUTER, OPNO))
H A DChangeLog.graphite2593 * 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 DChangeLog-200920755 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 Dcse.c468 #define COST_IN(X, MODE, OUTER, OPNO) \ argument
469 (REG_P (X) ? 0 : notreg_cost (X, MODE, OUTER, OPNO))
H A Dreload.c5548 #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 Dautoconf.texi14576 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 Dautoconf.info11829 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 DChangeLog-20075399 Add an extra OUTER parameter, which specified the loop header in
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgccint.info8985 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 Dgccint.info9348 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 DUnicodeData.txt6870 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 DUnicodeData.txt7225 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;;;;;

12