/trusted-firmware-a/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 …]
|
/trusted-firmware-a/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 …]
|
/trusted-firmware-a/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()
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/ |
A D | basic.css | 21 clear: left; 57 float: left; 71 margin-left: 20px; 95 float: left; 102 float: left; 280 img.align-left, figure.align-left, .figure.align-left, object.align-left { 281 clear: left; 282 float: left; 304 .align-left { 339 clear: left; [all …]
|
A D | searchtools.js | 227 var left = a[4]; 229 if (left > right) { 231 } else if (left < right) { 235 left = a[1].toLowerCase(); 237 return (left > right) ? -1 : ((left < right) ? 1 : 0);
|
A D | pygments.css | 2 td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-righ… 3 span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px… 4 td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: … 5 span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right:…
|
A D | doctools.js | 298 case 37: // left
|
A D | jquery.js | 2 …left-We(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),S.each({margin… property in AnonymousFunction980b9c061b200.i
|
A D | jquery-3.5.1.js | 7083 elem.getBoundingClientRect().left - 7085 return elem.getBoundingClientRect().left; 10445 curLeft = curPosition.left; 10461 if ( options.left != null ) { 10462 props.left = ( options.left - curOffset.left ) + curLeft; 10472 if ( typeof props.left === "number" ) { 10473 props.left += "px"; 10506 return { top: 0, left: 0 }; 10514 left: rect.left + win.pageXOffset 10527 parentOffset = { top: 0, left: 0 }; property in AnonymousFunction0817fc0819d00.parentOffset [all …]
|
A D | underscore-1.13.1.js | 1553 }).sort(function(left, right) { argument 1554 var a = left.criteria; 1560 return left.index - right.index;
|
/trusted-firmware-a/docs/build/TF-A_2.5/_static/css/ |
A D | badge_only.css | 1 …left:2em;text-indent:-.8em}ul.fas li .fa{width:.8em}ul.fas li .fa-large:before{vertical-align:base…
|
A D | theme.css | 1 …idden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;*line… 4 …left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:abso…
|
/trusted-firmware-a/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()
|
/trusted-firmware-a/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);
|
/trusted-firmware-a/docs/resources/diagrams/plantuml/ |
A D | tfa_dfd.puml | 14 # Arrange nodes from left to right
|
/trusted-firmware-a/docs/build/latex/ |
A D | sphinxlatexshadowbox.sty | 45 % move left by the size of right shadow so shadow adds no width
|
A D | sphinxlatexobjects.sty | 40 % Fix issue in case release and releasename deliberately left blank
|
/trusted-firmware-a/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
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/ |
A D | alt-boot-flows.rst.txt | 30 The system is left in the same state as when entering BL31 in the default boot
|
/trusted-firmware-a/docs/security_advisories/ |
A D | security-advisory-tfv-8.rst | 53 remaining ones are left unchanged in the CPU context. As a result,
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/security_advisories/ |
A D | security-advisory-tfv-8.rst.txt | 53 remaining ones are left unchanged in the CPU context. As a result,
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/threat_model/ |
A D | threat_model_spm.rst.txt | 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. |
|
/trusted-firmware-a/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. |
|