Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/rpi3/rng/
Drpi3_rng.c56 size_t left = len; in rpi3_rng_read() local
65 while (left >= sizeof(uint32_t)) { in rpi3_rng_read()
68 left -= sizeof(uint32_t); in rpi3_rng_read()
71 if (left > 0U) { in rpi3_rng_read()
73 memcpy(dst, &data, left); in rpi3_rng_read()
/trusted-firmware-a-latest/drivers/io/
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 …]
/trusted-firmware-a-latest/lib/zlib/
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()
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 …]
/trusted-firmware-a-latest/plat/hisilicon/hikey/
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);
/trusted-firmware-a-latest/lib/libc/
Dsnprintf.c116 bool left; in vsnprintf() local
133 left = false; in vsnprintf()
161 if (left) { in vsnprintf()
166 left = true; in vsnprintf()
/trusted-firmware-a-latest/docs/resources/diagrams/plantuml/
Dtfa_dfd.puml14 # Arrange nodes from left to right
Dtfa_rss_dfd.puml14 # Arrange nodes from left to right
Dtfa_arm_cca_dfd.puml14 # Arrange nodes from left to right
/trusted-firmware-a-latest/docs/design/
Dalt-boot-flows.rst30 The system is left in the same state as when entering BL31 in the default boot
Dpsci-pd-tree.rst140 such that, if the core nodes are numbered from left to right, then the index
/trusted-firmware-a-latest/docs/security_advisories/
Dsecurity-advisory-tfv-8.rst53 remaining ones are left unchanged in the CPU context. As a result,
/trusted-firmware-a-latest/docs/threat_model/
Dthreat_model.rst309 | | to develop a working exploit if left enabled in |
373 | | If left enabled without authentication, this |
Dthreat_model_el3_spm.rst209 | | The guidance below is left for a system integrator |
/trusted-firmware-a-latest/docs/components/
Dsdei.rst69 - If it's not applicable to an event, this shall be left as ``0``.
/trusted-firmware-a-latest/docs/getting_started/
Dbuild-options.rst249 ``assert()`` are left in place. For release builds, this option defaults to 0
/trusted-firmware-a-latest/docs/
Dchange-log.md3002 …- fix overflow caused by left shift ([6aea762](https://review.trustedfirmware.org/plugins/gitiles/…