Home
last modified time | relevance | path

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

12

/trusted-firmware-a/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 …]
/trusted-firmware-a/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 …]
/trusted-firmware-a/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()
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Dbasic.css21 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 Dsearchtools.js227 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 Dpygments.css2 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 Ddoctools.js298 case 37: // left
A Djquery.js2left-We(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),S.each({margin… property in AnonymousFunction980b9c061b200.i
A Djquery-3.5.1.js7083 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 Dunderscore-1.13.1.js1553 }).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 Dbadge_only.css1left:2em;text-indent:-.8em}ul.fas li .fa{width:.8em}ul.fas li .fa-large:before{vertical-align:base…
A Dtheme.css1 …idden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;*line…
4left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:abso…
/trusted-firmware-a/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()
/trusted-firmware-a/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);
/trusted-firmware-a/docs/resources/diagrams/plantuml/
A Dtfa_dfd.puml14 # Arrange nodes from left to right
/trusted-firmware-a/docs/build/latex/
A Dsphinxlatexshadowbox.sty45 % move left by the size of right shadow so shadow adds no width
A Dsphinxlatexobjects.sty40 % Fix issue in case release and releasename deliberately left blank
/trusted-firmware-a/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
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dalt-boot-flows.rst.txt30 The system is left in the same state as when entering BL31 in the default boot
/trusted-firmware-a/docs/security_advisories/
A Dsecurity-advisory-tfv-8.rst53 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 Dsecurity-advisory-tfv-8.rst.txt53 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 Dthreat_model_spm.rst.txt188 | | 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 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. |

Completed in 66 milliseconds

12