Searched refs:left (Results 1 – 17 of 17) sorted by relevance
/trusted-firmware-a-latest/drivers/rpi3/rng/ |
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()
|
/trusted-firmware-a-latest/drivers/io/ |
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() 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/ |
D | inftrees.c | 41 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()
|
D | inflate.c | 447 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/ |
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);
|
/trusted-firmware-a-latest/lib/libc/ |
D | snprintf.c | 116 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/ |
D | tfa_dfd.puml | 14 # Arrange nodes from left to right
|
D | tfa_rss_dfd.puml | 14 # Arrange nodes from left to right
|
D | tfa_arm_cca_dfd.puml | 14 # Arrange nodes from left to right
|
/trusted-firmware-a-latest/docs/design/ |
D | alt-boot-flows.rst | 30 The system is left in the same state as when entering BL31 in the default boot
|
D | psci-pd-tree.rst | 140 such that, if the core nodes are numbered from left to right, then the index
|
/trusted-firmware-a-latest/docs/security_advisories/ |
D | security-advisory-tfv-8.rst | 53 remaining ones are left unchanged in the CPU context. As a result,
|
/trusted-firmware-a-latest/docs/threat_model/ |
D | threat_model.rst | 309 | | to develop a working exploit if left enabled in | 373 | | If left enabled without authentication, this |
|
D | threat_model_el3_spm.rst | 209 | | The guidance below is left for a system integrator |
|
/trusted-firmware-a-latest/docs/components/ |
D | sdei.rst | 69 - If it's not applicable to an event, this shall be left as ``0``.
|
/trusted-firmware-a-latest/docs/getting_started/ |
D | build-options.rst | 249 ``assert()`` are left in place. For release builds, this option defaults to 0
|
/trusted-firmware-a-latest/docs/ |
D | change-log.md | 3002 …- fix overflow caused by left shift ([6aea762](https://review.trustedfirmware.org/plugins/gitiles/…
|