Home
last modified time | relevance | path

Searched refs:bytecode (Results 1 – 25 of 96) sorted by relevance

1234

/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dpython14 !:mime application/x-bytecode.python
16 !:mime application/x-bytecode.python
18 !:mime application/x-bytecode.python
20 !:mime application/x-bytecode.python
22 !:mime application/x-bytecode.python
24 !:mime application/x-bytecode.python
26 !:mime application/x-bytecode.python
28 !:mime application/x-bytecode.python
30 !:mime application/x-bytecode.python
32 !:mime application/x-bytecode.python
[all …]
H A Dbytecode3 # $File: bytecode,v 1.5 2023/02/20 16:25:05 christos Exp $
7 # NekoVM (https://nekovm.org/) bytecode
8 0 string NEKO NekoVM bytecode
11 >12 lelong x %d bytecode ops)
12 !:mime application/x-nekovm-bytecode
16 0 belong 0x07524c4d Resilient Logic bytecode
30 >13 regex .\\.. \b, bytecode v%s
39 >>>0 string #~ Racket bytecode
H A Djavascript71 0 lequad 0x1F1903C103BC1FC6 Hermes JavaScript bytecode
74 # v8 JavaScript engine bytecode
78 # V8 bytecode extraction was added in NodeJS v5.7.0 (V8 4.6.85.31).
86 >>>>0 ulelong^0xC0DE0000 x v8 bytecode, external reference table size: %u bytes,
98 >>>>0 ulelong^0xC0DE0000 x v8 bytecode, external reference table size: %u bytes,
119 >>>>0 ulelong^0xC0DE0000 x v8 bytecode, external reference table size: %u bytes,
137 >>>>0 ulelong^0xC0DE0000 x v8 bytecode, external reference table size: %u bytes,
151 >>>0 ulelong^0xC0DE0000 x v8 bytecode, external reference table size: %u bytes,
H A Dlua18 # Lua bytecode
19 0 string \033Lua Lua bytecode,
H A Dmail.news117 # URL: https://www.cyrusimap.org/docs/cyrus-imapd/2.4.6/internal/bytecode.php
118 # URL: http://git.cyrusimap.org/cyrus-imapd/tree/sieve/bytecode.h?h=master
122 0 string CyrSBytecode Cyrus sieve bytecode data,
H A Dcafebabe6 # Since Java bytecode and Mach-O universal binaries have the same magic number,
9 # architectures; the short at offset 4 in a Java bytecode file is the JVM minor
H A Dparrot8 0 string \376PBC\r\n\032\n Parrot bytecode
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2000-12-06-MeetingSummary.txt4 We met to discuss the LLVM instruction format and bytecode representation:
20 bytecode would have to parse and handle it. This would slow down the
38 1. Including dominator information in the LLVM bytecode
42 in the LLVM bytecode program. Basic blocks could be numbered according
43 to the order of occurrence in the bytecode representation.
66 runtime to skip information that it didn't understand in a bytecode
H A D2001-02-13-Reference-MemoryResponse.txt34 > no way to represent this in either the bytecode or assembly.
35 > B. When parsing assembly/bytecode, we effectively have to do a full
42 how big the bytecode files are before expanding them further. I am pretty
43 keen to explore the implications of LLVM for mobile devices. Both bytecode
H A D2001-02-13-Reference-Memory.txt30 no way to represent this in either the bytecode or assembly.
31 B. When parsing assembly/bytecode, we effectively have to do a full
36 bytecode to get around this... what do you think?
H A D2001-02-09-AdveCommentsResponse.txt59 > - it could make the bytecode significantly larger because there could
86 No, it isn't. Remember that the bytecode encoding saves value slots into
87 the bytecode instructions themselves, not constant values. This is
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/
H A Djava.m47 # Sets JAVA_CHOICE to 'yes', 'bytecode' or 'no', depending on the preferred
20 [test "$enableval" != no || JAVA_CHOICE=bytecode])
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/
H A Djava.m47 # Sets JAVA_CHOICE to 'yes', 'bytecode' or 'no', depending on the preferred
20 [test "$enableval" != no || JAVA_CHOICE=bytecode])
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/m4/
H A Djava.m47 # Sets JAVA_CHOICE to 'yes', 'bytecode' or 'no', depending on the preferred
20 [test "$enableval" != no || JAVA_CHOICE=bytecode])
/netbsd-src/external/bsd/file/dist/tests/
H A Dhello-racket_rkt.result1 Racket bytecode (version 8.5)
/netbsd-src/external/mit/xorg/bin/xedit/lisp/
H A DMakefile8 SRCS= bytecode.c core.c debugger.c format.c hash.c helper.c \
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst23 backends: one to generate bytecode for functions (``ByteCodeEmitter``) and
25 generating bytecode (``EvalEmitter``). All functions are compiled to
26 bytecode, while toplevel expressions used in constant contexts are directly
27 evaluated since the bytecode would never be reused. This mechanism aims to
211 Descriptors are generated at bytecode compilation time and contain information
371 * Continue-after-failure: a form of exception handling at the bytecode
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dtcl_stat_example.txt23 freed, and 377 bytecode operations.
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dtcl_stat_example.txt23 freed, and 377 bytecode operations.
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dlang.c714 add_char (encoding_table[document_encoding_code].isotab[rc].bytecode); in add_encoded_char()
818 = encoding_table[document_encoding_code].isotab[rc].bytecode; in cm_accent_generic_no_headers()
H A Dlang.h116 byte_t bytecode; /* 8-Bit Code (ISO 8859-1,...) */ member
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/
H A Dconfigure.ac13 [ --enable-java-exe compile Java to native code, not to bytecode],
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-swing/
H A Dconfigure.ac13 [ --enable-java-exe compile Java to native code, not to bytecode],
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java/
H A Dconfigure.ac13 [ --disable-java-exe compile Java to bytecode only, not to native code],
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509_dup.pod271 The OpenSSL ASN1 parsing library templates are like a data-driven bytecode

1234