Home
last modified time | relevance | path

Searched refs:define (Results 1 – 25 of 2062) sorted by relevance

12345678910>>...83

/openbsd/src/gnu/usr.bin/perl/
Dmakedef.pl40 my %define;
46 $define{$1} = $2 // 1 if /^-D(\w+)(?:=(.+))?/;
74 $define{uc $ARGS{'PLATFORM'}} = 1;
94 $define{$_} = 1 foreach @options;
109 $define{$1} = 1 if /^\s*\#\s*define\s+(MYMALLOC|MULTIPLICITY
115 if ($define{WIN32_USE_FAKE_OLD_MINGW_LOCALES}) {
116 $define{NO_POSIX_2008_LOCALE} = 1;
123 if ($define{USE_THREADS}) {
124 if (!$define{MULTIPLICITY}) {
125 $define{MULTIPLICITY} = 1;
[all …]
/openbsd/src/gnu/llvm/libcxx/include/
Dversion11 #define _LIBCPP_VERSIONH
213 # define __cpp_lib_chrono_udls 201304L
214 # define __cpp_lib_complex_udls 201309L
215 # define __cpp_lib_exchange_function 201304L
216 # define __cpp_lib_generic_associative_lookup 201304L
217 # define __cpp_lib_integer_sequence 201304L
218 # define __cpp_lib_integral_constant_callable 201304L
219 # define __cpp_lib_is_final 201402L
220 # define __cpp_lib_is_null_pointer 201309L
221 # define __cpp_lib_make_reverse_iterator 201402L
[all …]
D__config11 #define _LIBCPP___CONFIG
17 # define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER
27 # define _LIBCPP_COMPILER_CLANG_BASED
28 # define _LIBCPP_APPLE_CLANG_VER (__apple_build_version__ / 10000)
30 # define _LIBCPP_COMPILER_CLANG_BASED
31 # define _LIBCPP_CLANG_VER (__clang_major__ * 100 + __clang_minor__)
33 # define _LIBCPP_COMPILER_GCC
41 # define _LIBCPP_VERSION 160006
43 # define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
44 # define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/doc/
Darchures.texi41 #define bfd_mach_m68000 1
42 #define bfd_mach_m68008 2
43 #define bfd_mach_m68010 3
44 #define bfd_mach_m68020 4
45 #define bfd_mach_m68030 5
46 #define bfd_mach_m68040 6
47 #define bfd_mach_m68060 7
48 #define bfd_mach_cpu32 8
49 #define bfd_mach_mcf_isa_a_nodiv 9
50 #define bfd_mach_mcf_isa_a 10
[all …]
Dlibbfd.texi48 #define bfd_put_8(abfd, val, ptr) \
50 #define bfd_put_signed_8 \
52 #define bfd_get_8(abfd, ptr) \
54 #define bfd_get_signed_8(abfd, ptr) \
57 #define bfd_put_16(abfd, val, ptr) \
59 #define bfd_put_signed_16 \
61 #define bfd_get_16(abfd, ptr) \
63 #define bfd_get_signed_16(abfd, ptr) \
66 #define bfd_put_32(abfd, val, ptr) \
68 #define bfd_put_signed_32 \
[all …]
/openbsd/src/gnu/usr.bin/binutils/bfd/doc/
Darchures.texi41 #define bfd_mach_m68000 1
42 #define bfd_mach_m68008 2
43 #define bfd_mach_m68010 3
44 #define bfd_mach_m68020 4
45 #define bfd_mach_m68030 5
46 #define bfd_mach_m68040 6
47 #define bfd_mach_m68060 7
48 #define bfd_mach_cpu32 8
49 #define bfd_mach_mcf5200 9
50 #define bfd_mach_mcf5206e 10
[all …]
Dlibbfd.texi45 #define bfd_put_8(abfd, val, ptr) \
47 #define bfd_put_signed_8 \
49 #define bfd_get_8(abfd, ptr) \
51 #define bfd_get_signed_8(abfd, ptr) \
54 #define bfd_put_16(abfd, val, ptr) \
56 #define bfd_put_signed_16 \
58 #define bfd_get_16(abfd, ptr) \
60 #define bfd_get_signed_16(abfd, ptr) \
63 #define bfd_put_32(abfd, val, ptr) \
65 #define bfd_put_signed_32 \
[all …]
/openbsd/src/gnu/usr.bin/perl/win32/
Dconfig.gc82 d_PRIXU64='define'
83 d_PRId64='define'
87 d_PRIi64='define'
88 d_PRIo64='define'
89 d_PRIu64='define'
90 d_PRIx64='define'
94 d_access='define'
96 d_acosh='define'
98 d_alarm='define'
99 d_archlib='define'
[all …]
Dconfig.vc82 d_PRIXU64='define'
83 d_PRId64='define'
87 d_PRIi64='define'
88 d_PRIo64='define'
89 d_PRIu64='define'
90 d_PRIx64='define'
94 d_access='define'
96 d_acosh='define'
98 d_alarm='define'
99 d_archlib='define'
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dvariables69 #define PERL_SIGNALS_UNSAFE_FLAG 0x0001
72 # define D_PPP_PERL_SIGNALS_INIT PERL_SIGNALS_UNSAFE_FLAG
74 # define D_PPP_PERL_SIGNALS_INIT 0
90 # define PL_ppaddr ppaddr
91 # define PL_no_modify no_modify
97 # define PL_DBsignal DBsignal
98 # define PL_DBsingle DBsingle
99 # define PL_DBsub DBsub
100 # define PL_DBtrace DBtrace
101 # define PL_Sv Sv
[all …]
Dlimits44 # define PERL_UCHAR_MIN ((unsigned char)0)
49 # define PERL_UCHAR_MAX ((unsigned char)UCHAR_MAX)
52 # define PERL_UCHAR_MAX ((unsigned char)MAXUCHAR)
54 # define PERL_UCHAR_MAX ((unsigned char)~(unsigned)0)
60 # define PERL_USHORT_MIN ((unsigned short)0)
65 # define PERL_USHORT_MAX ((unsigned short)USHORT_MAX)
68 # define PERL_USHORT_MAX ((unsigned short)MAXUSHORT)
71 # define PERL_USHORT_MAX ((unsigned short)USHRT_MAX)
73 # define PERL_USHORT_MAX ((unsigned short)~(unsigned)0)
81 # define PERL_SHORT_MAX ((short)SHORT_MAX)
[all …]
/openbsd/src/sys/dev/microcode/siop/
Dsiop.out242 #define A_t_id 0x00000028
243 #define A_t_msg_in 0x0000003c
244 #define A_t_ext_msg_in 0x00000044
245 #define A_t_ext_msg_data 0x0000004c
246 #define A_t_msg_out 0x00000054
247 #define A_t_cmd 0x0000005c
248 #define A_t_status 0x00000064
249 #define A_t_data 0x0000006c
250 #define A_int_done 0x0000ff00
251 #define A_int_msgin 0x0000ff01
[all …]
Dosiop.out139 #define A_ds_Device 0x00000000
140 #define A_ds_MsgOut 0x00000008
141 #define A_ds_Cmd 0x00000010
142 #define A_ds_Status 0x00000018
143 #define A_ds_Msg 0x00000020
144 #define A_ds_MsgIn 0x00000028
145 #define A_ds_ExtMsg 0x00000030
146 #define A_ds_SyncMsg 0x00000038
147 #define A_ds_Data1 0x00000040
148 #define A_ds_Data2 0x00000048
[all …]
Doosiop.out55 #define A_int_done 0xbeef0000
56 #define A_int_msgin 0xbeef0001
57 #define A_int_extmsg 0xbeef0002
58 #define A_int_resel 0xbeef0003
59 #define A_int_res_id 0xbeef0004
60 #define A_int_resfail 0xbeef0005
61 #define A_int_disc 0xbeef0006
62 #define A_int_err 0xdeadbeef
63 #define Ent_p_resel_msgin_move 0x00000020
64 #define Ent_p_select 0x00000030
[all …]
/openbsd/src/gnu/llvm/libcxx/include/experimental/
D__config11 #define _LIBCPP_EXPERIMENTAL_CONFIG
19 #define _LIBCPP_BEGIN_NAMESPACE_EXPERIMENTAL namespace std { namespace experimental {
20 #define _LIBCPP_END_NAMESPACE_EXPERIMENTAL } }
21 #define _VSTD_EXPERIMENTAL std::experimental
23 #define _LIBCPP_BEGIN_NAMESPACE_LFTS _LIBCPP_BEGIN_NAMESPACE_EXPERIMENTAL inline namespace fundamen…
24 #define _LIBCPP_END_NAMESPACE_LFTS } } }
25 #define _VSTD_LFTS _VSTD_EXPERIMENTAL::fundamentals_v1
27 #define _LIBCPP_BEGIN_NAMESPACE_LFTS_V2 _LIBCPP_BEGIN_NAMESPACE_EXPERIMENTAL inline namespace funda…
28 #define _LIBCPP_END_NAMESPACE_LFTS_V2 } } }
29 #define _VSTD_LFTS_V2 _VSTD_EXPERIMENTAL::fundamentals_v2
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/cpu/
Dsimplify.inc26 ; This is currently the same as define-full-enum but it needn't remain
27 ; that way (it's define-full-enum that would change).
29 (define-pmacro (define-normal-enum name comment attrs prefix vals)
33 (define-full-enum name comment attrs prefix vals)
38 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals)
42 (define-full-insn-enum name comment attrs prefix fld vals)
49 (define-pmacro (define-normal-ifield name comment attrs start length)
51 (define-full-ifield name comment attrs start length UINT #f #f)
56 (define-pmacro df
57 "Shorthand form of define-full-ifield.\n"
[all …]
/openbsd/src/gnu/usr.bin/binutils/cpu/
Dsimplify.inc26 ; This is currently the same as define-full-enum but it needn't remain
27 ; that way (it's define-full-enum that would change).
29 (define-pmacro (define-normal-enum name comment attrs prefix vals)
33 (define-full-enum name comment attrs prefix vals)
38 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals)
42 (define-full-insn-enum name comment attrs prefix fld vals)
49 (define-pmacro (define-normal-ifield name comment attrs start length)
51 (define-full-ifield name comment attrs start length UINT #f #f)
56 (define-pmacro df
57 "Shorthand form of define-full-ifield.\n"
[all …]
/openbsd/src/gnu/llvm/llvm/tools/llvm-config/
DBuildVariables.inc.in9 // This file is configured by the build system to define the variables
18 #define LLVM_SRC_ROOT "@LLVM_SRC_ROOT@"
19 #define LLVM_OBJ_ROOT "@LLVM_OBJ_ROOT@"
20 #define LLVM_CPPFLAGS "@LLVM_CPPFLAGS@"
21 #define LLVM_CFLAGS "@LLVM_CFLAGS@"
22 #define LLVM_LDFLAGS "@LLVM_LDFLAGS@"
23 #define LLVM_CXXFLAGS "@LLVM_CXXFLAGS@"
24 #define LLVM_BUILDMODE "@LLVM_BUILDMODE@"
25 #define LLVM_LIBDIR_SUFFIX "@LLVM_LIBDIR_SUFFIX@"
26 #define LLVM_INSTALL_INCLUDEDIR "@CMAKE_INSTALL_INCLUDEDIR@"
[all …]
/openbsd/src/gnu/usr.bin/clang/llvm-config/
DBuildVariables.inc.def9 // This file is configured by the build system to define the variables
18 #define LLVM_SRC_ROOT "/usr/src/gnu/llvm/llvm"
19 #define LLVM_OBJ_ROOT "/usr/obj/gnu/usr.bin/clang"
20 #define LLVM_CPPFLAGS "-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
21 #define LLVM_CFLAGS " -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
22 #define LLVM_LDFLAGS ""
23 #define LLVM_CXXFLAGS "-std=c++17 -fno-exceptions -fno-rtti -D__STDC_CONSTANT_MACROS -D__STDC_FOR…
24 #define LLVM_BUILDMODE "Release"
25 #define LLVM_LIBDIR_SUFFIX ""
26 #define LLVM_INSTALL_INCLUDEDIR "include"
[all …]
/openbsd/src/gnu/usr.bin/perl/Porting/
Dconfig_H22 #define _config_h_
27 #define LOC_SED "/bin/sed" /**/
33 #define HAS_ALARM /**/
39 #define HAS_CBRT /**/
45 #define HAS_CHOWN /**/
51 #define HAS_CHROOT /**/
57 /*#define HAS_CHSIZE / **/
63 #define HAS_CRYPT /**/
69 #define HAS_CTERMID /**/
75 #define HAS_CUSERID /**/
[all …]
/openbsd/src/distrib/notes/macppc/
Dfeatures14 define({:-MACHINE_ARCH-:},powerpc)dnl
16 dnl define if /sbin/kbd exists on the media
17 define({:-MDKBD-:},)dnl
19 dnl define if serial consoles needs to be enabled in /etc/ttys
21 define({:-MDSERCONS-:},1)dnl
23 dnl define if SMP kernels are provided
24 define({:-MDSMP-:},1)dnl
26 dnl define if shared libraries are provided
27 define({:-MDSO-:},1)dnl
29 dnl define if some media have timezone information (TZ in their list)
[all …]
/openbsd/src/distrib/notes/alpha/
Dfeatures14 define({:-MACHINE_ARCH-:},MACHINE)dnl
16 dnl define if /sbin/kbd exists on the media
17 define({:-MDKBD-:},)dnl
19 dnl define if serial consoles needs to be enabled in /etc/ttys
21 define({:-MDSERCONS-:},1)dnl
23 dnl define if SMP kernels are provided
24 define({:-MDSMP-:},1)dnl
26 dnl define if shared libraries are provided
27 define({:-MDSO-:},1)dnl
29 dnl define if some media have timezone information (TZ in their list)
[all …]
/openbsd/src/distrib/notes/loongson/
Dfeatures14 define({:-MACHINE_ARCH-:},mips64el)dnl
16 dnl define if /sbin/kbd exists on the media
17 define({:-MDKBD-:},1)dnl
19 dnl define if serial consoles need to be enabled in /etc/ttys
21 define({:-MDSERCONS-:},)dnl
23 dnl define if SMP kernels are provided
24 define({:-MDSMP-:},1)dnl
26 dnl define if shared libraries are provided
27 define({:-MDSO-:},1)dnl
29 dnl define if some media have timezone information (TZ in their list)
[all …]
/openbsd/src/distrib/notes/hppa/
Dfeatures14 define({:-MACHINE_ARCH-:},MACHINE)dnl
16 dnl define if /sbin/kbd exists on the media
17 define({:-MDKBD-:},)dnl
19 dnl define if serial consoles needs to be enabled in /etc/ttys
21 define({:-MDSERCONS-:},)dnl
23 dnl define if SMP kernels are provided
24 define({:-MDSMP-:},1)dnl
26 dnl define if shared libraries are provided
27 define({:-MDSO-:},1)dnl
29 dnl define if some media have timezone information (TZ in their list)
[all …]
/openbsd/src/distrib/notes/arm64/
Dfeatures14 define({:-MACHINE_ARCH-:},aarch64)dnl
16 dnl define if /sbin/kbd exists on the media
17 define({:-MDKBD-:},1)dnl
19 dnl define if serial consoles needs to be enabled in /etc/ttys
21 define({:-MDSERCONS-:},)dnl
23 dnl define if SMP kernels are provided
24 define({:-MDSMP-:},1)dnl
26 dnl define if shared libraries are provided
27 define({:-MDSO-:},1)dnl
29 dnl define if some media have timezone information (TZ in their list)
[all …]

12345678910>>...83