Searched refs:left (Results 1 – 15 of 15) sorted by relevance
/tf-a-ffa_el3_spmc/drivers/rpi3/rng/ |
A D | rpi3_rng.c | 56 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 D | io_block.c | 251 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 D | inftrees.c | 46 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 D | inflate.c | 479 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 D | hikey_private.h | 60 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 D | snprintf.c | 111 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 D | tfa_dfd.puml | 14 # Arrange nodes from left to right
|
/tf-a-ffa_el3_spmc/docs/design/ |
A D | alt-boot-flows.rst | 30 The system is left in the same state as when entering BL31 in the default boot
|
A D | psci-pd-tree.rst | 140 such that, if the core nodes are numbered from left to right, then the index
|
/tf-a-ffa_el3_spmc/docs/security_advisories/ |
A D | security-advisory-tfv-8.rst | 53 remaining ones are left unchanged in the CPU context. As a result,
|
/tf-a-ffa_el3_spmc/docs/threat_model/ |
A D | threat_model_spm.rst | 188 | | 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 D | threat_model.rst | 419 | | attacker to develop a working exploit if left | 458 | | If left enabled without authentication, this |
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | sdei.rst | 69 - If it's not applicable to an event, this shall be left as ``0``.
|
/tf-a-ffa_el3_spmc/docs/getting_started/ |
A D | build-options.rst | 222 ``assert()`` are left in place. For release builds, this option defaults to 0
|
A D | porting-guide.rst | 1960 SCR_EL3. If this function returns TWED_DISABLED or is left unimplemented, this
|
Completed in 70 milliseconds