Home
last modified time | relevance | path

Searched refs:work (Results 1 – 25 of 47) sorted by relevance

12

/rk3399_ARM-atf/lib/zlib/
H A Dinftrees.c34 unsigned FAR *bits, unsigned short FAR *work) { in inflate_table() argument
142 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in inflate_table()
178 base = extra = work; /* dummy value--not used */ in inflate_table()
212 if (work[sym] + 1U < match) { in inflate_table()
214 here.val = work[sym]; in inflate_table()
216 else if (work[sym] >= match) { in inflate_table()
217 here.op = (unsigned char)(extra[work[sym] - match]); in inflate_table()
218 here.val = base[work[sym] - match]; in inflate_table()
249 len = lens[work[sym]]; in inflate_table()
H A Dinftrees.h62 unsigned FAR *bits, unsigned short FAR *work);
H A Dinflate.h121 unsigned short work[288]; /* work area for code table building */ member
H A Dinflate.c272 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); in fixedtables()
279 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); in fixedtables()
929 &(state->lenbits), state->work); in inflate()
1004 &(state->lenbits), state->work); in inflate()
1013 &(state->next), &(state->distbits), state->work); in inflate()
/rk3399_ARM-atf/services/spd/tlkd/
H A Dtlkd.mk12 $(error spd=tlkd will not work with ENABLE_FEAT_D128 enabled.)
/rk3399_ARM-atf/
H A Ddco.txt21 (b) The contribution is based upon previous work that, to the best
24 work with modifications, whether created in whole or in part
/rk3399_ARM-atf/docs/components/spd/
H A Dpnc-dispatcher.rst5 to work with Trusted Firmware-A (TF-A).
H A Dtlk-dispatcher.rst5 to work with Trusted Firmware-A (TF-A). TLK-D can be compiled by including it
6 in the platform's makefile. TLK is primarily meant to work with Tegra SoCs,
/rk3399_ARM-atf/licenses/
H A DLICENSE-APACHE-2.0.txt36 "Work" shall mean the work of authorship, whether in Source or
38 copyright notice that is included in or attached to the work
41 "Derivative Works" shall mean any work, whether in Source or Object
44 represent, as a whole, an original work of authorship. For the purposes
49 "Contribution" shall mean any work of authorship, including
162 work stoppage, computer failure or malfunction, or any and all
179 APPENDIX: How to apply the Apache License to your work.
181 To apply the Apache License to your work, attach the following
/rk3399_ARM-atf/docs/plat/
H A Drpi4.rst9 as a 64-bit Linux kernel. Other payloads such as U-Boot or EDK-II should work
31 arm64 Linux kernels are known to work this way.
82 would work as well, as long as it can cope with having the DT address in
H A Dsocionext-uniphier.rst94 still work without SCP, but SCP provides better power management support.
/rk3399_ARM-atf/docs/plat/arm/fvp/
H A Dfvp-support.rst10 FVP_TC4) have their own dedicated TF-A platforms and will not work with this one.
81 The software will not work on Version 1.0 of the Foundation FVP.
/rk3399_ARM-atf/fdts/
H A Dstm32mp157c-lxa-mc1.dts64 * work, thus enable internal pull-ups.
/rk3399_ARM-atf/docs/getting_started/
H A Dinitial-build.rst37 work with TF-A). ``CROSS_COMPILE`` need not be set for Clang. Please note,
42 to work.
H A Dprerequisites.rst61 work. This is predominantly because TF-A carries its own copy of compiler-rt,
121 should also work, provided the necessary tools and libraries are installed.
/rk3399_ARM-atf/plat/arm/board/automotive_rd/platform/rd1ae/
H A Dplatform.mk9 $(warning Platform ${PLAT} is deprecated. Some of the features might not work as expected)
/rk3399_ARM-atf/docs/process/
H A Dcode-review-guidelines.rst10 perspectives, depending on their past work, experiences and their current use
17 Code reviews are meant to benefit everyone through team work. It is not about
18 unfairly criticizing or belittling the work of any contributor.
103 their work for review by resolving comments, merge-conflicts, and revising
/rk3399_ARM-atf/docs/plat/arm/fvp-ve/
H A Dindex.rst8 This platform is tested on and only expected to work with single core models.
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Dporting.rst30 In most cases, using the default address decode windows should work OK.
37 For a detailed information on how CCU, IOWIN, AXI-MBUS & IOB work, please
/rk3399_ARM-atf/tools/cot_dt2c/
H A D.gitignore97 # having no cross-platform support, pipenv may install dependencies that don't work, or not
/rk3399_ARM-atf/docs/design/
H A Dalt-boot-flows.rst60 It is expected that this loading method will work in most cases, as a debugger
/rk3399_ARM-atf/docs/plat/qti/
H A Drb3gen2.rst47 the OEM test signature to allow it to work on devices in non-secure mode. In
H A Dmsm8916.rst24 combined with a lot of trial and error to actually make it work.
49 management (``CPU_SUSPEND``) is functional but still work-in-progress and
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-3.rst34 This feature does not work correctly for AArch64 images executing at Secure EL1.
/rk3399_ARM-atf/docs/components/
H A Ddebugfs-design.rst104 the internal work buffer, and re-entrancy into the filesystem layers.

12