Searched refs:TYPE (Results 126 - 150 of 191) sorted by relevance

12345678

/freebsd-10.2-release/contrib/gcc/
H A Ddefaults.h205 #define ASM_OUTPUT_TYPE_DIRECTIVE(STREAM, NAME, TYPE) \
211 fprintf (STREAM, TYPE_OPERAND_FMT, TYPE); \
H A Dgenmodes.c794 #define print_decl(TYPE, NAME, ASIZE) \
795 puts ("\nconst " TYPE " " NAME "[" ASIZE "] =\n{");
797 #define print_maybe_const_decl(TYPE, NAME, ASIZE, CATEGORY) \
798 printf ("\n" TYPE " " NAME "[" ASIZE "] = \n{\n", \
H A Dlibgcc2.c1735 # define TYPE SFtype
1738 # define TYPE DFtype
1741 # define TYPE XFtype
1744 # define TYPE TFtype
1750 TYPE
1751 NAME (TYPE x, int m)
1754 TYPE y = n % 2 ? x : 1;
1708 # define TYPE macro
1711 # define TYPE macro
1714 # define TYPE macro
1717 # define TYPE macro
H A Dsdbout.c255 /* Return the sdb tag identifier string for TYPE
256 if TYPE has already been defined; otherwise return a null pointer. */
260 /* Set the sdb tag identifier string for TYPE to NAME. */
262 #define SET_KNOWN_TYPE_TAG(TYPE, NAME) \
263 TYPE_SYMTAB_POINTER (TYPE) = (char *)(NAME)
356 /* Return the number which describes TYPE for SDB.
469 /* Return the .type value for type TYPE.
1012 /* Output types of the fields of type TYPE, if they are structs.
1015 They must come before TYPE, since forward refs are not allowed.
H A Dtree-browser.c74 #define DEFTREECODE(SYM, STRING, TYPE, NARGS) { SYM, STRING, sizeof (STRING) - 1 },
/freebsd-10.2-release/sys/dev/hptiop/
H A Dhptiop.h50 #define offsetof(TYPE, MEM) ((size_t)&((TYPE*)0)->MEM)
/freebsd-10.2-release/lib/libz/
H A Dinffast.c51 TYPE -- reached end of block code, inflate() to interpret next block
299 state->mode = TYPE;
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffast.c53 TYPE -- reached end of block code, inflate() to interpret next block
279 state->mode = TYPE;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp234 #define TYPE(Class, Parent) \ macro
253 #define TYPE(Class, Parent) \ macro
282 #define TYPE(Class, Parent) \ macro
321 #define TYPE(Class, Parent) \ macro
354 #define TYPE(Class, Parent) \ macro
1494 #define TYPE(Derived, Base) case Derived: return #Derived; macro
2139 #define TYPE(Class,Base) macro
2144 #define TYPE(Class,Base) macro
2242 #define TYPE(Class,Base) macro
2247 #define TYPE(Clas macro
[all...]
H A DMicrosoftMangle.cpp154 #define TYPE(CLASS, PARENT) void mangleType(const CLASS##Type *T, \ macro
159 #undef TYPE macro
1178 #define TYPE(CLASS, PARENT) \ macro
1185 #undef TYPE macro
H A DTypePrinter.cpp106 #define TYPE(CLASS, PARENT) \ macro
143 OS << "NULL TYPE";
274 #define TYPE(CLASS, PARENT) case Type::CLASS: \ macro
300 #define TYPE(CLASS, PARENT) case Type::CLASS: \ macro
/freebsd-10.2-release/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c22 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
/freebsd-10.2-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y98 PASV TYPE STRU MODE RETR STOR
197 | TYPE SP type_code CRLF check_secure
943 { "TYPE", TYPE, ARGS, 1, "<sp> [ A | E | I | L ]" },
H A Dftpcmd.c91 TYPE = 280, enumerator in enum:yytokentype
176 #define TYPE 280 macro
688 "REIN", "QUIT", "PORT", "PASV", "TYPE", "STRU", "MODE", "RETR", "STOR",
2999 { "TYPE", TYPE, ARGS, 1, "<sp> [ A | E | I | L ]" },
/freebsd-10.2-release/contrib/opie/
H A Dftpcmd.y171 PASV TYPE STRU MODE RETR STOR
236 | TYPE SP type_code CRLF
818 { "TYPE", TYPE, ARGS, 1, "<sp> [ A | E | I | L ]" },
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgdbtypes.h1160 #define CHECK_TYPEDEF(TYPE) (TYPE) = check_typedef (TYPE)
H A Dgdbarch.h2476 #define GDBARCH_OBSTACK_CALLOC(GDBARCH, NR, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), (NR) * sizeof (TYPE)))
2477 #define GDBARCH_OBSTACK_ZALLOC(GDBARCH, TYPE) ((TYPE *) gdbarch_obstack_zalloc ((GDBARCH), sizeof (TYPE)))
/freebsd-10.2-release/usr.sbin/nandsim/
H A Dnandsim_cfgparse.c68 #define TYPE(x) ((x) & 0xf8) macro
716 sect_name, key->keyname, TYPE(key->valuetype),
719 switch (TYPE(key->valuetype)) {
/freebsd-10.2-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm53 #define TYPE(x) .type SYM(x),function define
58 #define TYPE(x) define
246 TYPE (\name)
264 TYPE (__\name)
294 TYPE (__\name)
/freebsd-10.2-release/libexec/ftpd/
H A Dftpcmd.y102 PASV TYPE STRU MODE RETR STOR
346 | TYPE check_login SP type_code CRLF
1079 { "TYPE", TYPE, ARGS, 1, "<sp> { A | E | I | L }" },
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRTTI.cpp404 #define TYPE(Class, Base) macro
551 #define TYPE(Class, Base) macro
H A DCodeGenTypes.cpp312 #define TYPE(Class, Base) macro
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp656 #define DEFINE_LOCK_FREE_MACRO(TYPE, Type) \
657 Builder.defineMacro("__GCC_ATOMIC_" #TYPE "_LOCK_FREE", \
/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_logging.c112 #define _PMCLOG_RESERVE(PO,TYPE,LEN,ACTION) do { \
118 *_le = _PMCLOG_TO_HEADER(TYPE,_len); \
/freebsd-10.2-release/sys/net/
H A Dzlib.c3542 TYPE, /* get type bits (3, including end bit) */ enumerator in enum:__anon10780
3700 s->mode = TYPE;
3727 s->mode = TYPE;
3756 case TYPE:
3816 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);
3833 s->mode = s->last ? DRY : TYPE;
3984 s->mode = TYPE;
4057 if (s->mode != TYPE)
4098 s->mode = TYPE;

Completed in 219 milliseconds

12345678