| /netbsd-src/etc/ |
| H A D | makespec | 32 TYPES="b c d f l p s" 86 for i in $TYPES; do
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/ |
| H A D | ppc-xlate.pl | 14 my %TYPES; 23 $TYPES{$name} = $type; 35 my $type = \$TYPES{$name}; 322 if ($TYPES{$label} =~ /function/) {
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/ |
| H A D | ppc-xlate.pl | 14 my %TYPES; 23 $TYPES{$name} = $type; 35 my $type = \$TYPES{$name}; 399 if ($TYPES{$label} =~ /function/) {
|
| /netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/testing/ |
| H A D | bdbhpt-populate.pl | |
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnitIndex.cpp | 53 CASE(EXT_TYPES, TYPES); in serializeSectionKind() 79 CASE(TYPES, EXT_TYPES); in deserializeSectionKind()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | X86DisassemblerDecoderCommon.h | 405 #define TYPES \ macro 445 TYPES enumerator
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | configure.ac | 62 AC_MSG_NOTICE(*** SYSTEM TYPES ***) 1023 dnl MAP TYPES 1024 AC_MSG_NOTICE(*** MAP TYPES ***) 1055 dnl FILESYSTEM TYPES 1056 AC_MSG_NOTICE(*** FILESYSTEM TYPES ***) 1093 dnl AUTOMOUNTER FILESYSTEM TYPES 1094 AC_MSG_NOTICE(*** AUTOMOUNTER FILESYSTEM TYPES ***) 1115 dnl MOUNTING TYPES AND NAMES FOR MOUNTING TABLE 1117 AC_MSG_NOTICE(*** MOUNTING TYPES ***)
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
| H A D | stdint.m4 | 219 dnl gl_STDINT_BITSIZEOF(TYPES, INCLUDES) 256 dnl gl_CHECK_TYPES_SIGNED(TYPES, INCLUDES) 289 dnl gl_INTEGER_TYPE_SUFFIX(TYPES, INCLUDES)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | OSSL_STORE_SEARCH.pod | 89 For more information, see L</SUPPORTED CRITERION TYPES> below. 91 =head1 SUPPORTED CRITERION TYPES
|
| H A D | OSSL_STORE_expect.pod | 35 See L<OSSL_STORE_SEARCH/SUPPORTED CRITERION TYPES> for information on the
|
| H A D | SSL_CONF_cmd.pod | 533 =head1 SUPPORTED COMMAND TYPES
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple.def | 147 /* GIMPLE_CATCH <TYPES, HANDLER> represents a typed exception handler. 148 TYPES is the type (or list of types) handled. HANDLER is the 152 /* GIMPLE_EH_FILTER <TYPES, FAILURE> represents an exception 153 specification. TYPES is a list of allowed types and FAILURE is the
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple.def | 147 /* GIMPLE_CATCH <TYPES, HANDLER> represents a typed exception handler. 148 TYPES is the type (or list of types) handled. HANDLER is the 152 /* GIMPLE_EH_FILTER <TYPES, FAILURE> represents an exception 153 specification. TYPES is a list of allowed types and FAILURE is the
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | OSSL_STORE_expect.pod | 37 See L<OSSL_STORE_SEARCH(3)/SUPPORTED CRITERION TYPES> for information on the
|
| H A D | SSL_CONF_cmd.pod | 570 =head1 SUPPORTED COMMAND TYPES
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | BuiltinsPPC.def | 23 # define CUSTOM_BUILTIN(ID, INTR, TYPES, ACCUMULATE) \ 26 # define BUILTIN(ID, TYPES, ATTRS) 29 #define UNALIASED_CUSTOM_BUILTIN(ID, TYPES, ACCUMULATE) \ 30 CUSTOM_BUILTIN(ID, ID, TYPES, ACCUMULATE)
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | stdint.m4 | 369 dnl gl_STDINT_BITSIZEOF(TYPES, INCLUDES) 406 dnl gl_CHECK_TYPES_SIGNED(TYPES, INCLUDES) 439 dnl gl_INTEGER_TYPE_SUFFIX(TYPES, INCLUDES)
|
| /netbsd-src/external/gpl2/mkhybrid/dist/ |
| H A D | README.mkhybrid | 63 CREATOR and TYPES based on just their filename extensions listed in the file
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.td | 31 // Define a register class that contains values of types TYPES and an
|
| /netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
| H A D | types.m4 | 172 # AC_CHECK_TYPES(TYPES, 176 # TYPES is an m4 list. There are no ambiguities here, we mean the newer
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | X86DisassemblerTables.cpp | 52 TYPES in stringForOperandType()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins.cc | 526 #define DEF_SVE_FUNCTION(NAME, SHAPE, TYPES, PREDS) \ argument 527 { #NAME, &functions::NAME, &shapes::SHAPE, types_##TYPES, preds_##PREDS, \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64-sve-builtins.cc | 526 #define DEF_SVE_FUNCTION(NAME, SHAPE, TYPES, PREDS) \ argument 527 { #NAME, &functions::NAME, &shapes::SHAPE, types_##TYPES, preds_##PREDS, \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gimple.texi | 1428 Build a @code{GIMPLE_CATCH} statement. @code{TYPES} are the tree types this 1645 Build a @code{GIMPLE_EH_FILTER} statement. @code{TYPES} are the filter's 1665 Set @code{TYPES} to be the set of types handled by @code{GIMPLE_EH_FILTER} @code{G}.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gimple.texi | 1436 Build a @code{GIMPLE_CATCH} statement. @code{TYPES} are the tree types this 1653 Build a @code{GIMPLE_EH_FILTER} statement. @code{TYPES} are the filter's 1673 Set @code{TYPES} to be the set of types handled by @code{GIMPLE_EH_FILTER} @code{G}.
|