Searched refs:NAME (Results 201 - 225 of 255) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm2 NAME PKT_RX label
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp755 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE;
/freebsd-13-stable/sys/sys/
H A Dpmc.h291 * __PMC_CAPS(NAME, VALUE, DESCRIPTION)
311 #define __PMC_CAP(NAME, VALUE, DESCR) PMC_CAP_##NAME = (1 << VALUE) ,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h346 #define TRAVERSE_STMT_BASE(NAME, CLASS, VAR, QUEUE) \
348 decltype(&RecursiveASTVisitor::Traverse##NAME), \
349 decltype(&Derived::Traverse##NAME)>::value \
352 decltype(&RecursiveASTVisitor::Traverse##NAME), \
353 decltype(&Derived::Traverse##NAME)>::value, \
355 .Traverse##NAME(static_cast<CLASS *>(VAR), QUEUE) \
356 : getDerived().Traverse##NAME(static_cast<CLASS *>(VAR)))
/freebsd-13-stable/contrib/elftoolchain/nm/
H A Dnm.c908 #define PRINT_DEMANGLED_NAME(FORMAT, NAME) do { \
911 elftc_demangle((NAME), _demangled, sizeof(_demangled), \
913 printf((FORMAT), (NAME)); \
/freebsd-13-stable/lib/libpmc/
H A Dlibpmc.c127 * PMC_CLASSDEP_TABLE(NAME, CLASS)
181 * PMC_MDEP_TABLE(NAME, PRIMARYCLASS, ADDITIONAL_CLASSES...)
212 #define PMC_CLASS_TABLE_DESC(NAME, CLASS, EVENTS, ALLOCATOR) \
213 static const struct pmc_class_descr NAME##_class_table_descr = \
/freebsd-13-stable/contrib/ipfilter/
H A Dradix_ipf.c942 #define NAME(x) ((x)->index < 0 ? (x)->name : (x)->name) macro
943 #define GNAME(y) ((y) == NULL ? "NULL" : NAME(y))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp29 #define HANDLE_BTF_KIND(ID, NAME) "BTF_KIND_" #NAME,
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c942 #define NAME(x) ((x)->index < 0 ? (x)->name : (x)->name) macro
943 #define GNAME(y) ((y) == NULL ? "NULL" : NAME(y))
/freebsd-13-stable/crypto/openssh/
H A Dbuildpkg.sh.in248 NAME="OpenSSH Portable for ${UNAME_S}"
/freebsd-13-stable/sys/contrib/zlib/
H A Dinflate.c777 state->mode = NAME;
778 case NAME:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp339 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
851 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp705 #define HANDLE_DW_LANG(ID, NAME, LOWER_BOUND, VERSION, VENDOR) \
706 case LLVMDWARFSourceLanguage##NAME: \
H A DIRBuilder.cpp843 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \
903 #define INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC) \
/freebsd-13-stable/usr.bin/lex/
H A Dinitscan.c1925 return NAME; \
3089 return NAME;
H A Dinitparse.c149 #define NAME 262 macro
380 "SCDECL","XSCDECL","NAME","PREVCCL","EOF_OP","TOK_OPTION","TOK_OUTFILE",
401 "namelist1 : namelist1 NAME",
402 "namelist1 : NAME",
407 "option : TOK_OUTFILE '=' NAME",
408 "option : TOK_EXTRA_TYPE '=' NAME",
409 "option : TOK_PREFIX '=' NAME",
410 "option : TOK_YYCLASS '=' NAME",
411 "option : TOK_HEADER_FILE '=' NAME",
412 "option : TOK_TABLES_FILE '=' NAME",
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c1127 #define NAME "ra_serf"
1125 #define NAME macro
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dexpn.pl667 # [NAME] <ADDR [(NAME)]>
668 # [NAME] <[(NAME)] ADDR
669 # ADDR [(NAME)]
670 # (NAME) ADDR
671 # [(NAME)] <ADDR>
1234 .SH NAME
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h158 #define HANDLE_DI_FLAG(ID, NAME) Flag##NAME = ID,
1654 #define HANDLE_DISP_FLAG(ID, NAME) SPFlag##NAME = ID,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp324 STRINGIFY_CODE(METADATA, NAME)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4470 #define DECLARE_FIELD(NAME, TYPE, INIT) TYPE NAME INIT
4471 #define NOP_FIELD(NAME, TYPE, INIT)
4472 #define REQUIRE_FIELD(NAME, TYPE, INIT) \
4473 if (!NAME.Seen) \
4474 return Error(ClosingLoc, "missing required field '" #NAME "'");
4475 #define PARSE_MD_FIELD(NAME, TYPE, DEFAULT) \
4476 if (Lex.getStrVal() == #NAME) \
4477 return ParseMDField(#NAME, NAME);
[all...]
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c851 #define D(NAME,VAL,DIAG,STD,STR) [UNI_CAUSE_##NAME] = { STR, UNI_DIAG_##DIAG },
852 #define N(NAME,VAL,DIAG,STD,STR)
861 #define D(NAME,VAL,DIAG,STD,STR)
862 #define N(NAME,VAL,DIAG,STD,STR) [UNI_CAUSE_##NAME] = { STR, UNI_DIAG_##DIAG },
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1076 #define DAG_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
1078 #define CMP_INSTRUCTION(NAME, NARG, ROUND_MODE, INTRINSIC, DAGN) \
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp356 #define CHECK_FN(NAME) \
357 void NAME(const CallEvent &Call, CheckerContext &C) const;
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dbtyacc_destroy1.tab.c203 #define NAME 261 macro
342 "REAL","INTEGER","NAME","$accept","declaration","locnamelist","class","type",
353 "namelist : namelist NAME",
354 "namelist : NAME",

Completed in 421 milliseconds

1234567891011