Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 46) sorted by relevance

12

/rk3399_ARM-atf/lib/zlib/
H A Dinftrees.c48 code here; /* table entry for duplication */ in inflate_table() local
113 here.op = (unsigned char)64; /* invalid code marker */ in inflate_table()
114 here.bits = (unsigned char)1; in inflate_table()
115 here.val = (unsigned short)0; in inflate_table()
116 *(*table)++ = here; /* make a table to force an error */ in inflate_table()
117 *(*table)++ = here; in inflate_table()
211 here.bits = (unsigned char)(len - drop); in inflate_table()
213 here.op = (unsigned char)0; in inflate_table()
214 here.val = work[sym]; in inflate_table()
217 here.op = (unsigned char)(extra[work[sym] - match]); in inflate_table()
[all …]
H A Dinffast.c70 code const *here; /* retrieved table entry */ in inflate_fast() local
107 here = lcode + (hold & lmask); in inflate_fast()
109 op = (unsigned)(here->bits); in inflate_fast()
112 op = (unsigned)(here->op); in inflate_fast()
114 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ? in inflate_fast()
116 "inflate: literal 0x%02x\n", here->val)); in inflate_fast()
117 *out++ = (unsigned char)(here->val); in inflate_fast()
120 len = (unsigned)(here->val); in inflate_fast()
138 here = dcode + (hold & dmask); in inflate_fast()
140 op = (unsigned)(here->bits); in inflate_fast()
[all …]
H A Dinflate.c600 code here; /* current decoding table entry */ in inflate() local
942 here = state->lencode[BITS(state->lenbits)]; in inflate()
943 if ((unsigned)(here.bits) <= bits) break; in inflate()
946 if (here.val < 16) { in inflate()
947 DROPBITS(here.bits); in inflate()
948 state->lens[state->have++] = here.val; in inflate()
951 if (here.val == 16) { in inflate()
952 NEEDBITS(here.bits + 2); in inflate()
953 DROPBITS(here.bits); in inflate()
963 else if (here.val == 17) { in inflate()
[all …]
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Djmptbl_mbedtls_psa.i6 # Platform-specific ROMLIB MbedTLS PSA Crypto functions can be added here.
H A Djmptbl_mbedtls.i6 # Platform-specific ROMLIB MbedTLS functions can be added here.
H A Djmptbl.i6 # Platform specific romlib functions can be added or included here.
/rk3399_ARM-atf/plat/arm/board/juno/
H A Djmptbl_mbedtls.i6 # Platform-specific ROMLIB MbedTLS functions can be added here.
H A Djmptbl.i6 # Platform specific romlib functions can be added or included here.
/rk3399_ARM-atf/docs/plat/qti/
H A Drb3gen2.rst44 Note that the bl2.elf generated here is required to be signed as TZ image with
55 `here <https://github.com/qualcomm-linux/meta-qcom?tab=readme-ov-file#quick-build>`__
63 `here <https://github.com/qualcomm-linux/meta-qcom?tab=readme-ov-file#flash-images>`__
/rk3399_ARM-atf/drivers/nxp/ddr/nxp-ddr/
H A DREADME.odt5 configurations are possible but not covered here. First slot empty is possbile
/rk3399_ARM-atf/fdts/
H A Dstm32mp25-bl2.dtsi17 * UUID's here are UUID RFC 4122 compliant meaning fieds are stored in
H A Dstm32mp13-bl2.dtsi38 * UUID's here are UUID RFC 4122 compliant meaning fieds are stored in
H A Dstm32mp15-bl2.dtsi52 * UUID's here are UUID RFC 4122 compliant meaning fieds are stored in
/rk3399_ARM-atf/docs/plat/arm/morello/
H A Dindex.rst8 Capability architecture specific changes will be added `here <https://git.morello-project.org/morel…
/rk3399_ARM-atf/docs/process/
H A Dmaintenance.rst15 `here`_ must be fullfilled. These are:
/rk3399_ARM-atf/docs/about/
H A Dcontact.rst32 topic within the community. More details can be found `here`_.
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dthreat_model_rse_interface.rst45 are applicable for the AP core, here only the differences are highlighted.
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-5.rst48 here ``PMCR_EL0.DP`` architecturally resets to zero.
/rk3399_ARM-atf/plat/arm/board/fvp/fdts/
H A Dfvp_tb_fw_config.dts32 * UUID's here are UUID RFC 4122 compliant meaning fieds are stored in
/rk3399_ARM-atf/plat/allwinner/common/
H A Darisc_off.S21 # overwriting the 0 in this code here.
/rk3399_ARM-atf/docs/perf/
H A Dperformance-monitoring-unit.rst122 security state unless it is enabled here.
/rk3399_ARM-atf/docs/components/fconf/
H A Dtb_fw_bindings.rst6 here. If a binding does not generalize, they should be documented
/rk3399_ARM-atf/docs/design_documents/
H A Drse.rst243 Defined here:
347 Defined here:
446 Defined here:
696 Defined here:
751 Defined here:
774 Defined here:
H A Dmeasured_boot_poc.rst29 and therefore the instructions given here might not apply in such scenarios.
68 Arm does not provide an fTPM implementation. The fTPM service used here
436 SHA256 logs here, as this is the algorithm we used on TF-A for the measurements
477 we do not validate here if the content of PCR0 is correct or not. For this
/rk3399_ARM-atf/docs/plat/
H A Drpi4.rst54 In contrast to the existing Raspberry Pi 3 port this one here is a BL31-only

12