Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 49) 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/docs/plat/qti/
H A Dlemans_evk.rst29 Note that the bl2.elf generated here is required to be signed as TZ image with
40 `here <https://github.com/qualcomm-linux/meta-qcom?tab=readme-ov-file#quick-build>`__
48 `here <https://github.com/qualcomm-linux/meta-qcom?tab=readme-ov-file#flash-images>`__
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/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/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 Dstm32mp21-bl2.dtsi27 * UUID's here are UUID RFC 4122 compliant meaning fieds are stored in
H A Dstm32mp23-bl2.dtsi32 * 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/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/plat/arm/morello/
H A Dindex.rst36 `here <https://git.morello-project.org/morello/llvm-project-releases/>`_.
/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

12