| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | vphn.c | 25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument 49 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 57 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 70 unpacked[0] = cpu_to_be32(nr_assoc_doms); in vphn_unpack_associativity()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/vphn/ |
| H A D | vphn.c | 25 static int vphn_unpack_associativity(const long *packed, __be32 *unpacked) in vphn_unpack_associativity() argument 49 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 57 unpacked[++nr_assoc_doms] = in vphn_unpack_associativity() 70 unpacked[0] = cpu_to_be32(nr_assoc_doms); in vphn_unpack_associativity()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | bin_package.bbclass | 7 # * The files have been unpacked to ${S} by base.bbclass 17 # Then the files would be unpacked to ${WORKDIR}/foo-1.0, otherwise
|
| H A D | devtool-source.bbclass | 127 # Find non-patch non-local sources that were "unpacked" to srctree 145 bb.warn("No source unpacked to S - either the %s recipe "
|
| H A D | archiver.bbclass | 5 # 1) original (or unpacked) source: ARCHIVER_MODE[src] = "original" 173 # (e.g. git repositories) is "unpacked" and then put into a tarball.
|
| H A D | externalsrc.bbclass | 122 # This is safe, as externalsrc runs with the source already unpacked.
|
| H A D | image.bbclass | 302 # The functions should use ${IMAGE_ROOTFS} to find the unpacked rootfs
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ovmf/ |
| H A D | ovmf-shell-image.bb | 14 # We want a minimal image with just ovmf-shell-efi unpacked in it. We
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/m4/m4/ |
| H A D | ac_config_links.patch | 10 I believe it should be safe, as GNUmakefile is actually unpacked from
|
| /OK3568_Linux_fs/kernel/drivers/clk/renesas/ |
| H A D | renesas-cpg-mssr.c | 662 unsigned int unpacked = reset_spec->args[0]; in cpg_mssr_reset_xlate() local 663 unsigned int idx = MOD_CLK_PACK(unpacked); in cpg_mssr_reset_xlate() 665 if (unpacked % 100 > 31 || idx >= rcdev->nr_resets) { in cpg_mssr_reset_xlate() 666 dev_err(priv->dev, "Invalid reset index %u\n", unpacked); in cpg_mssr_reset_xlate()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/vim/files/ |
| H A D | no-path-adjust.patch | 29 # install the language specific files for tools, if they were unpacked
|
| /OK3568_Linux_fs/buildroot/board/csky/ |
| H A D | readme.txt | 58 Go to the unpacked directory:
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | get_op.S | 537 fmovex %fp0,ETEMP(%a6) |put the unpacked sop in the fsave stack 607 | ;put the unpacked sop in the fsave stack
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-fetching.rst | 162 - *unpack:* Controls whether the URL components are unpacked. If set to 163 "1", which is the default, the components are unpacked. If set to 165 when you want an archive to be copied in and not be unpacked. 208 If you specify a directory, the entire directory is unpacked. 312 renaming the output directory to which the module is unpacked. You
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | tasks.rst | 427 variable also plays a role in where unpacked source files ultimately 428 reside. For more information on how source files are unpacked, see the 658 Converts the newly unpacked kernel source into a form with which the 790 After the kernel is unpacked but before it is patched, this task makes
|
| H A D | structure.rst | 562 directory. For example, the source for a particular package is unpacked, 573 unpacked to ``linux-qemux86-standard-build`` and then patched by Quilt.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/images/ |
| H A D | build-appliance-image_15.0.0.bb | 43 # Because fetch2's git's unpack uses -s cloneflag, the unpacked git repo
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | qcom_camss.rst | 80 - Plain16 RAW10 (10bit unpacked Bayer RAW - V4L2_PIX_FMT_SBGGR10 / V4L2_PIX_FMT_Y10).
|
| /OK3568_Linux_fs/kernel/usr/ |
| H A D | Kconfig | 227 short time at boot, while both the cpio image and the unpacked
|
| /OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/ |
| H A D | intro.rst | 139 - downloaded a Yocto Project release and unpacked it to
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/emacs/ |
| H A D | emacs_27.2.bb | 51 # Emacs copies files to ${D} while building, which were unpacked
|
| /OK3568_Linux_fs/kernel/Documentation/arm/omap/ |
| H A D | dss.rst | 28 - RGB16, RGB24 packed, RGB24 unpacked
|
| /OK3568_Linux_fs/yocto/poky/documentation/overview-manual/ |
| H A D | concepts.rst | 250 assumes the script is executed from within a cloned or unpacked version 730 Each recipe has an area in the Build Directory where the unpacked source 732 to this area for a recipe's unpacked source code. The name of that 767 - :term:`S`: Contains the unpacked source 789 Once source code is fetched and unpacked, BitBake locates patch files 1780 downloaded and unpacked from somewhere. In other words, the build
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/ |
| H A D | local.conf.sample.extended | 228 # 1) original (or unpacked) source:
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux/ |
| H A D | kernel-devsrc.bb | 15 # We need the kernel to be staged (unpacked, patched and configured) before
|