Searched refs:NAME (Results 1 - 25 of 385) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ntp/scripts/build/
H A DVersionName21 NAME="$version"
26 NAME="${NAME}p${point}"
28 *) NAME="${NAME}"
35 NAME="${NAME}p${point}"
37 *) NAME="${NAME}.${point}"
50 *) NAME
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.h28 #define HANDLE_MP_FIRST_BYTE(ID, NAME) constexpr uint8_t NAME = ID;
40 #define HANDLE_MP_FIX_BITS(ID, NAME) constexpr uint8_t NAME = ID;
53 #define HANDLE_MP_FIX_BITS_MASK(ID, NAME) constexpr uint8_t NAME = ID;
62 #define HANDLE_MP_FIX_MAX(ID, NAME) constexpr uint8_t NAME = ID;
72 #define HANDLE_MP_FIX_LEN(ID, NAME) constexpr uint8_t NAME
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgstab.h4 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
H A Dc-lang.c53 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) TYPE,
66 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) LENGTH,
77 #define DEFTREECODE(SYM, NAME, TYPE, LEN) NAME,
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dinherit0.tab.h8 #define NAME 261 macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Dstab_gnu.h24 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
25 #define __define_stab_duplicate(NAME, CODE, STRING) NAME=CODE,
/freebsd-11-stable/lib/libalias/modules/
H A DMakefile.inc6 LIB?= alias_${NAME}
7 SHLIB_NAME?=libalias_${NAME}.so
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWeak.cpp23 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
24 __attribute__((weak, visibility("default"))) RETURN_TYPE NAME FUNC_SIG
42 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
43 this->NAME = ::NAME; \
44 CheckFnPtr(reinterpret_cast<void *>(reinterpret_cast<uintptr_t>(::NAME)), \
45 #NAME, WARN);
H A DFuzzerExtFunctionsWindows.cpp47 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
48 RETURN_TYPE NAME##Def FUNC_SIG { \
49 Printf("ERROR: Function \"%s\" not defined.\n", #NAME); \
52 EXTERNAL_FUNC(NAME, NAME##Def) RETURN_TYPE NAME FUNC_SIG
72 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
73 this->NAME = GetFnPtr<decltype(::NAME)>(::NAME,
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dpe.h87 #define ASM_OUTPUT_LABELREF(STREAM, NAME) \
88 asm_fprintf (STREAM, "%U%s", arm_strip_name_encoding (NAME))
92 #define ASM_DECLARE_FUNCTION_NAME(STREAM, NAME, DECL) \
95 if (arm_dllexport_name_p (NAME)) \
99 arm_strip_name_encoding (NAME)); \
102 ARM_DECLARE_FUNCTION_NAME (STREAM, NAME, DECL); \
105 ASM_OUTPUT_LABEL (STREAM, NAME); \
111 #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \
114 if (arm_dllexport_name_p (NAME)) \
118 arm_strip_name_encoding (NAME)); \
[all...]
/freebsd-11-stable/lib/libalias/modules/cuseeme/
H A DMakefile3 NAME= cuseeme macro
/freebsd-11-stable/lib/libalias/modules/dummy/
H A DMakefile3 NAME= dummy macro
/freebsd-11-stable/lib/libalias/modules/ftp/
H A DMakefile3 NAME= ftp macro
/freebsd-11-stable/lib/libalias/modules/irc/
H A DMakefile3 NAME= irc macro
/freebsd-11-stable/lib/libalias/modules/nbt/
H A DMakefile3 NAME= nbt macro
/freebsd-11-stable/lib/libalias/modules/pptp/
H A DMakefile3 NAME= pptp macro
/freebsd-11-stable/lib/libalias/modules/skinny/
H A DMakefile3 NAME= skinny macro
/freebsd-11-stable/lib/libalias/modules/smedia/
H A DMakefile3 NAME= smedia macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Duwin.h77 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
80 if (i386_pe_dllexport_name_p (NAME)) \
81 i386_pe_record_exported_symbol (NAME, 0); \
84 i386_pe_declare_function_type (FILE, NAME, TREE_PUBLIC (DECL)); \
85 ASM_OUTPUT_LABEL (FILE, NAME); \
H A Ddjgpp.h77 #define FILE_NAME_ABSOLUTE_P(NAME) \
78 (((NAME)[0] == '/') || ((NAME)[0] == '\\') || \
79 (((NAME)[0] >= 'A') && ((NAME)[0] <= 'z') && ((NAME)[1] == ':')))
139 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
140 asm_output_aligned_bss ((FILE), (DECL), (NAME), (SIZE), (ALIGN))
144 #define ASM_WEAKEN_LABEL(FILE,NAME) \
145 do { fputs ("\t.weak\t", FILE); assemble_name (FILE, NAME); \
[all...]
H A Dbsd.h41 #define ASM_OUTPUT_SOURCE_FILENAME(FILE, NAME) */
59 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
61 assemble_name ((FILE), (NAME)), \
67 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
69 assemble_name ((FILE), (NAME)), \
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcr16-opc.c29 #define ARITH_BYTE_INST(NAME, OPC, OP1) \
31 {NAME, 1, OPC, 24, ARITH_BYTE_INS, {{uimm4_1,20}, {regr,16}}}, \
33 {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}, \
35 {NAME, 1, OPC+0x1, 24, ARITH_BYTE_INS, {{regr,20}, {regr,16}}}
38 #define ARITH1_BYTE_INST(NAME, OPC, OP1) \
40 {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}
79 #define ARITH_BYTE_INST1(NAME, OPC) \
81 {NAME, 1, OPC, 24, ARITH_BYTE_INS, {{regr,20}, {regr,16}}}
87 #define ARITH_BYTE_INST2(NAME, OPC) \
89 {NAME,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp25 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \
26 case DW_TAG_##NAME: \
27 return "DW_TAG_" #NAME;
34 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \
35 .Case("DW_TAG_" #NAME, DW_TAG_##NAME)
44 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \
45 case DW_TAG_##NAME: \
55 #define HANDLE_DW_TAG(ID, NAME, VERSION, VENDOR, KIND) \
56 case DW_TAG_##NAME
[all...]
/freebsd-11-stable/release/i386/
H A Dmkisoimages.sh40 NAME="$1"; shift
44 makefs -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@"
/freebsd-11-stable/release/pc98/
H A Dmkisoimages.sh40 NAME="$1"; shift
44 makefs -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@"

Completed in 140 milliseconds

1234567891011>>