Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/drivers/rpi3/rng/
A 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()
/tf-a-ffa_el3_spmc/drivers/io/
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()
426 request = skip + left; in block_write()
437 padding = (nbytes > left) ? nbytes - left : 0U; in block_write()
463 padding = (nbytes > left) ? nbytes - left : 0U; in block_write()
[all …]
/tf-a-ffa_el3_spmc/lib/zlib/
A Dinftrees.c46 int left; /* number of prefix codes available */ local
131 left = 1;
133 left <<= 1;
134 left -= count[len];
135 if (left < 0) return -1; /* over-subscribed */
137 if (left > 0 && (type == CODES || max != 1))
268 left = (int)(1 << curr);
270 left -= count[curr + drop];
271 if (left <= 0) break;
273 left <<= 1;
A Dinflate.c479 left = strm->avail_out; \
653 out = left;
907 if (copy > left) copy = left;
912 left -= copy;
1148 copy = out - left;
1161 if (copy > left) copy = left;
1183 if (copy > left) copy = left;
1184 left -= copy;
1194 left--;
1200 out -= left;
[all …]
/tf-a-ffa_el3_spmc/plat/hisilicon/hikey/
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);
/tf-a-ffa_el3_spmc/lib/libc/
A Dsnprintf.c111 bool left; in vsnprintf() local
127 left = false; in vsnprintf()
154 if (left) { in vsnprintf()
159 left = true; in vsnprintf()
/tf-a-ffa_el3_spmc/docs/resources/diagrams/plantuml/
A Dtfa_dfd.puml14 # Arrange nodes from left to right
/tf-a-ffa_el3_spmc/docs/design/
A Dalt-boot-flows.rst30 The system is left in the same state as when entering BL31 in the default boot
A Dpsci-pd-tree.rst140 such that, if the core nodes are numbered from left to right, then the index
/tf-a-ffa_el3_spmc/docs/security_advisories/
A Dsecurity-advisory-tfv-8.rst53 remaining ones are left unchanged in the CPU context. As a result,
/tf-a-ffa_el3_spmc/docs/threat_model/
A Dthreat_model_spm.rst188 | | The guidance below is left for a system integrator |
330 | | or platform level left to the integrator. |
524 | | attack and this is left to the integrator. |
A Dthreat_model.rst419 | | attacker to develop a working exploit if left |
458 | | If left enabled without authentication, this |
/tf-a-ffa_el3_spmc/docs/components/
A Dsdei.rst69 - If it's not applicable to an event, this shall be left as ``0``.
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dbuild-options.rst222 ``assert()`` are left in place. For release builds, this option defaults to 0
A Dporting-guide.rst1960 SCR_EL3. If this function returns TWED_DISABLED or is left unimplemented, this

Completed in 70 milliseconds