| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | OptimizationLevel.h | 1 //===-------- LLVM-provided High-Level Optimization levels -*- C++ -*------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// This header enumerates the LLVM-provided high-level optimization levels. 13 //===----------------------------------------------------------------------===// 49 /// possible, we would like to produce efficient-to-execute code, but not 55 /// which the executed code differs from the source code, and the compile 56 /// time cost. 59 /// significant incremental compile time or code size growth. 62 /// themselves". So if an optimization increases compile time by 5% or [all …]
|
| /freebsd/contrib/xz/src/liblzma/api/lzma/ |
| H A D | version.h | 1 /* SPDX-License-Identifier: 0BSD */ 31 * - LZMA_VERSION_STABILITY_ALPHA 32 * - LZMA_VERSION_STABILITY_BETA 33 * - LZMA_VERSION_STABILITY_STABLE 52 * \brief Compile-time version number 55 * - x = major 56 * - yyy = minor 57 * - zzz = revision 58 * - s indicates stability: 0 = alpha, 1 = beta, 2 = stable 74 * Macros to construct the compile-time version string [all …]
|
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpcgen.1 | 1 .\" Copyright 1985-1993 Sun Microsystems, Inc. 77 server-side stubs in 79 and client-side stubs in 140 the transports are chosen at run time and not at compile time. 141 When the server is self-started, 159 .Bl -bullet -offset indent -compact 199 .Em cc -E 207 .Bl -tag -width indent 213 defined when compiling into server-side stubs 215 defined when compiling into client-side stubs [all …]
|
| /freebsd/crypto/heimdal/ |
| H A D | compile | 2 # Wrapper for compilers which do not understand `-c -o'. 4 scriptversion=2009-10-06.20; # UTC 29 # bugs to <bug-automake@gnu.org> or send patches to 30 # <automake-patches@gnu.org>. 34 echo "$0: No command. Try \`$0 --help' for more information." 1>&2 37 -h | --h*) 39 Usage: compile [--help] [--version] PROGRAM [ARGS] 41 Wrapper for compilers which do not understand `-c -o'. 42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining 48 Report bugs to <bug-automake@gnu.org>. [all …]
|
| /freebsd/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2012-10-14.11; # UTC 6 # Copyright (C) 1999-2014 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2012-10-14.11; # UTC 6 # Copyright (C) 1999-2014 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /freebsd/contrib/openpam/ |
| H A D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2024-06-19.01; # UTC 6 # Copyright (C) 1999-2024 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /freebsd/contrib/file/ |
| H A D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2021 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /freebsd/contrib/libevent/build-aux/ |
| H A D | compile | 2 # Wrapper for compilers which do not understand '-c -o'. 4 scriptversion=2018-03-07.03; # UTC 6 # Copyright (C) 1999-2020 Free Software Foundation, Inc. 28 # bugs to <bug-automake@gnu.org> or send patches to 29 # <automake-patches@gnu.org>. 50 if test -z "$file_conv"; then 52 case `uname -s` in 68 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` 71 file=`cygpath -m "$file" || echo "$file"` 74 file=`winepath -w "$file" || echo "$file"` [all …]
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | overflow.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */ 16 * #define type_min(T) (T)(is_signed_type(T) ? (T)1 << (8*sizeof(T)-1) : 0) 17 * #define type_max(T) (T)(is_signed_type(T) ? ((T)1 << (8*sizeof(T)-1)) - 1 : ~(T)0) 21 * the type_max expression (but not if -fsanitize=undefined is in 27 * a-feature-not-a-bug, since people shouldn't be doing arithmetic on 32 * https://mail-index.netbsd.org/tech-misc/2007/02/05/0000.html - 35 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type))) 36 #define __type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T))) 38 #define __type_min(T) ((T)((T)-type_max(T)-(T)1)) 42 * Avoids triggering -Wtype-limits compilation warning, [all …]
|
| /freebsd/share/doc/smm/02.config/ |
| H A D | d.t | 38 Certain system data structures are sized at compile time 40 while others are calculated at boot time based on the 43 built-in limitations on certain data structures. 45 Compile time rules 48 almost all data structures sized at compile time. This file 50 configuration-dependent rules and values to be maintained. 57 Most limits are computed at compile time and stored in global variables 62 The maximum number of processes which may be running at any time. 79 active at any time. This includes files in use by users, as 108 The number of ``c-list'' structures. C-list structures are [all …]
|
| H A D | 3.t | 46 to compile and load the system image. 54 Compile and load the system with 98 a bit of work; particularly if your hardware is configured at non-standard 160 is done generating the files needed to compile and link your system it 169 the next time 190 should allow a new system to be rebuilt by simply typing ``make image-name''. 229 there are at least two approaches to saving time in building system 232 and time required to rebuild systems after making changes. However, 254 used to conditionally compile in the virtual memory tracing facilities, and 260 per-system dependencies in an include file, they will not be recognized [all …]
|
| /freebsd/contrib/sqlite3/ |
| H A D | README.txt | 4 * the sqlite3.h and sqlite3ext.h header files that define the C-language 6 * the shell.c file used to build the sqlite3 command-line shell program 7 * autoconf-like installation infrastucture for building on POSIX 21 This package contains a pre-build SQLite amalgamation file "sqlite3.c" 23 amalgamation has been pre-built, no TCL is required for the code 32 * the canonical build system supports more compile-time options 33 * the canonical build system works for any arbitrary check-in to 36 Step-by-step instructions on how to build using the canonical make 39 https://sqlite.org/src/doc/trunk/doc/compile-for-unix.md 40 https://sqlite.org/src/doc/trunk/doc/compile-for-windows.md [all …]
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | debug.h | 7 * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy 9 * This source code is licensed under both the BSD-style license (found in the 12 * You may select, at your option, one of the above-listed licenses. 18 * They regroup assert(), DEBUGLOG() and RAWLOG() for run-time, 19 * and DEBUG_STATIC_ASSERT() for compile-time. 21 * By default, DEBUGLEVEL==0, which means run-time debug is disabled. 29 * and is a global variable, not multi-thread protected (use with care) 40 /* static assert is triggered at compile time, leaving no runtime artefact. 41 * static assert only works with compile-time constants. 43 #define DEBUG_STATIC_ASSERT(c) (void)sizeof(char[(c) ? 1 : -1]) [all …]
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | debug.h | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only 5 * Copyright (c) 2013-2020, Yann Collet, Facebook, Inc. 8 * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy 10 * This source code is licensed under both the BSD-style license (found in the 13 * You may select, at your option, one of the above-listed licenses. 19 * They regroup assert(), DEBUGLOG() and RAWLOG() for run-time, 20 * and DEBUG_STATIC_ASSERT() for compile-time. 22 * By default, DEBUGLEVEL==0, which means run-time debug is disabled. 30 * and is a global variable, not multi-thread protected (use with care) 41 /* static assert is triggered at compile time, leaving no runtime artefact. [all …]
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-DJGPP.md | 4 OpenSSL has been ported to DJGPP, a Unix look-alike 32-bit run-time 5 environment for 16-bit DOS, but only with long filename support. 6 If you wish to compile on native DOS with 8+3 filenames, you will 13 installed (see [NOTES-PERL.md](NOTES-PERL.md)). 18 <http://www.delorie.com/djgpp/zip-picker.html>. You also need to have 19 the WATT-32 networking package installed before you try to compile 20 OpenSSL. This can be obtained from <http://www.watt-32.net/>. 21 The Makefile assumes that the WATT-32 code is in the directory 22 specified by the environment variable WATT_ROOT. If you have watt-32 26 To compile OpenSSL, start your BASH shell, then configure for DJGPP by [all …]
|
| /freebsd/share/man/man4/ |
| H A D | uep.4 | 32 To compile this driver into the kernel, place the following lines into 34 .Bd -ragged -offset indent 40 module at boot time, place the following line in 42 .Bd -literal -offset indent 46 To compile this driver with evdev support enabled, place the 48 .Bd -ragged -offset indent 60 Depending on compile-time kernel options it supports either native 64 .Xr X 7 Pq Pa ports/x11/xorg-docs 66 .Pa ports/x11-drivers/xf86-input-egalax . 69 .Xr X 7 Pq Pa ports/x11/xorg-docs [all …]
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | xc | 8 a.out -f testdir/$i >drek.c 10 make drek || ( echo $i ' ' bad compile; echo $i ' ' bad compile >/dev/tty; continue ) 12 time awk -f $i test.countries >foo1 13 time ../drek test.countries >foo2
|
| H A D | yc | 8 a.out -f testdir/$i >drek.c 10 make drek || ( echo $i ' ' bad compile; echo $i ' ' bad compile >/dev/tty; continue ) 12 time awk -f $i test.data >foo1 13 time ../drek test.data >foo2
|
| H A D | Compare.drek | 5 pr -m td.1 td.1 td.1 >>foo.td 6 pr -2 td.1 >>foo.td 19 a.out -f testdir/$i >drek.c 21 make drek || ( echo $i ' ' bad compile; echo $i ' ' bad compile >/dev/tty; continue ) 24 time /usr/bin/awk -f $i $td >foo2 2>foo2t 26 time ../drek $td >foo1 2>foo1t
|
| /freebsd/crypto/openssl/util/perl/OpenSSL/ |
| H A D | fallback.pm | 1 # Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. 10 OpenSSL::fallback - push directories to the end of @INC at compile time 29 in @INC at compile time. 43 non-Unix users must first translate their file paths to Unix conventions. 56 sub-directories relative to the location of that F<MODULES.txt> file. 57 All these sub-directories will be appended to @INC. 73 carp "Empty compile time value given to use fallback"; 79 unless (-e $path 80 && ($path =~ m/(?:^|\/)MODULES.txt/ || -d $path)) { 86 if (-f $path) { # It's a MODULES.txt file [all …]
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-config-defined.m4 | 3 dnl # detected at configure time and cause a build failure. Otherwise 55 dnl # a performance penalty. However, when it is set it maps the non-GPL 56 dnl # symbol mutex_lock() to the GPL-only mutex_lock_nested() symbol. 57 dnl # This will cause a failure at link time which we'd rather know about 58 dnl # at compile time. 60 dnl # Since we plan to pursue making mutex_lock_nested() a non-GPL symbol 76 AC_MSG_CHECKING([whether mutex_lock() is GPL-only]) 119 *** support, please compile OpenZFS as a Linux kernel built-in. 122 *** use the OpenZFS `--enable-linux-builtin` configure option, 124 *** `./copy-builtin <linux source directory>`, [all …]
|
| /freebsd/usr.sbin/ac/ |
| H A D | ac.8 | 31 .Nd connect time accounting 51 examines these records and writes the accumulated connect time (in hours) 55 .Bl -tag -width indentXXX 65 .\" compile time. 79 Read connect time data from 89 displays the total connect time for all 103 No login or connect time accounting is performed if 107 .Bl -tag -width /var/log/utx.log -compact 109 connect time accounting file 112 .Ex -std [all …]
|
| /freebsd/sys/dev/isci/scil/ |
| H A D | sci_logger.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 95 * log message each time a state is entered for the associated log object(s). 104 * @note Logging must be enabled at compile time in the driver, otherwise 137 * @note Logging must be enabled at compile time in the driver, otherwise 147 * -# SCI_LOGGER_VERBOSITY_ERROR 148 * -# SCI_LOGGER_VERBOSITY_WARNING [all …]
|
| /freebsd/share/man/man9/ |
| H A D | CTASSERT.9 | 32 .Nd compile time assertion macro 45 should be included to provide compatibility for pre-C11 compilers. 51 at compile time and causes a compiler error if it is false. 57 otherwise cause the code to fail at run time.
|