Searched refs:fill (Results 1 – 14 of 14) sorted by relevance
| /rk3399_ARM-atf/lib/libc/ |
| H A D | memset.c | 15 uint64_t fill = (unsigned char)val; in memset() local 32 fill |= fill << 8; in memset() 33 fill |= fill << 16; in memset() 34 fill |= fill << 32; in memset() 39 *ptr64 = fill; in memset()
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | inftrees.c | 45 unsigned fill; /* index for replicating entries */ in inflate_table() local 227 fill = 1U << curr; in inflate_table() 228 min = fill; /* save offset to next table */ in inflate_table() 230 fill -= incr; in inflate_table() 231 next[(huff >> drop) + fill] = here; in inflate_table() 232 } while (fill != 0); in inflate_table()
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | printer.py | 68 sep, fill = ("+", "-") if is_edge else ("|", "") 70 sec_row_l = empty_col.format(sep, fill + "<", width) * rel_pos 71 sec_row_r = empty_col.format(sep, fill + ">", width) * (columns - rel_pos - 1) 176 for pre, fill, node in RenderTree(root, maxlevel=depth):
|
| H A D | summary.py | 71 def __init__(self, fill: bool = True): 73 self._fill = fill
|
| /rk3399_ARM-atf/plat/marvell/armada/a8k/common/ble/ |
| H A D | ble.ld.S | 62 .fill LOADADDR(.bss) + SIZEOF(.bss) : {
|
| /rk3399_ARM-atf/docs/threat_model/firmware_threat_model/ |
| H A D | index.rst | 20 to gradually fill these gaps over time.
|
| /rk3399_ARM-atf/docs/components/fconf/ |
| H A D | index.rst | 68 /* read hw config dtb and fill soc_topology struct */ 104 can be used to fill the C data structure with the data from the config |DTB|.
|
| /rk3399_ARM-atf/include/arch/aarch64/ |
| H A D | asm_macros.S | 103 * Use zero bytes as the fill value to be stored in the padding bytes 116 * Use zero bytes as the fill value to be stored in the padding bytes 130 * Add the bytes until fill the full exception vector, whose size is always 136 .fill \label + (32 * 4) - .
|
| /rk3399_ARM-atf/docs/tools/ |
| H A D | memory-layout-tool.rst | 244 | [fill] | 3204(+3204) | 0(+0) | 97(+97) | 369 | [fill] | 780(-2424) | 0(+0) | 321(+224) |
|
| /rk3399_ARM-atf/docs/plat/arm/arm_fpga/ |
| H A D | index.rst | 47 fill the CPU topology nodes. It will also be passed on to BL33, by
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | cmake_framework.rst | 121 First, we create a setting group called *mem_conf* and fill it with several
|
| H A D | measured_boot.rst | 252 so the caller only needs to fill in the bytes.
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | cpu-specific-build-macros.rst | 1396 line fill requests from the Cortex-A57 processor are atomic. Each
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 5665 …- fix the pointer of block memory to fill in and bytes being set ([afe9fcc](https://review.trusted… 8565 …- correctly fill BRR register ([af7775a](https://review.trustedfirmware.org/plugins/gitiles/TF-A/t…
|