Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 8 of 8) sorted by relevance

/tf-a-ffa_el3_spmc/lib/libc/
A Dmemset.c15 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()
/tf-a-ffa_el3_spmc/lib/zlib/
A Dinftrees.c50 unsigned fill; /* index for replicating entries */ local
232 fill = 1U << curr;
233 min = fill; /* save offset to next table */
235 fill -= incr;
236 next[(huff >> drop) + fill] = here;
237 } while (fill != 0);
/tf-a-ffa_el3_spmc/plat/marvell/armada/a8k/common/ble/
A Dble.ld.S62 .fill LOADADDR(.bss) + SIZEOF(.bss) : {
/tf-a-ffa_el3_spmc/include/arch/aarch64/
A Dasm_macros.S97 .fill \label + (32 * 4) - .
/tf-a-ffa_el3_spmc/docs/components/fconf/
A Dindex.rst68 /* 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|.
/tf-a-ffa_el3_spmc/docs/plat/arm/arm_fpga/
A Dindex.rst47 fill the CPU topology nodes. It will also be passed on to BL33, by
/tf-a-ffa_el3_spmc/docs/design_documents/
A Dcmake_framework.rst125 First, we create a setting group called *mem_conf* and fill it with several
/tf-a-ffa_el3_spmc/docs/design/
A Dcpu-specific-build-macros.rst465 line fill requests from the Cortex-A57 processor are atomic. Each

Completed in 7 milliseconds