Searched refs:compiler (Results 51 - 75 of 251) sorted by relevance

1234567891011

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslmain.c3 * Module Name: aslmain - compiler main and utilities
154 #include <contrib/dev/acpica/compiler/aslcompiler.h>
163 * Main routine for the iASL compiler.
165 * Portability note: The compiler depends upon the host for command-line
228 /* Initialize preprocessor and compiler before command line processing */
376 * DESCRIPTION: Initialize compiler globals
H A Ddtsubtable.c152 #include <contrib/dev/acpica/compiler/aslcompiler.h>
H A Ddttable.c154 #include <contrib/dev/acpica/compiler/aslcompiler.h>
H A Dasldebug.c152 #include <contrib/dev/acpica/compiler/aslcompiler.h>
H A Daslprune.c152 #include <contrib/dev/acpica/compiler/aslcompiler.h>
H A Dprexpress.c152 #include <contrib/dev/acpica/compiler/aslcompiler.h>
H A Ddttemplate.c152 #include <contrib/dev/acpica/compiler/aslcompiler.h>
154 #include <contrib/dev/acpica/compiler/dttemplate.h> /* Contains the hex ACPI table templates */
668 * string. This allows the compiler to create the output AML filename from
H A Daslcache.c152 #include <contrib/dev/acpica/compiler/aslcompiler.h>
169 * RETURN: Pointer to the buffer. Aborts compiler on allocation failure
173 * major impact on the speed of the compiler.)
244 * major impact on the speed of the compiler.)
280 * FUNCTION: UtSubtableCacheCalloc - Data Table compiler
288 * major impact on the speed of the compiler.)
324 * FUNCTION: UtFieldCacheCalloc - Data Table compiler
332 * major impact on the speed of the compiler.)
H A Dprutils.c152 #include <contrib/dev/acpica/compiler/aslcompiler.h>
H A Dasllookup.c152 #include <contrib/dev/acpica/compiler/aslcompiler.h>
H A Daslmaputils.c155 #include <contrib/dev/acpica/compiler/aslcompiler.h>
472 * Note: we look at the ParseOpcode for the compiler, look
H A Daslmapenter.c155 #include <contrib/dev/acpica/compiler/aslcompiler.h>
H A Daslstubs.c152 #include <contrib/dev/acpica/compiler/aslcompiler.h>
167 * by the compiler, so they are stubbed out here.
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h40 #include <linux/compiler.h>
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Dadfile.c152 #include <contrib/dev/acpica/compiler/aslcompiler.h>
/freebsd-11-stable/share/mk/
H A DMakefile21 bsd.compiler.mk \
H A Dsrc.sys.mk37 # tempting, but bsd.compiler.mk causes problems this early
H A Dsrc.opts.mk241 .include <bsd.compiler.mk>
242 # If the compiler is not C++11 capable, disable Clang and use GCC instead.
244 # build Clang without using an external compiler.
254 # If an external compiler that supports C++11 is used as ${CC} and Clang
357 # MK_* options that default to "yes" if the compiler is a C++11 compiler.
/freebsd-11-stable/lib/libomp/
H A DMakefile3 .include <bsd.compiler.mk>
/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Datomic64.h31 #include <linux/compiler.h>
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh45 * table for the compiler.
/freebsd-11-stable/contrib/dialog/
H A Ddialog-config.in115 --cflags echos the C compiler flags needed to compile with ${THIS}
/freebsd-11-stable/contrib/gdb/
H A Dltconfig332 --with-gcc assume that the GNU C compiler will be used
333 --with-gnu-ld assume that the C compiler uses the GNU linker
473 # 5 compiler messages saved in config.log
543 # Force config.guess to use the C compiler.
555 # Restore the C compiler.
636 # Configure for a C compiler
667 # If no C compiler was specified, use CC.
672 compiler="$2"
677 echo $ac_n "checking for $compiler option to produce PIC... $ac_c" 1>&6
678 echo "$progname:678:checking for $compiler optio
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dextract.h27 #include <pcap/compiler-tests.h>
42 * loads, and this is GCC 2.0 or later or a compiler that claims to
44 * __attribute__((packed)), which we can use to convince the compiler
50 * __attribute__((packed)) causes the compiler to generate unaligned-safe
53 * We do this in case the compiler can generate code using those
68 * HP's C compiler, indicated by __HP_cc being defined, supports
78 * the compiler, with macros similar to those below. This would be
79 * useful only if that compiler could generate better code for PA-RISC
84 * compiler to generate code that does unaligned loads and stores when
87 * XXX - what if the native C compiler does
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c36 #include <linux/compiler.h>

Completed in 139 milliseconds

1234567891011