Home
last modified time | relevance | path

Searched refs:left (Results 1 – 19 of 19) sorted by relevance

/rk3399_ARM-atf/drivers/io/
H A Dio_block.c251 size_t block_size, left; in block_read() local
282 for (left = length; left > 0U; left -= nbytes) { in block_read()
299 if ((skip + left) > buf->length) { in block_read()
313 request = skip + left; in block_read()
334 padding = (nbytes > left) ? nbytes - left : 0U; in block_read()
363 size_t block_size, left; in block_write() local
395 for (left = length; left > 0U; left -= nbytes) { in block_write()
412 if ((skip + left) > buf->length) { in block_write()
426 request = skip + left; in block_write()
437 padding = (nbytes > left) ? nbytes - left : 0U; in block_write()
[all …]
/rk3399_ARM-atf/lib/zlib/
H A Dinftrees.c41 int left; /* number of prefix codes available */ in inflate_table() local
126 left = 1; in inflate_table()
128 left <<= 1; in inflate_table()
129 left -= count[len]; in inflate_table()
130 if (left < 0) return -1; /* over-subscribed */ in inflate_table()
132 if (left > 0 && (type == CODES || max != 1)) in inflate_table()
263 left = (int)(1 << curr); in inflate_table()
265 left -= count[curr + drop]; in inflate_table()
266 if (left <= 0) break; in inflate_table()
268 left <<= 1; in inflate_table()
H A Dinflate.c447 left = strm->avail_out; \
458 strm->avail_out = left; \
594 unsigned have, left; /* available input and output */ in inflate() local
618 out = left; in inflate()
885 if (copy > left) copy = left; in inflate()
890 left -= copy; in inflate()
1027 if (have >= 6 && left >= 258) { in inflate()
1133 if (left == 0) goto inf_leave; in inflate()
1134 copy = out - left; in inflate()
1147 if (copy > left) copy = left; in inflate()
[all …]
/rk3399_ARM-atf/drivers/rpi3/rng/
H A Drpi3_rng.c69 size_t left = len; in rpi3_rng_read() local
78 while (left >= sizeof(uint32_t)) { in rpi3_rng_read()
81 left -= sizeof(uint32_t); in rpi3_rng_read()
84 if (left > 0U) { in rpi3_rng_read()
86 memcpy(dst, &data, left); in rpi3_rng_read()
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhikey_private.h60 int hikey_get_partition_size(const char *arg, int left, char *response);
61 int hikey_get_partition_type(const char *arg, int left, char *response);
/rk3399_ARM-atf/lib/libc/
H A Dsnprintf.c116 bool left; in vsnprintf() local
133 left = false; in vsnprintf()
161 if (left) { in vsnprintf()
166 left = true; in vsnprintf()
/rk3399_ARM-atf/include/lib/el3_runtime/
H A Dcpu_data.h161 #define CPU_DATA_ASSERT_OFFSET(left, right) \ argument
162 CASSERT(CPU_DATA_ ## left == __builtin_offsetof \
/rk3399_ARM-atf/docs/resources/diagrams/plantuml/
H A Dtfa_dfd.puml14 # Arrange nodes from left to right
H A Dtfa_rse_dfd.puml14 # Arrange nodes from left to right
H A Dtfa_arm_cca_dfd.puml14 # Arrange nodes from left to right
/rk3399_ARM-atf/docs/design/
H A Dalt-boot-flows.rst30 The system is left in the same state as when entering BL31 in the default boot
H A Dpsci-pd-tree.rst140 such that, if the core nodes are numbered from left to right, then the index
H A Dconsole-framework.rst124 which is optional and is left to the platform because there may be security implications.
/rk3399_ARM-atf/docs/security_advisories/
H A Dsecurity-advisory-tfv-8.rst53 remaining ones are left unchanged in the CPU context. As a result,
/rk3399_ARM-atf/docs/threat_model/firmware_threat_model/
H A Dthreat_model_el3_spm.rst209 | | The guidance below is left for a system integrator |
H A Dthreat_model.rst312 | | to develop a working exploit if left enabled in |
376 | | If left enabled without authentication, this |
/rk3399_ARM-atf/docs/components/
H A Dsdei.rst69 - If it's not applicable to an event, this shall be left as ``0``.
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst271 ``assert()`` are left in place. For release builds, this option defaults to 0
/rk3399_ARM-atf/docs/
H A Dchange-log.md3698 …- remove left-over RSS usage ([a1726fa](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr…
7352 …- fix overflow caused by left shift ([6aea762](https://review.trustedfirmware.org/plugins/gitiles/…