HomeSort by: relevance | last modified time | path
    Searched refs:Define (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/arch/sh3/include/
endian_machdep.h 4 # error Define SH target CPU endian-ness in port-specific header file.
coff_machdep.h 34 #define _SH3_COFF_MACHDEP_H_
37 #define COFF_MAGIC_SH3_BIG 0x500
38 #define COFF_MAGIC_SH3_LITTLE 0x550
41 #define COFF_OMAGIC 0444 /* text not write-protected; data seg
43 #define COFF_NMAGIC 0410 /* text is write-protected; data starts
45 #define COFF_ZMAGIC 0000 /* text and data segs are aligned for
47 #define COFF_SMAGIC 0443 /* shared lib */
49 #define COFF_LDPGSZ 4096
51 #define COFF_SEGMENT_ALIGNMENT(fp, ap) \
55 #error Define _BYTE_ORDER
    [all...]
  /src/sys/dev/mvme/
memcvar.h 33 #define _MVME_MEMCVAR_H
42 #define MEMC_NDEVS 2
44 #define memc_reg_read(sc, off) \
46 #define memc_reg_write(sc, off, v) \
55 #define MEMC_IRQ_LEVEL 6
57 #error Define irq level for memory controller
  /src/lib/librumpuser/
configure.ac 66 [[#define _GNU_SOURCE
73 [Define to 1 if you have 2-arg pthread_setname_np()])
80 [[#define _GNU_SOURCE
87 [Define to 1 if you have 3-arg pthread_setname_np()])
104 [Define to 1 if ioctl()'s cmd arg is int])
configure 1758 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1760 #define $2 innocuous_$2
1762 /* System header to define __stub macros and hopefully few prototypes,
2078 #define PACKAGE_NAME "$PACKAGE_NAME"
2082 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2086 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2090 #define PACKAGE_STRING "$PACKAGE_STRING"
2094 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2098 #define PACKAGE_URL "$PACKAGE_URL"
2996 #define FOO(x) 'x
    [all...]
  /src/sys/arch/mips/include/
endian_machdep.h 29 # error Define MIPS target CPU endian-ness in port-specific header file.
38 # define LWHI lwr
39 # define LWLO lwl
40 # define SWHI swr
41 # define SWLO swl
43 # define REG_LHI lwr
44 # define REG_LLO lwl
45 # define REG_SHI swr
46 # define REG_SLO swl
48 # define REG_LHI ld
    [all...]
  /src/sys/rump/net/lib/libvirtif/
if_virt.h 8 #error Define VIRTIF_BASE
11 #define VIF_STRING(x) #x
12 #define VIF_STRINGIFY(x) VIF_STRING(x)
13 #define VIF_CONCAT(x,y) x##y
14 #define VIF_CONCAT3(x,y,z) x##y##z
15 #define VIF_BASENAME(x,y) VIF_CONCAT(x,y)
16 #define VIF_BASENAME3(x,y,z) VIF_CONCAT3(x,y,z)
18 #define VIF_CLONER VIF_BASENAME(VIRTIF_BASE,_cloner)
19 #define VIF_NAME VIF_STRINGIFY(VIRTIF_BASE)
21 #define VIFHYPER_CREATE VIF_BASENAME3(rumpcomp_,VIRTIF_BASE,_create
    [all...]
  /src/tools/compat/
configure.ac 34 #define __NETBSD_NBTOOL_CONFIG_H__])
49 AC_DEFINE([_POSIX_SOURCE], 1, [Define for NetBSD headers.])
50 AC_DEFINE([_POSIX_C_SOURCE], 200112L, [Define for NetBSD headers.])
51 AC_DEFINE([_XOPEN_SOURCE], 600, [Define for NetBSD headers.])],
115 [Define if you have the socklen_t type.])],,
131 [Define if you have the enum uio_rw type.])],
143 [Define if you have the enum uio_seg type.])],
153 [Define if you have u_int][$1][_t, but not uint][$1][_t.]),
159 [Define if you have uint][$1][_t, but not u_int][$1][_t.]),
165 [Define if you have uint][$1][_t, but not __uint][$1][_t.])
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
ax_check_catchable_abrt.m4 53 [AC_DEFINE([HAVE_CATCHABLE_ABRT], [1], [Define if SIGABRT can be caught using signal handlers])],
ax_check_catchable_segv.m4 38 [AC_DEFINE([HAVE_CATCHABLE_SEGV], [1], [Define if segmentation violations can be caught using signal handlers])],
ax_pthread.m4 43 # will define HAVE_PTHREAD.
175 # not set. (We don't define these ourselves, as they can affect
261 # -pthread does define _REENTRANT, and while the Darwin headers
419 [Define to necessary symbol if this constant
478 ifelse([$1],,[AC_DEFINE([HAVE_PTHREAD],[1],[Define if you have POSIX threads libraries and header files.])],[$1])
libtool.m4 260 # Define a few sed substitution that help us do robust quoting.
1843 # define LT_DLGLOBAL RTLD_GLOBAL
1846 # define LT_DLGLOBAL DL_GLOBAL
1848 # define LT_DLGLOBAL 0
1852 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
1856 # define LT_DLLAZY_OR_NOW RTLD_LAZY
1859 # define LT_DLLAZY_OR_NOW DL_LAZY
1862 # define LT_DLLAZY_OR_NOW RTLD_NOW
1865 # define LT_DLLAZY_OR_NOW DL_NOW
1867 # define LT_DLLAZY_OR_NOW
    [all...]
  /src/usr.bin/make/unit-tests/
suff-main-several.mk 29 # Define and undefine the suffixes, changing their order.
varparse-undef-partial.mk 25 # Define the possible outcomes, to see which of them gets expanded.
  /src/sys/external/isc/libsodium/dist/
configure.ac 111 SODIUM_LIBRARY_MINIMAL_DEF="#define SODIUM_LIBRARY_MINIMAL 1"
112 AC_DEFINE([MINIMAL], [1], [Define for a minimal build, without deprecated functions and functions that high-level APIs depend on])
129 AC_DEFINE([HAVE_PTHREAD], [1], [Define if you have POSIX threads libraries and header files])
277 AC_ARG_VAR([CWFLAGS], [define to compilation flags for generating extra warnings])
376 # define __SSE2__
471 [Define to the local name of _mm256_broadcastsi128_si256])])
aclocal.m4 114 # and then we would define $MISSING as
141 # Define a conditional.
446 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
484 # Define the identity of the package.
489 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
501 _AM_IF_OPTION([no-define],,
636 # Define $install_sh.
771 # Define MISSING if not defined so far and test if it is modern enough.
1099 [# Always define AMTAR for backward compatibility. Yes, it's still used
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sm8350-hdk.dts 264 /* TODO: Define USB-C connector properly */
  /src/sys/arch/sun3/sun3/
locore.s 531 #define FPCOPROC /* XXX: Temp. Reqd. */
622 | Define some addresses, mostly so DDB can print useful info.
  /src/sys/arch/sun3/sun3x/
locore.s 70 | to define a range in the address space where the MMU translation is
516 #define FPCOPROC /* XXX: Temp. Reqd. */
595 | Define some addresses, mostly so DDB can print useful info.
  /src/share/mk/
bsd.own.mk 312 # * Define _NETBSD_VERSION_DEPENDS. Targets that depend on the
402 # Define default locations for common tools.
1089 # Define MKxxx variables (which are either yes or no) for users
1648 # for crunchide & ldd, define the OBJECT_FMTS used by a MACHINE_ARCH
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 190 # Define SMART_MESSAGES in /etc/mk.conf for messages giving the tree
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
fsl-ls208xa.dtsi 766 * Define the maximum number of MACs present on the SoC.
fsl-lx2160a.dtsi 1638 * Define the maximum number of MACs present on the SoC.
  /src/tools/make/
configure 1682 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1684 #define $2 innocuous_$2
1686 /* System header to define __stub macros and hopefully few prototypes,
1945 #define PACKAGE_NAME "$PACKAGE_NAME"
1949 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1953 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1957 #define PACKAGE_STRING "$PACKAGE_STRING"
1961 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1965 #define PACKAGE_URL "$PACKAGE_URL"
2137 #define DEFSHELL_CUSTOM "${BSHELL}
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 280 # This file contains a set of define statements for constants
6067 # Define F = sgn * 2**k * 1.xxxx1, i.e. the first 5 #
6069 # bit position. Define u to be u = (X-F) / (1 + X*F). #
6080 # Step 7. Define X' = -1/X. Approximate arctan(X') by an odd #
7994 # Step 2. X = 2**k * Y where 1 <= Y < 2. Define F to be the first #
7999 # Step 3. Define u = (Y-F)/F. Approximate log(1+u) by a #
8012 # Step 2: Let 1+X = 2**k * Y, where 1 <= Y < 2. Define F as done #
8249 #--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.
8861 # 4. Define r as #

Completed in 37 milliseconds

1 2