Home
last modified time | relevance | path

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

123

/trusted-firmware-a/lib/zlib/
A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
38 unsigned short FAR *work;
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
183 base = extra = work; /* dummy value--not used */
217 if (work[sym] + 1U < match) {
219 here.val = work[sym];
221 else if (work[sym] >= match) {
222 here.op = (unsigned char)(extra[work[sym] - match]);
223 here.val = base[work[sym] - match];
254 len = lens[work[sym]];
A Dinftrees.h62 unsigned FAR *bits, unsigned short FAR *work));
A Dinflate.h120 unsigned short work[288]; /* work area for code table building */ member
A Dinflate.c300 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
307 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
950 &(state->lenbits), state->work);
1024 &(state->lenbits), state->work);
1033 &(state->next), &(state->distbits), state->work);
/trusted-firmware-a/
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
/trusted-firmware-a/docs/build/TF-A_2.5/_downloads/64c40a63b9b2c30373557926065e7bb2/
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
/trusted-firmware-a/plat/arm/board/sgm775/
A Dplatform.mk7 $(warning Platform ${PLAT} is deprecated. Some of the features might not work as expected)
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Drpi4.rst.txt9 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
/trusted-firmware-a/docs/plat/
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
/trusted-firmware-a/docs/components/spd/
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,
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/spd/
A Dtlk-dispatcher.rst.txt5 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,
/trusted-firmware-a/fdts/
A Dstm32mp157c-lxa-mc1.dts64 * work, thus enable internal pull-ups.
/trusted-firmware-a/docs/getting_started/
A Dinitial-build.rst25 known to work with TF-A.
41 to work.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dinitial-build.rst.txt25 known to work with TF-A.
41 to work.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/fvp-ve/
A Dindex.rst.txt8 This platform is tested on and only expected to work with single core models.
/trusted-firmware-a/docs/plat/arm/fvp-ve/
A Dindex.rst8 This platform is tested on and only expected to work with single core models.
/trusted-firmware-a/docs/process/
A Dcode-review-guidelines.rst15 perspectives, depending on their past work, experiences and their current use
22 Code reviews are meant to benefit everyone through team work. It is not about
23 unfairly criticizing or belittling the work of any contributor.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/
A Dcode-review-guidelines.rst.txt15 perspectives, depending on their past work, experiences and their current use
22 Code reviews are meant to benefit everyone through team work. It is not about
23 unfairly criticizing or belittling the work of any contributor.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/marvell/armada/
A Dporting.rst.txt30 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
/trusted-firmware-a/docs/plat/marvell/armada/
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
/trusted-firmware-a/docs/design/
A Dalt-boot-flows.rst60 It is expected that this loading method will work in most cases, as a debugger
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dalt-boot-flows.rst.txt60 It is expected that this loading method will work in most cases, as a debugger
/trusted-firmware-a/docs/security_advisories/
A Dsecurity-advisory-tfv-3.rst34 This feature does not work correctly for AArch64 images executing at Secure EL1.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/security_advisories/
A Dsecurity-advisory-tfv-3.rst.txt34 This feature does not work correctly for AArch64 images executing at Secure EL1.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Ddebugfs-design.rst.txt104 the internal work buffer, and re-entrancy into the filesystem layers.

Completed in 28 milliseconds

123