/dflybsd-src/contrib/elftoolchain/common/ |
H A D | _elftc.h | 290 #define ELFTC_VCSID(ID) __RCSID(ID) argument 294 #define ELFTC_VCSID(ID) __FBSDID(ID) argument 300 #define ELFTC_VCSID(ID) __asm__(".ident\t\"" ID "\"") argument 302 #define ELFTC_VCSID(ID) /**/ argument 308 #define ELFTC_VCSID(ID) __asm__(".ident\t\"" ID "\"") argument 310 #define ELFTC_VCSID(ID) /**/ argument 315 #define ELFTC_VCSID(ID) __RCSID(ID) argument 320 #define ELFTC_VCSID(ID) __asm__(".ident\t\"" ID "\"") argument 322 #define ELFTC_VCSID(ID) /**/ argument
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | df.h | 690 #define DF_DEFS_GET(ID) (df->def_info.refs[(ID)]) argument 691 #define DF_DEFS_SET(ID,VAL) (df->def_info.refs[(ID)]=(VAL)) argument 692 #define DF_DEFS_COUNT(ID) (df->def_info.count[(ID)]) argument 693 #define DF_DEFS_BEGIN(ID) (df->def_info.begin[(ID)]) argument 695 #define DF_USES_GET(ID) (df->use_info.refs[(ID)]) argument 696 #define DF_USES_SET(ID,VAL) (df->use_info.refs[(ID)]=(VAL)) argument 697 #define DF_USES_COUNT(ID) (df->use_info.count[(ID)]) argument 698 #define DF_USES_BEGIN(ID) (df->use_info.begin[(ID)]) argument
|
H A D | sel-sched-ir.h | 610 #define IDATA_TYPE(ID) ((ID)->type) argument 611 #define IDATA_LHS(ID) ((ID)->lhs) argument 612 #define IDATA_RHS(ID) ((ID)->rhs) argument 613 #define IDATA_REG_SETS(ID) ((ID)->reg_sets) argument 614 #define IDATA_REG_USES(ID) ((ID)->reg_uses) argument 615 #define IDATA_REG_CLOBBERS(ID) ((ID)->reg_clobbers) argument
|
H A D | gengtype.h | 461 ID, enumerator
|
H A D | c-tree.h | 50 #define C_IS_RESERVED_WORD(ID) TREE_LANG_FLAG_0 (ID) argument
|
H A D | pretty-print.h | 287 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \ argument
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-pretty-print.h | 94 #define pp_c_tree_identifier(PPI, ID) \ argument
|
/dflybsd-src/contrib/tnftp/src/ |
H A D | ruserpass.c | 70 #define ID 10 macro
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | df.h | 714 #define DF_DEFS_GET(ID) (df->def_info.refs[(ID)]) argument 715 #define DF_DEFS_SET(ID,VAL) (df->def_info.refs[(ID)]=(VAL)) argument 716 #define DF_DEFS_COUNT(ID) (df->def_info.count[(ID)]) argument 717 #define DF_DEFS_BEGIN(ID) (df->def_info.begin[(ID)]) argument 719 #define DF_USES_GET(ID) (df->use_info.refs[(ID)]) argument 720 #define DF_USES_SET(ID,VAL) (df->use_info.refs[(ID)]=(VAL)) argument 721 #define DF_USES_COUNT(ID) (df->use_info.count[(ID)]) argument 722 #define DF_USES_BEGIN(ID) (df->use_info.begin[(ID)]) argument
|
H A D | sel-sched-ir.h | 627 #define IDATA_TYPE(ID) ((ID)->type) argument 628 #define IDATA_LHS(ID) ((ID)->lhs) argument 629 #define IDATA_RHS(ID) ((ID)->rhs) argument 630 #define IDATA_REG_SETS(ID) ((ID)->reg_sets) argument 631 #define IDATA_REG_USES(ID) ((ID)->reg_uses) argument 632 #define IDATA_REG_CLOBBERS(ID) ((ID)->reg_clobbers) argument
|
H A D | gengtype.h | 470 ID, enumerator
|
H A D | pretty-print.h | 334 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \ argument
|
/dflybsd-src/sys/netgraph7/netgraph/ |
H A D | ng_base.c | 191 #define NG_IDHASH_FN(ID) ((ID) % (ng_ID_hmask + 1)) argument 192 #define NG_IDHASH_FIND(ID, node) \ argument 784 ng_ID2noderef(ng_ID_t ID) in ng_ID2noderef() 3109 ng_address_ID(node_p here, item_p item, ng_ID_t ID, ng_ID_t retaddr) in ng_address_ID()
|
/dflybsd-src/usr.bin/at/ |
H A D | parsetime.c | 63 NUMBER, PLUS, DOT, SLASH, ID, JUNK, enumerator
|
/dflybsd-src/lib/libcompat/4.3/ |
H A D | rexec.c | 77 #define ID 10 macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-pretty-print.h | 100 #define pp_c_tree_identifier(PPI, ID) \ argument
|
/dflybsd-src/contrib/wpa_supplicant/src/eap_common/ |
H A D | ikev2_common.c | 370 const u8 *ID, size_t ID_len, u8 ID_type, in ikev2_derive_auth_data()
|
/dflybsd-src/sys/netgraph/ |
H A D | netgraph.h | 112 ng_ID_t ID; /* Unique per node */ member
|
/dflybsd-src/sys/netgraph/netgraph/ |
H A D | ng_base.c | 540 ng_ID2node(ng_ID_t ID) in ng_ID2node()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-tree.h | 47 #define C_IS_RESERVED_WORD(ID) TREE_LANG_FLAG_0 (ID) argument
|
/dflybsd-src/sys/dev/drm/radeon/ |
H A D | sumod.h | 46 # define ID(x) ((x) << 24) macro
|
/dflybsd-src/gnu/usr.bin/rcs/lib/ |
H A D | rcsbase.h | 332 /* tokens */ COLON, ID, NUM, SEMI, STRING enumerator
|
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Library/ |
H A D | BaseLib.h | 5074 UINT32 ID : 1; ///< ID Flag. member
|
/dflybsd-src/sys/netgraph7/ |
H A D | netgraph.h | 963 #define NG_SEND_MSG_ID(error, here, msg, ID, retaddr) \ argument
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | elf-bfd.h | 2416 #define ELF_LOCAL_SYMBOL_HASH(ID, SYM) \ argument
|