/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | python_pep517.bbclass | 28 # pypa/installer option to control the bytecode compilation 29 INSTALL_WHEEL_COMPILE_BYTECODE ?= "--compile-bytecode=0"
|
/openbmc/linux/tools/testing/selftests/ |
H A D | .gitignore | 9 # Python bytecode and cache
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-wheel_0.45.1.bb | 15 INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"
|
H A D | python3-installer_0.7.0.bb | 25 INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"
|
H A D | python3-setuptools_75.6.0.bb | 57 INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"
|
H A D | python3-pip_24.3.1.bb | 51 INSTALL_WHEEL_COMPILE_BYTECODE:class-native = "--no-compile-bytecode"
|
H A D | python3_3.13.1.bb | 330 # We want bytecode precompiled .py files (.pyc's) by default
|
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/ |
H A D | 0006-fix-build-path-issue.patch | 8 encoded in bytecode files.
|
/openbmc/qemu/tcg/tci/ |
H A D | README | 16 interpreter for the generated bytecode, it is possible to 28 The bytecode consists of opcodes (with only a few exceptions, with
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
H A D | gstreamer1.0-plugins-common.inc | 16 # bytecode to SIMD instructions for various architectures (currently SSE, MMX,
|
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/ |
H A D | 0001-Install-python-modules-to-correct-library-dir.patch | 14 in bytecode files. (It strips build path prefix from .pyc files)
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-installer/ |
H A D | interpreter.patch | 35 "--compile-bytecode",
|
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | libbpf_overview.rst | 75 includes a bytecode representation of the BPF object file, simplifying the 76 process of distributing your BPF code. With BPF bytecode embedded, there are no 114 * The embedded bytecode representation of the object file ensures that the
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 244 def bpf_bytecode(bytecode): argument 245 return "bytecode \"%s\"" % (bytecode) 809 bytecode = bpf_bytecode("1,6 0 0 4294967295,") variable 854 ret, _ = sim.cls_bpf_add_filter(bytecode, fail=False) 865 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True,
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Artistic-2.0 | 63 "Compiled" form means the compiled bytecode, object code, binary, 154 build stand-alone binary or bytecode versions of applications that
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_shader.c | 883 u32 user_key, const void *bytecode, in vmw_compat_shader_add() argument 917 memcpy(ttm_kmap_obj_virtual(&map, &is_iomem), bytecode, size); in vmw_compat_shader_add()
|
H A D | vmwgfx_drv.h | 1216 u32 user_key, const void *bytecode,
|
/openbmc/linux/samples/bpf/ |
H A D | README.rst | 68 BPF bytecode architecture.
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/microsoft/ |
H A D | netvsc.rst | 102 XDP (eXpress Data Path) is a feature that runs eBPF bytecode at the early
|
/openbmc/linux/net/ipv4/ |
H A D | inet_diag.c | 915 const void *bytecode, *bc; in inet_diag_bc_audit() local 921 bytecode = bc = nla_data(attr); in inet_diag_bc_audit() 971 !valid_cc(bytecode, bytecode_len, len - op->no)) in inet_diag_bc_audit()
|
/openbmc/qemu/ |
H A D | meson_options.txt | 93 description: 'TCG with bytecode interpreter (slow)')
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | net.rst | 54 and efficient infrastructure allowing to execute bytecode at various
|
/openbmc/linux/arch/ |
H A D | Kconfig | 582 prompt "Enable seccomp to safely execute untrusted bytecode" 587 that may need to handle untrusted bytecode during their
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 371 -m bpf --bytecode \
|
/openbmc/linux/init/ |
H A D | Kconfig | 1987 Build a simple ASN.1 grammar compiler that produces a bytecode output
|