Home
last modified time | relevance | path

Searched refs:compiled (Results 1 – 25 of 1325) sorted by relevance

12345678910>>...53

/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dpython13 0 belong 0x02099900 python 1.0 byte-compiled
15 0 belong 0x03099900 python 1.1/1.2 byte-compiled
17 0 belong 0x892e0d0a python 1.3 byte-compiled
19 0 belong 0x04170d0a python 1.4 byte-compiled
21 0 belong 0x994e0d0a python 1.5 byte-compiled
23 0 belong 0xfcc40d0a python 1.6 byte-compiled
25 0 belong 0xfdc40d0a python 1.6 byte-compiled
27 0 belong 0x87c60d0a python 2.0 byte-compiled
29 0 belong 0x88c60d0a python 2.0 byte-compiled
31 0 belong 0x2aeb0d0a python 2.1 byte-compiled
[all …]
H A Dlisp37 >&0 regex \^(defun|defvar|defconst|defmacro|setq|fset) Emacs v18 byte-compiled Lisp data
44 >&0 regex \^(put|provide|require|random) Emacs v18 byte-compiled Lisp data
56 >4 byte >18 Emacs/XEmacs v%d byte-compiled Lisp data
58 #>4 byte <32 Emacs/XEmacs v%d byte-compiled Lisp data
67 0 string (SYSTEM::VERSION\040' CLISP byte-compiled Lisp program (pre 2004-03-27)
68 0 string (|SYSTEM|::|VERSION|\040' CLISP byte-compiled Lisp program text
H A Dqt22 # Qt V4 Javascript engine compiled unit
25 0 string qv4cdata QV4 compiled unit
H A Dcoverage12 # - GCC gcda - written by a program that was compiled with
14 # - LLVM raw profiles - generated by a program compiled with
66 # raw data after running a program compiled with:
H A Dsgi54 0 string WNGZWZSC Wingz compiled script
74 0 string PmNs PCP compiled namespace (V.0)
75 0 string PmN PCP compiled namespace
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D29906a.log13 Mon Feb 16 18:20:58 PST 2009 test compiled successfully for bug 29906a, id 1
19 Mon Feb 16 18:27:03 PST 2009 test compiled successfully for bug 29906a, id 312
37 Mon Feb 16 18:45:08 PST 2009 test compiled successfully for bug 29906a, id 350
43 Mon Feb 16 18:51:05 PST 2009 test compiled successfully for bug 29906a, id 369
49 Mon Feb 16 18:57:03 PST 2009 test compiled successfully for bug 29906a, id 379
55 Mon Feb 16 19:03:02 PST 2009 test compiled successfully for bug 29906a, id 384
61 Mon Feb 16 19:09:00 PST 2009 test compiled successfully for bug 29906a, id 386
67 Mon Feb 16 19:14:58 PST 2009 test compiled successfully for bug 29906a, id 387
H A D29906b.log12 Mon Feb 16 19:49:42 PST 2009 test compiled successfully for bug 29906b, id 278
17 Mon Feb 16 20:01:55 PST 2009 test compiled successfully for bug 29906b, id 139
32 Mon Feb 16 20:38:27 PST 2009 test compiled successfully for bug 29906b, id 121
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A D29906a.log13 Mon Feb 16 18:20:58 PST 2009 test compiled successfully for bug 29906a, id 1
19 Mon Feb 16 18:27:03 PST 2009 test compiled successfully for bug 29906a, id 312
37 Mon Feb 16 18:45:08 PST 2009 test compiled successfully for bug 29906a, id 350
43 Mon Feb 16 18:51:05 PST 2009 test compiled successfully for bug 29906a, id 369
49 Mon Feb 16 18:57:03 PST 2009 test compiled successfully for bug 29906a, id 379
55 Mon Feb 16 19:03:02 PST 2009 test compiled successfully for bug 29906a, id 384
61 Mon Feb 16 19:09:00 PST 2009 test compiled successfully for bug 29906a, id 386
67 Mon Feb 16 19:14:58 PST 2009 test compiled successfully for bug 29906a, id 387
H A D29906b.log12 Mon Feb 16 19:49:42 PST 2009 test compiled successfully for bug 29906b, id 278
17 Mon Feb 16 20:01:55 PST 2009 test compiled successfully for bug 29906b, id 139
32 Mon Feb 16 20:38:27 PST 2009 test compiled successfully for bug 29906b, id 121
/netbsd-src/lib/libform/
H A Dtype_regex.c47 regex_t compiled; member
66 if ((regcomp(&new->compiled, expression, in create_regex_args()
107 (regexec(&((regex_args *) (void *) field->args)->compiled, in regex_check_field()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Dhkpc.c117 static int compiled; in hkpc_print_key() local
121 if (!compiled) { in hkpc_print_key()
122 compiled = 1; in hkpc_print_key()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/
H A DBuildingAJIT3.rst28 immediately optimized, compiled and linked for us by the IRTransformLayer,
32 to very high startup times if the amount of code to be compiled is large, and
33 may also do a lot of unnecessary compilation if only a few compiled functions
43 Modules being added and arranges for each function in them to be compiled the
47 the function's implementation once the function has been compiled) and an
51 comparison even if the function's implementation is never compiled, or if it is
52 compiled more than once (due to, for example, recompiling the function at a
61 will point at the already-compiled function, so there is no further overhead
132 when a not-yet-compiled function is called, the CompileOnDemandLayer will call
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A DMakefile8 echo This binary is compiled for WinCE 1.01; \
11 echo This binary is compiled for WinCE 2.00; \
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DShadowCallStack.rst56 compiled application or the operating system. Integrating the runtime into
63 as code compiled with ShadowCallStack must either target one of the platforms
65 or be compiled with the flag ``-ffixed-x18``. If absolutely necessary, code
66 compiled without ``-ffixed-x18`` may be run on the same thread as code that
79 Special unwind information is required on functions that are compiled
80 with ShadowCallStack and that may be unwound, i.e. functions compiled with
122 deallocate it when destroying the thread. If the entire program is compiled
127 for code compiled without ``-ffixed-x18`` to run on a thread managed by the
189 Generates the following aarch64 assembly when compiled with ``-O2``:
H A DControlFlowIntegrity.rst29 be structured such that certain object files are compiled with CFI
112 visibility <LTOVisibility>`, must be compiled with ``-flto`` or ``-flto=thin``
159 visibility <LTOVisibility>`, must be compiled with ``-flto`` or ``-flto=thin``
175 visibility <LTOVisibility>`, must be compiled with ``-flto`` or ``-flto=thin``
205 function which was either compiled with ``-fsanitize=cfi-icall`` enabled,
206 or whose address was taken by a function in a translation unit compiled with
209 If a function in a translation unit compiled with ``-fsanitize=cfi-icall``
210 takes the address of a function not compiled with ``-fsanitize=cfi-icall``,
212 unit not compiled with ``-fsanitize=cfi-icall``. This is technically a
215 Each translation unit compiled with ``-fsanitize=cfi-icall`` must be
[all …]
H A DSafeStack.rst43 Most programs, static libraries, or individual files can be compiled
46 in when the program is compiled with SafeStack.
58 SafeStack supports linking statically modules that are compiled with and
59 without SafeStack. An executable compiled with SafeStack can load dynamic
60 libraries that are not compiled with SafeStack. At the moment, compiling
/netbsd-src/external/gpl2/mkhybrid/dist/
H A DREADME.win321 mkhybrid can be compiled on Win9X/NT4 using Cygnus' cygwin
9 A pre-compiled current Win32 binary is available from:
13 To use the pre-compiled binary, extract the files from the Zip archive, put
/netbsd-src/external/bsd/top/dist/
H A DINSTALL15 top will be compiled and installed. By default, the installation
45 want this feature compiled in to the code. The configure
54 compiled in to the code.
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
H A DCMakeLists.txt2 # libraries, it has to be compiled for all supported targets (x86_64, i386 etc).
3 # This means that we need LLVM libraries to be compiled for these
/netbsd-src/external/apache2/llvm/dist/llvm/tools/msbuild/
H A DLLVM.Cpp.Common.targets42 should be compiled. This code would probably generate an error anyway,
62 … Text="clang-cl does not support compiling managed code (/clr). This file cannot be compiled."/>
67 … support Windows Runtime Language Extensions (/ZW, /ZW:nostdlib). This file cannot be compiled."/>
72 Text="clang-cl does not support OpenMP (/openmp). This file cannot be compiled."/>
77 …t="clang-cl does not support MSVC Modules (/experimental:module). This file cannot be compiled."/>
/netbsd-src/external/mit/expat/dist/win32/
H A DMANIFEST.txt15 <top>\Bin\ Pre-compiled dynamic libraries for developers.
16 Pre-compiled static libraries for developers (*MT.lib).
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dhomedir.c53 regex_t compiled; member
268 regfree( &r->compiled ); in homedir_regexp_cfg()
286 regfree( &r->compiled ); in homedir_regexp_cfg()
297 regex_t compiled; in homedir_regexp_cfg() local
300 memset( &compiled, 0, sizeof(compiled) ); in homedir_regexp_cfg()
301 rc = regcomp( &compiled, match, REG_EXTENDED ); in homedir_regexp_cfg()
303 regerror( rc, &compiled, c->cr_msg, sizeof(c->cr_msg) ); in homedir_regexp_cfg()
304 regfree( &compiled ); in homedir_regexp_cfg()
311 r->compiled = compiled; in homedir_regexp_cfg()
1597 rc = regexec( &r->compiled, homedir, MAX_MATCHES, matches, 0 ); in homedir_match()
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/
H A DChangeLog40 Webassembly code is loaded and compiled.
87 - The library can now be compiled with recent versions of
167 - The library can be compiled with recent Emscripten versions.
170 - The code can now be compiled on SLES11 service pack 4.
190 - The library can now be compiled using C++Builder (thanks to @jcolli44)
199 compiled on non-Intel platforms.
203 - The library can now be compiled on Minix.
227 compiled using Visual Studio.
235 intentionally break code compiled with `-Werror` that didn't bother
252 - The library can now be compiled with the CompCert compiler.
[all …]
/netbsd-src/external/bsd/unbound/dist/testdata/root_hints.tdir/
H A Droot_hints.test12 # obtain list from compiled in settings:
36 # if IP6 is "" then it must be "" as well in the compiled hints
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/
H A Dnetpgpkeys.c361 static int compiled; in parse_option() local
366 if (!compiled) { in parse_option()
367 compiled = 1; in parse_option()

12345678910>>...53